mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Updated snapshot
This commit is contained in:
parent
e19624e840
commit
7615367aa2
@ -3660,7 +3660,7 @@ export const $CompositionWithAllOfAndNullable = {
|
||||
type: 'ModelWithArray',
|
||||
}, {
|
||||
type: 'ModelWithDictionary',
|
||||
}, ]
|
||||
}],
|
||||
isNullable: true,
|
||||
},
|
||||
},
|
||||
@ -3684,7 +3684,7 @@ export const $CompositionWithAnyOf = {
|
||||
type: 'ModelWithArray',
|
||||
}, {
|
||||
type: 'ModelWithDictionary',
|
||||
}, ]
|
||||
}],
|
||||
},
|
||||
},
|
||||
};"
|
||||
@ -3711,7 +3711,7 @@ export const $CompositionWithAnyOfAndNullable = {
|
||||
type: 'ModelWithArray',
|
||||
}, {
|
||||
type: 'ModelWithDictionary',
|
||||
}, ]
|
||||
}],
|
||||
isNullable: true,
|
||||
},
|
||||
},
|
||||
@ -3738,7 +3738,7 @@ export const $CompositionWithAnyOfAnonymous = {
|
||||
type: 'string',
|
||||
}, {
|
||||
type: 'number',
|
||||
}, ]
|
||||
}],
|
||||
},
|
||||
},
|
||||
};"
|
||||
@ -3761,7 +3761,7 @@ export const $CompositionWithOneOf = {
|
||||
type: 'ModelWithArray',
|
||||
}, {
|
||||
type: 'ModelWithDictionary',
|
||||
}, ]
|
||||
}],
|
||||
},
|
||||
},
|
||||
};"
|
||||
@ -3788,7 +3788,7 @@ export const $CompositionWithOneOfAndNullable = {
|
||||
type: 'ModelWithArray',
|
||||
}, {
|
||||
type: 'ModelWithDictionary',
|
||||
}, ]
|
||||
}],
|
||||
isNullable: true,
|
||||
},
|
||||
},
|
||||
@ -3815,7 +3815,7 @@ export const $CompositionWithOneOfAnonymous = {
|
||||
type: 'string',
|
||||
}, {
|
||||
type: 'number',
|
||||
}, ]
|
||||
}],
|
||||
},
|
||||
},
|
||||
};"
|
||||
@ -3971,7 +3971,7 @@ export const $ModelThatExtends = {
|
||||
type: 'ModelWithString',
|
||||
},
|
||||
},
|
||||
}, ]
|
||||
}],
|
||||
};"
|
||||
`;
|
||||
|
||||
@ -3995,7 +3995,7 @@ export const $ModelThatExtendsExtends = {
|
||||
type: 'ModelWithString',
|
||||
},
|
||||
},
|
||||
}, ]
|
||||
}],
|
||||
};"
|
||||
`;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user