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

Configure Feed

Select the types of activity you want to include in your feed.

chore: test formatting update

+18 -12
+2 -1
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/multi-enum-names-values/index.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 - export * from './types.gen'; 2 + 3 + export * from './types.gen';
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/multi-enum-names-values/types.gen.ts
··· 20 20 21 21 export type ClientOptions = { 22 22 baseUrl: string; 23 - }; 23 + };
+2 -1
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/multi-external/index.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 - export * from './types.gen'; 2 + 3 + export * from './types.gen';
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/multi-external/types.gen.ts
··· 391 391 392 392 export type ClientOptions = { 393 393 baseUrl: string; 394 - }; 394 + };
+2 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/multi-enum-inline/index.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 - export * from './types.gen'; 2 + 3 + export * from './types.gen';
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/multi-enum-inline/types.gen.ts
··· 8 8 9 9 export type ClientOptions = { 10 10 baseUrl: `${string}://${string}` | (string & {}); 11 - }; 11 + };
+2 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/multi-external/index.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 - export * from './types.gen'; 2 + 3 + export * from './types.gen';
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/multi-external/types.gen.ts
··· 433 433 434 434 export type ClientOptions = { 435 435 baseUrl: `${string}://${string}` | (string & {}); 436 - }; 436 + };
+2 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/multi-enum-inline/index.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 - export * from './types.gen'; 2 + 3 + export * from './types.gen';
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/multi-enum-inline/types.gen.ts
··· 68 68 69 69 export type ClientOptions = { 70 70 baseUrl: `${string}://${string}` | (string & {}); 71 - }; 71 + };
+2 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/multi-external/index.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 - export * from './types.gen'; 2 + 3 + export * from './types.gen';
+1 -1
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/multi-external/types.gen.ts
··· 469 469 470 470 export type ClientOptions = { 471 471 baseUrl: `${string}://${string}` | (string & {}); 472 - }; 472 + };