chore: bump dependencies (#3258)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@ const parseOpenAPIV3Body = (
|
||||
// We only take the first definition
|
||||
const [contentType, media]: [
|
||||
string,
|
||||
OpenAPIV3.MediaTypeObject | OpenAPIV31.MediaTypeObject
|
||||
OpenAPIV3.MediaTypeObject | OpenAPIV31.MediaTypeObject,
|
||||
] = objs[0]
|
||||
|
||||
return contentType in knownContentTypes
|
||||
|
||||
@@ -90,7 +90,8 @@ const getHoppReqParams = (item: Item): HoppRESTParam[] => {
|
||||
}
|
||||
|
||||
type PMRequestAuthDef<
|
||||
AuthType extends RequestAuthDefinition["type"] = RequestAuthDefinition["type"]
|
||||
AuthType extends
|
||||
RequestAuthDefinition["type"] = RequestAuthDefinition["type"],
|
||||
> = AuthType extends RequestAuthDefinition["type"] & string
|
||||
? // eslint-disable-next-line no-unused-vars
|
||||
{ type: AuthType } & { [x in AuthType]: VariableDefinition[] }
|
||||
|
||||
Reference in New Issue
Block a user