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 update after placement api

+30 -30
+1 -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 2 3 - export * from './types.gen'; 3 + export type * from './types.gen';
+4 -4
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/multi-enum-names-values/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 + export type ClientOptions = { 4 + baseUrl: string; 5 + }; 6 + 3 7 export type _110 = '1-10' | '11-20'; 4 8 5 9 export type MyFoo = 'myFoo' | 'myBar'; ··· 17 21 ] | [ 18 22 'baz' 19 23 ]; 20 - 21 - export type ClientOptions = { 22 - baseUrl: string; 23 - };
+1 -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 2 3 - export * from './types.gen'; 3 + export type * from './types.gen';
+4 -4
packages/openapi-ts-tests/main/test/__snapshots__/2.0.x/multi-external/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 + export type ClientOptions = { 4 + baseUrl: string; 5 + }; 6 + 3 7 export type ExternalSchemaA = ExternalSharedExternalSharedModel; 4 8 5 9 export type ExternalSchemaB = ExternalSharedExternalSharedModel; ··· 388 392 }; 389 393 390 394 export type GetExternalPropertiesByIdResponse = GetExternalPropertiesByIdResponses[keyof GetExternalPropertiesByIdResponses]; 391 - 392 - export type ClientOptions = { 393 - baseUrl: string; 394 - };
+1 -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 2 3 - export * from './types.gen'; 3 + export type * from './types.gen';
+4 -4
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/multi-enum-inline/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 + export type ClientOptions = { 4 + baseUrl: `${string}://${string}` | (string & {}); 5 + }; 6 + 3 7 export type Foo = { 4 8 type?: TypeEnum; 5 9 }; 6 10 7 11 export type TypeEnum = 'foo' | 'bar'; 8 - 9 - export type ClientOptions = { 10 - baseUrl: `${string}://${string}` | (string & {}); 11 - };
+1 -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 2 3 - export * from './types.gen'; 3 + export type * from './types.gen';
+4 -4
packages/openapi-ts-tests/main/test/__snapshots__/3.0.x/multi-external/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 + export type ClientOptions = { 4 + baseUrl: `${string}://${string}` | (string & {}); 5 + }; 6 + 3 7 export type ExternalSchemaA = ExternalSharedExternalSharedModel; 4 8 5 9 export type ExternalSchemaB = ExternalSharedExternalSharedModel; ··· 430 434 }; 431 435 432 436 export type GetExternalPropertiesByIdResponse = GetExternalPropertiesByIdResponses[keyof GetExternalPropertiesByIdResponses]; 433 - 434 - export type ClientOptions = { 435 - baseUrl: `${string}://${string}` | (string & {}); 436 - };
+1 -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 2 3 - export * from './types.gen'; 3 + export type * from './types.gen';
+4 -4
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/multi-enum-inline/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 + export type ClientOptions = { 4 + baseUrl: `${string}://${string}` | (string & {}); 5 + }; 6 + 3 7 export type Foo = { 4 8 type?: FooEnum; 5 9 }; ··· 65 69 }; 66 70 67 71 export type PutFooResponse = PutFooResponses[keyof PutFooResponses]; 68 - 69 - export type ClientOptions = { 70 - baseUrl: `${string}://${string}` | (string & {}); 71 - };
+1 -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 2 3 - export * from './types.gen'; 3 + export type * from './types.gen';
+4 -4
packages/openapi-ts-tests/main/test/__snapshots__/3.1.x/multi-external/types.gen.ts
··· 1 1 // This file is auto-generated by @hey-api/openapi-ts 2 2 3 + export type ClientOptions = { 4 + baseUrl: `${string}://${string}` | (string & {}); 5 + }; 6 + 3 7 /** 4 8 * External schema (A) 5 9 */ ··· 466 470 }; 467 471 468 472 export type GetExternalPropertiesByIdResponse = GetExternalPropertiesByIdResponses[keyof GetExternalPropertiesByIdResponses]; 469 - 470 - export type ClientOptions = { 471 - baseUrl: `${string}://${string}` | (string & {}); 472 - };