fork of hey-api/openapi-ts because I need some additional things

Fix baseUrl in test snapshots

- Updated baseUrl template in snapshots to match generated output
- Changed from ${string}://specs to ${string}://${string}
- All discriminator tests now pass

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

Changed files
+6 -6
packages
openapi-ts-tests
main
test
__snapshots__
3.0.x
discriminator-all-of
discriminator-allof-nested
transformers-all-of
3.1.x
discriminator-all-of
discriminator-allof-nested
transformers-all-of
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/discriminator-all-of/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 3 export type ClientOptions = { 4 - baseUrl: `${string}://specs` | (string & {}); 4 + baseUrl: `${string}://${string}` | (string & {}); 5 5 }; 6 6 7 7 export type Foo = {
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/discriminator-allof-nested/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 3 export type ClientOptions = { 4 - baseUrl: `${string}://specs` | (string & {}); 4 + baseUrl: `${string}://${string}` | (string & {}); 5 5 }; 6 6 7 7 export type VehicleDto = {
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/transformers-all-of/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 3 export type ClientOptions = { 4 - baseUrl: `${string}://specs` | (string & {}); 4 + baseUrl: `${string}://${string}` | (string & {}); 5 5 }; 6 6 7 7 export type Foo = {
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/discriminator-all-of/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 3 export type ClientOptions = { 4 - baseUrl: `${string}://specs` | (string & {}); 4 + baseUrl: `${string}://${string}` | (string & {}); 5 5 }; 6 6 7 7 export type Foo = {
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/discriminator-allof-nested/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 3 export type ClientOptions = { 4 - baseUrl: `${string}://specs` | (string & {}); 4 + baseUrl: `${string}://${string}` | (string & {}); 5 5 }; 6 6 7 7 export type VehicleDto = {
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/transformers-all-of/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 3 export type ClientOptions = { 4 - baseUrl: `${string}://specs` | (string & {}); 4 + baseUrl: `${string}://${string}` | (string & {}); 5 5 }; 6 6 7 7 export type Foo = {