File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openapi-typescript-codegen" ,
3
- "version" : " 0.11.0 " ,
3
+ "version" : " 0.11.1 " ,
4
4
"description" : " Library that generates Typescript clients based on the OpenAPI specification." ,
5
5
"author" : " Ferdi Koomen" ,
6
6
"homepage" : " https://github.com/ferdikoomen/openapi-typescript-codegen" ,
Original file line number Diff line number Diff line change @@ -811,7 +811,7 @@ import type { ModelWithString } from './ModelWithString';
811
811
export type ModelThatExtends = (ModelWithString & {
812
812
propExtendsA?: string;
813
813
propExtendsB?: ModelWithString;
814
- } & any );
814
+ });
815
815
"
816
816
`;
817
817
@@ -829,7 +829,7 @@ import type { ModelWithString } from './ModelWithString';
829
829
export type ModelThatExtendsExtends = (ModelWithString & ModelThatExtends & {
830
830
propExtendsC?: string;
831
831
propExtendsD?: ModelWithString;
832
- } & any );
832
+ });
833
833
"
834
834
`;
835
835
@@ -1478,9 +1478,6 @@ export const $ModelThatExtends = {
1478
1478
type: 'ModelWithString',
1479
1479
},
1480
1480
},
1481
- }, {
1482
- properties: {
1483
- },
1484
1481
}],
1485
1482
};"
1486
1483
`;
@@ -1504,9 +1501,6 @@ export const $ModelThatExtendsExtends = {
1504
1501
type: 'ModelWithString',
1505
1502
},
1506
1503
},
1507
- }, {
1508
- properties: {
1509
- },
1510
1504
}],
1511
1505
};"
1512
1506
`;
You can’t perform that action at this time.
0 commit comments