diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ba892fd25..b64a9ad7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,14 +3,14 @@ When contributing to `orval`, whether on GitHub or in other community spaces: - Be respectful, civil, and open-minded. -- Before opening a new pull request, try searching through the [issue tracker](https://github.com/anymaniax/orval/issues) for known issues or fixes. +- Before opening a new pull request, try searching through the [issue tracker](https://github.com/orval-labs/orval/issues) for known issues or fixes. - If you want to make code changes based on your personal opinion(s), make sure you open an issue first describing the changes you want to make, and open a pull request only when your suggestions get approved by maintainers. ## How to Contribute ### Prerequisites -In order to not waste your time implementing a change that has already been declined, or is generally not needed, start by [opening an issue](https://github.com/anymaniax/orval/issues/new) describing the problem you would like to solve. +In order to not waste your time implementing a change that has already been declined, or is generally not needed, start by [opening an issue](https://github.com/orval-labs/orval/issues/new) describing the problem you would like to solve. ### Setup your environment locally @@ -19,7 +19,7 @@ _Some commands will assume you have the Github CLI installed, if you haven't, co In order to contribute to this project, you will need to fork the repository: ```bash -gh repo fork anymaniax/orval +gh repo fork orval-labs/orval ``` then, clone it to your local machine: diff --git a/README.md b/README.md index 60a38f076..02e08e842 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) [](https://snyk.io/advisor/npm-package/orval) <p align="center"> @@ -22,14 +22,14 @@ You can find below some samples: -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) ### Playground @@ -37,16 +37,16 @@ Try Orval out for yourself using our [Playgound](https://orval.dev/playground) a ## Star History -<a href="https://star-history.com/#anymaniax/orval&Date"> +<a href="https://star-history.com/#orval-labs/orval&Date"> <picture> - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=anymaniax/orval&type=Date&theme=dark" /> - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=anymaniax/orval&type=Date" /> - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=anymaniax/orval&type=Date" /> + <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=orval-labs/orval&type=Date&theme=dark" /> + <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=orval-labs/orval&type=Date" /> + <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=orval-labs/orval&type=Date" /> </picture> </a> ### All Thanks To Our Contributors: -<a href="https://github.com/anymaniax/orval/graphs/contributors"> +<a href="https://github.com/orval-labs/orval/graphs/contributors"> <img src="https://contrib.rocks/image?repo=anymaniax/orval" /> </a> diff --git a/docs/src/components/Footer.js b/docs/src/components/Footer.js index 3a2262f31..1e9781355 100644 --- a/docs/src/components/Footer.js +++ b/docs/src/components/Footer.js @@ -45,7 +45,7 @@ export const Footer = (props) => { <ul className="mt-4"> <li className="mt-4"> <a - href="https://github.com/anymaniax/orval/releases" + href="https://github.com/orval-labs/orval/releases" className="text-base leading-6 text-gray-500 hover:text-gray-900" > Releases @@ -54,12 +54,12 @@ export const Footer = (props) => { <li className="mt-4"> <a className="github-button" - href="https://github.com/anymaniax/orval" + href="https://github.com/orval-labs/orval" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" - aria-label="Star anymaniax/orval on GitHub" + aria-label="Star orval-labs/orval on GitHub" > Star </a> @@ -81,7 +81,7 @@ export const Footer = (props) => { </svg> </a> <a - href="https://github.com/anymaniax" + href="https://github.com/orval-labs" className="ml-6 text-gray-400 hover:text-gray-500" > <span className="sr-only">GitHub</span> diff --git a/docs/src/pages/guides/angular.md b/docs/src/pages/guides/angular.md index c8bd2de5b..4b7178d4e 100644 --- a/docs/src/pages/guides/angular.md +++ b/docs/src/pages/guides/angular.md @@ -28,7 +28,7 @@ Checkout the [orval config](../reference/configuration/full-example) reference t The Angular mode will generate automatically two classes. One abstract with the definition and a service with the implementation. You should add the service inside a module and use it where you want. -You can checkout an example <a href="https://github.com/anymaniax/orval/tree/master/samples/angular-app" target="_blank">here</a> +You can checkout an example <a href="https://github.com/orval-labs/orval/tree/master/samples/angular-app" target="_blank">here</a> ### How to set a backend url @@ -38,6 +38,6 @@ You can use an interceptor to automatically add the url of your API. Like you wo You should define your mock inside the environment file. If you don't do that you will add all the dependencies to your bundle. -You can for example add a property `modules` and add a MockModule inside which will setup your mocks. You can check an example <a href="https://github.com/anymaniax/orval/tree/master/samples/angular-app/src/api/mocks" target="_blank">here</a> +You can for example add a property `modules` and add a MockModule inside which will setup your mocks. You can check an example <a href="https://github.com/orval-labs/orval/tree/master/samples/angular-app/src/api/mocks" target="_blank">here</a> You can also check the msw example <a href="https://github.com/mswjs/examples/tree/master/examples/rest-angular" target="_blank">here</a> diff --git a/docs/src/pages/guides/basics.md b/docs/src/pages/guides/basics.md index b89956418..3fd6ce485 100644 --- a/docs/src/pages/guides/basics.md +++ b/docs/src/pages/guides/basics.md @@ -3,7 +3,7 @@ id: basics title: Basics --- -You should define a OpenAPI specification (example <a href="https://github.com/anymaniax/orval/blob/master/samples/basic/petstore.yaml" target="_blank"> petstore.yaml</a>). +You should define a OpenAPI specification (example <a href="https://github.com/orval-labs/orval/blob/master/samples/basic/petstore.yaml" target="_blank"> petstore.yaml</a>). And then create a file `orval.config.js` at root of your project: diff --git a/docs/src/pages/guides/custom-client.md b/docs/src/pages/guides/custom-client.md index 6369bc41f..83e302029 100644 --- a/docs/src/pages/guides/custom-client.md +++ b/docs/src/pages/guides/custom-client.md @@ -56,4 +56,4 @@ export type ErrorType<Error> = AxiosError<Error>; export type BodyType<BodyData> = CamelCase<BodyType>; ``` -Or, Please refer to the using custom fetch with Next.js sample app [here](https://github.com/anymaniax/orval/blob/master/samples/next-app-with-fetch/custom-fetch.ts). +Or, Please refer to the using custom fetch with Next.js sample app [here](https://github.com/orval-labs/orval/blob/master/samples/next-app-with-fetch/custom-fetch.ts). diff --git a/docs/src/pages/guides/fetch.md b/docs/src/pages/guides/fetch.md index ff20801c4..fb60d63f9 100644 --- a/docs/src/pages/guides/fetch.md +++ b/docs/src/pages/guides/fetch.md @@ -30,7 +30,7 @@ export default defineConfig({ ``` Checkout the [orval config](../reference/configuration/full-example) reference to see all available options. -Like the following example from this <a href="https://github.com/anymaniax/orval/blob/master/samples/next-app-with-fetch/petstore.yaml" target="_blank">`OpenAPI` Specification</a>: +Like the following example from this <a href="https://github.com/orval-labs/orval/blob/master/samples/next-app-with-fetch/petstore.yaml" target="_blank">`OpenAPI` Specification</a>: ```ts /** @@ -75,7 +75,7 @@ The `fetch` client will generate an implementation file with following per path 2. A Function to generate request URL including query parameters and path parameters 3. A function that call `fetch` API. -Checkout <a href="https://github.com/anymaniax/orval/blob/master/samples/next-app-with-fetch" target="_blank">here</a> the full example +Checkout <a href="https://github.com/orval-labs/orval/blob/master/samples/next-app-with-fetch" target="_blank">here</a> the full example #### Custom function @@ -98,7 +98,7 @@ module.exports = { }; ``` -And, you prepare like the <a href="https://github.com/anymaniax/orval/blob/master/samples/next-app-with-fetch/custom-fetch.ts" target="_blank">sample implementation</a> +And, you prepare like the <a href="https://github.com/orval-labs/orval/blob/master/samples/next-app-with-fetch/custom-fetch.ts" target="_blank">sample implementation</a> Then, you can generate a `fetch` client that calls the `customFetch` function like bellow: ```ts diff --git a/docs/src/pages/guides/react-query.md b/docs/src/pages/guides/react-query.md index 1a7a58708..b5eddce0e 100644 --- a/docs/src/pages/guides/react-query.md +++ b/docs/src/pages/guides/react-query.md @@ -28,7 +28,7 @@ Checkout the [orval config](../reference/configuration/full-example) reference t The React query model will generate an implementation file with one custom hook per path in your OpenAPI Specification. -Like the following example from this <a href="https://github.com/anymaniax/orval/blob/master/samples/react-query/basic/petstore.yaml" target="_blank">swagger</a>: +Like the following example from this <a href="https://github.com/orval-labs/orval/blob/master/samples/react-query/basic/petstore.yaml" target="_blank">swagger</a>: ```ts export const showPetById = ( @@ -115,4 +115,4 @@ module.exports = { }; ``` -Checkout <a href="https://github.com/anymaniax/orval/blob/master/samples/react-query/basic" target="_blank">here</a> the full example +Checkout <a href="https://github.com/orval-labs/orval/blob/master/samples/react-query/basic" target="_blank">here</a> the full example diff --git a/docs/src/pages/guides/set-base-url.md b/docs/src/pages/guides/set-base-url.md index 1d04863fe..eb754c045 100644 --- a/docs/src/pages/guides/set-base-url.md +++ b/docs/src/pages/guides/set-base-url.md @@ -77,7 +77,7 @@ export const customFetch = async <T>( }; ``` -Please refer to the complete sample [here](https://github.com/anymaniax/orval/blob/master/samples/next-app-with-fetch/custom-fetch.ts) +Please refer to the complete sample [here](https://github.com/orval-labs/orval/blob/master/samples/next-app-with-fetch/custom-fetch.ts) ### Angular http client diff --git a/docs/src/pages/guides/svelte-query.md b/docs/src/pages/guides/svelte-query.md index 46225592f..c8b635f24 100644 --- a/docs/src/pages/guides/svelte-query.md +++ b/docs/src/pages/guides/svelte-query.md @@ -28,7 +28,7 @@ Checkout the [orval config](../reference/configuration/full-example) reference t The svelte query model will generate an implementation file with one custom hook per path in your OpenAPI Specification. -Like the following example from this <a href="https://github.com/anymaniax/orval/blob/master/samples/svelte-query/petstore.yaml" target="_blank">swagger</a>: +Like the following example from this <a href="https://github.com/orval-labs/orval/blob/master/samples/svelte-query/petstore.yaml" target="_blank">swagger</a>: ```ts export const showPetById = ( @@ -118,4 +118,4 @@ module.exports = { }; ``` -Checkout <a href="https://github.com/anymaniax/orval/tree/master/samples/svelte-query" target="_blank">here</a> the full example +Checkout <a href="https://github.com/orval-labs/orval/tree/master/samples/svelte-query" target="_blank">here</a> the full example diff --git a/docs/src/pages/guides/swr.md b/docs/src/pages/guides/swr.md index 01772b953..2d1612707 100644 --- a/docs/src/pages/guides/swr.md +++ b/docs/src/pages/guides/swr.md @@ -28,7 +28,7 @@ Checkout the [orval config](../reference/configuration/full-example) reference t The SWR model will generate an implementation file with one custom hook per path in your OpenAPI Specification. -Like the following example from this <a href="https://github.com/anymaniax/orval/blob/master/samples/react-app-with-swr/petstore.yaml" target="_blank">swagger</a>: +Like the following example from this <a href="https://github.com/orval-labs/orval/blob/master/samples/react-app-with-swr/petstore.yaml" target="_blank">swagger</a>: ```ts export const showPetById = ( @@ -71,4 +71,4 @@ export const useShowPetById = <TError = Error>( }; ``` -Checkout <a href="https://github.com/anymaniax/orval/blob/master/samples/react-app-with-swr" target="_blank">here</a> the full example +Checkout <a href="https://github.com/orval-labs/orval/blob/master/samples/react-app-with-swr" target="_blank">here</a> the full example diff --git a/docs/src/pages/guides/vue-query.md b/docs/src/pages/guides/vue-query.md index 2ac5e1086..b190576fe 100644 --- a/docs/src/pages/guides/vue-query.md +++ b/docs/src/pages/guides/vue-query.md @@ -28,7 +28,7 @@ Checkout the [orval config](../reference/configuration/full-example) reference t The Vue query model will generate an implementation file with one custom hook per path in your OpenAPI Specification. -Like the following example from this <a href="https://github.com/anymaniax/orval/blob/master/samples/vue-query/petstore.yaml" target="_blank">swagger</a>: +Like the following example from this <a href="https://github.com/orval-labs/orval/blob/master/samples/vue-query/petstore.yaml" target="_blank">swagger</a>: ```ts export const showPetById = ( @@ -118,4 +118,4 @@ module.exports = { }; ``` -Checkout <a href="https://github.com/anymaniax/orval/tree/master/samples/vue-query" target="_blank">here</a> the full example +Checkout <a href="https://github.com/orval-labs/orval/tree/master/samples/vue-query" target="_blank">here</a> the full example diff --git a/docs/src/pages/reference/configuration/input.md b/docs/src/pages/reference/configuration/input.md index 5527a76a6..c00bb16d2 100644 --- a/docs/src/pages/reference/configuration/input.md +++ b/docs/src/pages/reference/configuration/input.md @@ -61,7 +61,7 @@ module.exports = { }; ``` -Example of transformer <a href="https://github.com/anymaniax/orval/blob/master/samples/basic/api/transformer/add-version.js" target="_blank">here</a> +Example of transformer <a href="https://github.com/orval-labs/orval/blob/master/samples/basic/api/transformer/add-version.js" target="_blank">here</a> ### filters @@ -117,7 +117,7 @@ Type: `Object`. Default Value: `{}`. -Orval convert Swagger 2.0 definitions into OpenAPI 3.0.x. You can use the converterOptions property to provide custom config for that. Check [here](https://github.com/anymaniax/orval/blob/next/src/types/swagger2openapi.d.ts#L10) available options. +Orval convert Swagger 2.0 definitions into OpenAPI 3.0.x. You can use the converterOptions property to provide custom config for that. Check [here](https://github.com/orval-labs/orval/blob/next/src/types/swagger2openapi.d.ts#L10) available options. ```js module.exports = { diff --git a/docs/src/pages/reference/configuration/output.md b/docs/src/pages/reference/configuration/output.md index e39b1de2f..c0fe9733f 100644 --- a/docs/src/pages/reference/configuration/output.md +++ b/docs/src/pages/reference/configuration/output.md @@ -37,7 +37,7 @@ module.exports = { }; ``` -if you want you can provide a function to extend or create you custom client generator and this function receive a [[GeneratorClients](https://github.com/anymaniax/orval/blob/master/packages/core/src/types.ts#L156)](https://github.com/anymaniax/orval/blob/master/packages/core/src/types.ts#L156) in argument and should return a [ClientGeneratorsBuilder](https://github.com/anymaniax/orval/blob/master/packages/core/src/types.ts#L652). +if you want you can provide a function to extend or create you custom client generator and this function receive a [[GeneratorClients](https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L156)](https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L156) in argument and should return a [ClientGeneratorsBuilder](https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L652). ### httpClient @@ -330,7 +330,7 @@ module.exports = { }; ``` -If you want you can provide a function to extend or create you custom mock generator and check [here](https://github.com/anymaniax/orval/blob/master/src/types/generator.ts#L132) the type. +If you want you can provide a function to extend or create you custom mock generator and check [here](https://github.com/orval-labs/orval/blob/master/src/types/generator.ts#L132) the type. To discover all the available options, read below. @@ -454,7 +454,7 @@ Type: `String` or `Function`. Valid values: path or implementation of the transformer function. -This function is executed for each call when you generate and take in argument a <a href="https://github.com/anymaniax/orval/blob/master/packages/core/src/types.ts#L556" target="_blank">GeneratorVerbOptions</a> and should return a <a href="https://github.com/anymaniax/orval/blob/master/packages/core/src/types.ts#L556" target="_blank">GeneratorVerbOptions</a> +This function is executed for each call when you generate and take in argument a <a href="https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L556" target="_blank">GeneratorVerbOptions</a> and should return a <a href="https://github.com/orval-labs/orval/blob/master/packages/core/src/types.ts#L556" target="_blank">GeneratorVerbOptions</a> ```js module.exports = { @@ -1170,7 +1170,7 @@ module.exports = { Type: `Object`. -Give you the possibility to put a value for a `format`. In your specification, if you put a `format: email` to a property Orval will automatically generate a random email for you. See the default available format <a href="https://github.com/anymaniax/orval/blob/master/packages/mock/src/faker/constants.ts" target="_blank">here</a>. +Give you the possibility to put a value for a `format`. In your specification, if you put a `format: email` to a property Orval will automatically generate a random email for you. See the default available format <a href="https://github.com/orval-labs/orval/blob/master/packages/mock/src/faker/constants.ts" target="_blank">here</a>. ```js module.exports = { @@ -1803,7 +1803,7 @@ Valid Values: `true` or `false`. Default Value: `false`. Applies to all clients, but probably only makes sense for `Tanstack Query`. -Use this property to make all parameters optional except the path parameter. This is useful to take advantage of the `Orval`'s auto-enable feature for `Tanstack Query`, see https://github.com/anymaniax/orval/pull/894 +Use this property to make all parameters optional except the path parameter. This is useful to take advantage of the `Orval`'s auto-enable feature for `Tanstack Query`, see https://github.com/orval-labs/orval/pull/894 ```js module.exports = { @@ -1821,7 +1821,7 @@ Type: `Boolean` Valid values: true or false. Defaults to false. **Note:** this only works for Tanstack Query clients for now. -Use this property to enable URL encoding of path/query parameters. This is highly recommended, and will probably become a default in the future, see https://github.com/anymaniax/orval/pull/895 +Use this property to enable URL encoding of path/query parameters. This is highly recommended, and will probably become a default in the future, see https://github.com/orval-labs/orval/pull/895 ```js module.exports = { diff --git a/docs/src/siteConfig.js b/docs/src/siteConfig.js index 0882cbef0..b419d8964 100644 --- a/docs/src/siteConfig.js +++ b/docs/src/siteConfig.js @@ -1,8 +1,8 @@ // List of projects/orgs using your project for the users page. export const siteConfig = { - editUrl: 'https://github.com/anymaniax/orval/edit/master/docs/src/pages', + editUrl: 'https://github.com/orval-labs/orval/edit/master/docs/src/pages', copyright: `Copyright © ${new Date().getFullYear()} Victor Bury. All Rights Reserved.`, - repoUrl: 'https://github.com/anymaniax/orval', + repoUrl: 'https://github.com/orval-labs/orval', discordUrl: 'https://discord.gg/6fC2sjDU7w', algolia: { appId: process.env.NEXT_PUBLIC_ALGOLIA_APP_ID, diff --git a/packages/angular/README.md b/packages/angular/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/axios/README.md b/packages/axios/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/axios/README.md +++ b/packages/axios/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/core/README.md b/packages/core/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/core/src/getters/combine.ts b/packages/core/src/getters/combine.ts index 8befa4b8b..4d25e82f1 100644 --- a/packages/core/src/getters/combine.ts +++ b/packages/core/src/getters/combine.ts @@ -24,7 +24,7 @@ type CombinedData = { hasReadonlyProps: boolean; /** * List of all properties in all subschemas - * - used to add missing properties in subschemas to avoid TS error described in @see https://github.com/anymaniax/orval/issues/935 + * - used to add missing properties in subschemas to avoid TS error described in @see https://github.com/orval-labs/orval/issues/935 */ allProperties: string[]; }; diff --git a/packages/fetch/README.md b/packages/fetch/README.md index 68b73771d..84a3e3c43 100644 --- a/packages/fetch/README.md +++ b/packages/fetch/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,12 +19,12 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [nx fastify react](https://github.com/anymaniax/orval/tree/master/samples/nx-fastify-react) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [nx fastify react](https://github.com/orval-labs/orval/tree/master/samples/nx-fastify-react) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/hono/README.md b/packages/hono/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/hono/README.md +++ b/packages/hono/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/mock/README.md b/packages/mock/README.md index 69c17e818..c843f73ed 100644 --- a/packages/mock/README.md +++ b/packages/mock/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restful Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/orval/README.md b/packages/orval/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/orval/README.md +++ b/packages/orval/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/orval/package.json b/packages/orval/package.json index c2df4378f..d2e00772c 100644 --- a/packages/orval/package.json +++ b/packages/orval/package.json @@ -39,7 +39,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/anymaniax/orval" + "url": "https://github.com/orval-labs/orval" }, "scripts": { "build": "tsup ./src/bin/orval.ts ./src/index.ts --target node12 --clean --sourcemap --dts", diff --git a/packages/query/README.md b/packages/query/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/query/README.md +++ b/packages/query/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/query/src/index.test.ts b/packages/query/src/index.test.ts index 8ce491751..177bdf500 100644 --- a/packages/query/src/index.test.ts +++ b/packages/query/src/index.test.ts @@ -17,7 +17,7 @@ describe('throws when trying to use named parameters with vue-query client', () 'axios', ), ).toThrowErrorMatchingInlineSnapshot( - '"vue-query client does not support named parameters, and had broken reactivity previously, please set useNamedParameters to false; See for context: https://github.com/anymaniax/orval/pull/931#issuecomment-1752355686"', + '"vue-query client does not support named parameters, and had broken reactivity previously, please set useNamedParameters to false; See for context: https://github.com/orval-labs/orval/pull/931#issuecomment-1752355686"', ); }); it('vue-query output client', () => { @@ -30,7 +30,7 @@ describe('throws when trying to use named parameters with vue-query client', () 'vue-query', ), ).toThrowErrorMatchingInlineSnapshot( - '"vue-query client does not support named parameters, and had broken reactivity previously, please set useNamedParameters to false; See for context: https://github.com/anymaniax/orval/pull/931#issuecomment-1752355686"', + '"vue-query client does not support named parameters, and had broken reactivity previously, please set useNamedParameters to false; See for context: https://github.com/orval-labs/orval/pull/931#issuecomment-1752355686"', ); }); }); diff --git a/packages/query/src/index.ts b/packages/query/src/index.ts index c80611db8..523b3a207 100644 --- a/packages/query/src/index.ts +++ b/packages/query/src/index.ts @@ -1451,7 +1451,7 @@ export const builder = (type === 'vue-query' || outputClient === 'vue-query') ) { throw new Error( - `vue-query client does not support named parameters, and had broken reactivity previously, please set useNamedParameters to false; See for context: https://github.com/anymaniax/orval/pull/931#issuecomment-1752355686`, + `vue-query client does not support named parameters, and had broken reactivity previously, please set useNamedParameters to false; See for context: https://github.com/orval-labs/orval/pull/931#issuecomment-1752355686`, ); } diff --git a/packages/swr/README.md b/packages/swr/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/swr/README.md +++ b/packages/swr/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/packages/zod/README.md b/packages/zod/README.md index 7cf3baf43..9dab12813 100644 --- a/packages/zod/README.md +++ b/packages/zod/README.md @@ -1,6 +1,6 @@ [](https://badge.fury.io/js/orval) [](https://opensource.org/licenses/MIT) -[](https://github.com/anymaniax/orval/actions/workflows/tests.yaml) +[](https://github.com/orval-labs/orval/actions/workflows/tests.yaml) <p align="center"> <img src="./logo/orval-logo-horizontal.svg?raw=true" width="500" height="160" alt="orval - Restfull Client Generator" /> @@ -19,11 +19,11 @@ You can find below some samples -- [react app](https://github.com/anymaniax/orval/tree/master/samples/react-app) -- [react query](https://github.com/anymaniax/orval/tree/master/samples/react-query) -- [svelte query](https://github.com/anymaniax/orval/tree/master/samples/svelte-query) -- [vue query](https://github.com/anymaniax/orval/tree/master/samples/vue-query) -- [react app with swr](https://github.com/anymaniax/orval/tree/master/samples/react-app-with-swr) -- [angular app](https://github.com/anymaniax/orval/tree/master/samples/angular-app) -- [hono](https://github.com/anymaniax/orval/tree/master/samples/hono) -- [next app with fetch](https://github.com/anymaniax/orval/tree/master/samples/next-app-with-fetch) +- [react app](https://github.com/orval-labs/orval/tree/master/samples/react-app) +- [react query](https://github.com/orval-labs/orval/tree/master/samples/react-query) +- [svelte query](https://github.com/orval-labs/orval/tree/master/samples/svelte-query) +- [vue query](https://github.com/orval-labs/orval/tree/master/samples/vue-query) +- [react app with swr](https://github.com/orval-labs/orval/tree/master/samples/react-app-with-swr) +- [angular app](https://github.com/orval-labs/orval/tree/master/samples/angular-app) +- [hono](https://github.com/orval-labs/orval/tree/master/samples/hono) +- [next app with fetch](https://github.com/orval-labs/orval/tree/master/samples/next-app-with-fetch) diff --git a/samples/vue-query/vue-query-basic/petstore.yaml b/samples/vue-query/vue-query-basic/petstore.yaml index 5300a1a0a..5ea82d64f 100644 --- a/samples/vue-query/vue-query-basic/petstore.yaml +++ b/samples/vue-query/vue-query-basic/petstore.yaml @@ -110,7 +110,7 @@ paths: $ref: '#/components/schemas/Error' /api/v1/user/logout: post: - summary: This is required to test case when there are no parameters (this path is ignored in add-version transformer), see https://github.com/anymaniax/orval/issues/857#issuecomment-1835317990 + summary: This is required to test case when there are no parameters (this path is ignored in add-version transformer), see https://github.com/orval-labs/orval/issues/857#issuecomment-1835317990 responses: 200: description: Success diff --git a/samples/vue-query/vue-query-basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.ts b/samples/vue-query/vue-query-basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.ts index c31160d60..6c9b94b50 100644 --- a/samples/vue-query/vue-query-basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.ts +++ b/samples/vue-query/vue-query-basic/src/api/endpoints/petstoreFromFileSpecWithTransformer.ts @@ -451,7 +451,7 @@ export function useShowPetById< } /** - * @summary This is required to test case when there are no parameters (this path is ignored in add-version transformer), see https://github.com/anymaniax/orval/issues/857#issuecomment-1835317990 + * @summary This is required to test case when there are no parameters (this path is ignored in add-version transformer), see https://github.com/orval-labs/orval/issues/857#issuecomment-1835317990 */ export const postApiV1UserLogout = () => { return customInstance<void>({ url: `/api/v1/user/logout`, method: 'POST' }); @@ -492,7 +492,7 @@ export type PostApiV1UserLogoutMutationResult = NonNullable< export type PostApiV1UserLogoutMutationError = unknown; /** - * @summary This is required to test case when there are no parameters (this path is ignored in add-version transformer), see https://github.com/anymaniax/orval/issues/857#issuecomment-1835317990 + * @summary This is required to test case when there are no parameters (this path is ignored in add-version transformer), see https://github.com/orval-labs/orval/issues/857#issuecomment-1835317990 */ export const usePostApiV1UserLogout = < TError = unknown, diff --git a/samples/vue-query/vue-query-basic/src/components/tests/query-enabled-reactivity-version.spec.ts b/samples/vue-query/vue-query-basic/src/components/tests/query-enabled-reactivity-version.spec.ts index 702d2bac0..c52540852 100644 --- a/samples/vue-query/vue-query-basic/src/components/tests/query-enabled-reactivity-version.spec.ts +++ b/samples/vue-query/vue-query-basic/src/components/tests/query-enabled-reactivity-version.spec.ts @@ -6,7 +6,7 @@ import Pet from './query-enabled-reactivity-version.vue'; describe('Query `enabled` reactivity', () => { it('works for multiple arguments (version and petId)', async () => { - // this test is to ensure we don't use `unref(version && petId)` which is not correct, see https://github.com/anymaniax/orval/pull/944/files#r1347320242 + // this test is to ensure we don't use `unref(version && petId)` which is not correct, see https://github.com/orval-labs/orval/pull/944/files#r1347320242 const spy = vi.spyOn(customInstanceModule, 'customInstance'); diff --git a/tests/configs/vue-query.config.ts b/tests/configs/vue-query.config.ts index f4c488396..696603604 100644 --- a/tests/configs/vue-query.config.ts +++ b/tests/configs/vue-query.config.ts @@ -153,7 +153,7 @@ export default defineConfig({ target: '../specifications/petstore.yaml', }, }, - // Unsupported for now, see for context: https://github.com/anymaniax/orval/pull/931#issuecomment-1752355686 + // Unsupported for now, see for context: https://github.com/orval-labs/orval/pull/931#issuecomment-1752355686 // namedParameters: { // output: { // target: '../generated/vue-query/named-parameters/endpoints.ts', diff --git a/tests/regressions/arrays.ts b/tests/regressions/arrays.ts index 478f9eae2..c14c22e73 100644 --- a/tests/regressions/arrays.ts +++ b/tests/regressions/arrays.ts @@ -1,7 +1,7 @@ import { ArrayTest } from '../generated/default/regressions/model/arrayTest'; // Ensure arrays with nullable items work correctly. -// See: https://github.com/anymaniax/orval/pull/563 +// See: https://github.com/orval-labs/orval/pull/563 const arrays: ArrayTest = { nullable_items: ['string', null], nested_nullable_items: [['string'], [null]],