diff --git a/modules/openapi-generator/src/main/resources/haskell-http-client/Core.mustache b/modules/openapi-generator/src/main/resources/haskell-http-client/Core.mustache index 96fb0c22c116..ddd07b719218 100644 --- a/modules/openapi-generator/src/main/resources/haskell-http-client/Core.mustache +++ b/modules/openapi-generator/src/main/resources/haskell-http-client/Core.mustache @@ -70,7 +70,7 @@ data {{configType}} = {{configType}} , configLogContext :: LogContext -- ^ Configures the logger , configAuthMethods :: [AnyAuthMethod] -- ^ List of configured auth methods , configValidateAuthMethods :: Bool -- ^ throw exceptions if auth methods are not configured - , configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':' + , configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':' } -- | display the config @@ -419,7 +419,7 @@ _applyAuthMethods req config@({{configType}} {configAuthMethods = as}) = -- * Utils -- | Removes Null fields. (OpenAPI-Specification 2.0 does not allow Null in JSON) -_omitNulls :: [(Text, A.Value)] -> A.Value +_omitNulls :: [(A.Key, A.Value)] -> A.Value _omitNulls = A.object . P.filter notNull where notNull (_, A.Null) = False diff --git a/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache b/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache index ebc4c30243f7..c5b3d8c19a24 100644 --- a/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache +++ b/modules/openapi-generator/src/main/resources/haskell-http-client/haskell-http-client.cabal.mustache @@ -39,7 +39,7 @@ library lib ghc-options: -Wall -funbox-strict-fields build-depends: - aeson >=1.0 && <2.0 + aeson >=2.0 && <3.0 , base >=4.7 && <5.0 , base64-bytestring >1.0 && <2.0 , bytestring >=0.10.0 diff --git a/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache b/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache index 940a7cd0ca24..f8c340aa8a96 100644 --- a/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache +++ b/modules/openapi-generator/src/main/resources/haskell-http-client/stack.mustache @@ -1,4 +1,4 @@ -resolver: lts-18.6 +resolver: lts-19.6 build: haddock-arguments: haddock-args: diff --git a/modules/openapi-generator/src/main/resources/haskell-http-client/tests/Instances.mustache b/modules/openapi-generator/src/main/resources/haskell-http-client/tests/Instances.mustache index ca4bcf426712..b75ddeca6fbf 100644 --- a/modules/openapi-generator/src/main/resources/haskell-http-client/tests/Instances.mustache +++ b/modules/openapi-generator/src/main/resources/haskell-http-client/tests/Instances.mustache @@ -13,6 +13,7 @@ import qualified Data.Set as Set import qualified Data.Text as T import qualified Data.Time as TI import qualified Data.Vector as V +import Data.String (fromString) import Control.Monad import Data.Char (isSpace) @@ -53,8 +54,12 @@ instance Arbitrary Date where shrink (Date xs) = Date <$> shrink xs -- | A naive Arbitrary instance for A.Value: -instance Arbitrary A.Value where - arbitrary = frequency [(3, simpleTypes), (1, arrayTypes), (1, objectTypes)] +-- instance Arbitrary A.Value where +-- arbitrary = arbitraryValue + +arbitraryValue :: Gen A.Value +arbitraryValue = + frequency [(3, simpleTypes), (1, arrayTypes), (1, objectTypes)] where simpleTypes :: Gen A.Value simpleTypes = @@ -64,7 +69,7 @@ instance Arbitrary A.Value where , (2, liftM (A.Number . fromIntegral) (arbitrary :: Gen Int)) , (2, liftM (A.String . T.pack) (arbitrary :: Gen String)) ] - mapF (k, v) = (T.pack k, v) + mapF (k, v) = (fromString k, v) simpleAndArrays = frequency [(1, sized sizedArray), (4, simpleTypes)] arrayTypes = sized sizedArray objectTypes = sized sizedObject diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-AnotherFake.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-AnotherFake.html index 3bddafe21b7e..70b39ab5c581 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-AnotherFake.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-AnotherFake.html @@ -1 +1 @@ -OpenAPIPetstore.API.AnotherFake
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.API.AnotherFake

Description

 
Synopsis

Operations

AnotherFake

op123testSpecialTags

op123testSpecialTags Source #

PATCH /another-fake/dummy

To test special tags

To test special tags and operation ID starting with number

data Op123testSpecialTags Source #

Instances

Instances details
Produces Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Consumes Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

HasBodyParam Op123testSpecialTags Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Methods

setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source #

\ No newline at end of file +OpenAPIPetstore.API.AnotherFake
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.API.AnotherFake

Description

 
Synopsis

Operations

AnotherFake

op123testSpecialTags

op123testSpecialTags Source #

PATCH /another-fake/dummy

To test special tags

To test special tags and operation ID starting with number

data Op123testSpecialTags Source #

Instances

Instances details
HasBodyParam Op123testSpecialTags Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Methods

setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source #

Consumes Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Produces Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Fake.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Fake.html index dbcbea45948c..93f20ee1da46 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Fake.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Fake.html @@ -1 +1 @@ -OpenAPIPetstore.API.Fake
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.API.Fake

Description

 
Synopsis

Operations

Fake

createXmlItem

createXmlItem Source #

Arguments

:: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) 
=> ContentType contentType

request content-type (MimeType)

-> XmlItem

"xmlItem" - XmlItem Body

-> OpenAPIPetstoreRequest CreateXmlItem contentType NoContent MimeNoContent 
POST /fake/create_xml_item

creates an XmlItem

this route creates an XmlItem

data CreateXmlItem Source #

Instances

Instances details
Produces CreateXmlItem MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam CreateXmlItem XmlItem Source #

Body Param XmlItem - XmlItem Body

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => OpenAPIPetstoreRequest CreateXmlItem contentType res accept -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType res accept Source #

fakeOuterBooleanSerialize

fakeOuterBooleanSerialize Source #

Arguments

:: Consumes FakeOuterBooleanSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType Bool accept 
POST /fake/outer/boolean

Test serialization of outer boolean types

data FakeOuterBooleanSerialize Source #

Instances

Instances details
MimeType mtype => Produces FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterBooleanSerialize BodyBool Source #

Body Param "body" - Input boolean as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

fakeOuterCompositeSerialize

fakeOuterCompositeSerialize Source #

Arguments

:: Consumes FakeOuterCompositeSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterCompositeSerialize contentType OuterComposite accept 
POST /fake/outer/composite

Test serialization of object with outer number type

data FakeOuterCompositeSerialize Source #

Instances

Instances details
MimeType mtype => Produces FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterCompositeSerialize OuterComposite Source #

Body Param "body" - Input composite as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

fakeOuterNumberSerialize

fakeOuterNumberSerialize Source #

Arguments

:: Consumes FakeOuterNumberSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType Double accept 
POST /fake/outer/number

Test serialization of outer number types

data FakeOuterNumberSerialize Source #

Instances

Instances details
MimeType mtype => Produces FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterNumberSerialize BodyDouble Source #

Body Param "body" - Input number as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

fakeOuterStringSerialize

fakeOuterStringSerialize Source #

Arguments

:: Consumes FakeOuterStringSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType Text accept 
POST /fake/outer/string

Test serialization of outer string types

data FakeOuterStringSerialize Source #

Instances

Instances details
MimeType mtype => Produces FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterStringSerialize BodyText Source #

Body Param "body" - Input string as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

testBodyWithFileSchema

testBodyWithFileSchema Source #

PUT /fake/body-with-file-schema

For this test, the body for this request much reference a schema named File.

testBodyWithQueryParams

testClientModel

testClientModel Source #

PATCH /fake

To test "client" model

To test "client" model

data TestClientModel Source #

Instances

Instances details
Produces TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam TestClientModel Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes TestClientModel contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClientModel contentType res accept -> Client -> OpenAPIPetstoreRequest TestClientModel contentType res accept Source #

testEndpointParameters

testEndpointParameters Source #

POST /fake

Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트

Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트

AuthMethod: AuthBasicHttpBasicTest

data TestEndpointParameters Source #

Instances

Instances details
Produces TestEndpointParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEndpointParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Password Source #

Optional Param "password" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamString Source #

Optional Param "string" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamInteger Source #

Optional Param "integer" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamFloat Source #

Optional Param "float" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDateTime Source #

Optional Param "dateTime" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDate Source #

Optional Param "date" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamBinary Source #

Optional Param "binary" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int64 Source #

Optional Param "int64" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int32 Source #

Optional Param "int32" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Callback Source #

Optional Param "callback" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

testEnumParameters

data TestEnumParameters Source #

Instances

Instances details
Produces TestEnumParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEnumParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryStringArray Source #

Optional Param "enum_query_string_array" - Query parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryString Source #

Optional Param "enum_query_string" - Query parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryInteger Source #

Optional Param "enum_query_integer" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryDouble Source #

Optional Param "enum_query_double" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderStringArray Source #

Optional Param "enum_header_string_array" - Header parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderString Source #

Optional Param "enum_header_string" - Header parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumFormStringArray Source #

Optional Param "enum_form_string_array" - Form parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumFormString Source #

Optional Param "enum_form_string" - Form parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

testGroupParameters

testGroupParameters Source #

Arguments

:: RequiredStringGroup

"requiredStringGroup" - Required String in group parameters

-> RequiredBooleanGroup

"requiredBooleanGroup" - Required Boolean in group parameters

-> RequiredInt64Group

"requiredInt64Group" - Required Integer in group parameters

-> OpenAPIPetstoreRequest TestGroupParameters MimeNoContent NoContent MimeNoContent 
DELETE /fake

Fake endpoint to test group parameters (optional)

Fake endpoint to test group parameters (optional)

data TestGroupParameters Source #

Instances

Instances details
Produces TestGroupParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters StringGroup Source #

Optional Param "string_group" - String in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters Int64Group Source #

Optional Param "int64_group" - Integer in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters BooleanGroup Source #

Optional Param "boolean_group" - Boolean in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

testInlineAdditionalProperties

testJsonFormData

testJsonFormData Source #

GET /fake/jsonFormData

test json serialization of form data

data TestJsonFormData Source #

Instances

Instances details
Produces TestJsonFormData MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestJsonFormData MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

testQueryParameterCollectionFormat

testQueryParameterCollectionFormat Source #

PUT /fake/test-query-parameters

To test the collection format in query parameters

\ No newline at end of file +OpenAPIPetstore.API.Fake
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.API.Fake

Description

 
Synopsis

Operations

Fake

createXmlItem

createXmlItem Source #

Arguments

:: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) 
=> ContentType contentType

request content-type (MimeType)

-> XmlItem

"xmlItem" - XmlItem Body

-> OpenAPIPetstoreRequest CreateXmlItem contentType NoContent MimeNoContent 
POST /fake/create_xml_item

creates an XmlItem

this route creates an XmlItem

data CreateXmlItem Source #

Instances

Instances details
HasBodyParam CreateXmlItem XmlItem Source #

Body Param XmlItem - XmlItem Body

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => OpenAPIPetstoreRequest CreateXmlItem contentType res accept -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType res accept Source #

Consumes CreateXmlItem MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces CreateXmlItem MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

fakeOuterBooleanSerialize

fakeOuterBooleanSerialize Source #

Arguments

:: Consumes FakeOuterBooleanSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType Bool accept 
POST /fake/outer/boolean

Test serialization of outer boolean types

data FakeOuterBooleanSerialize Source #

Instances

Instances details
HasBodyParam FakeOuterBooleanSerialize BodyBool Source #

Body Param "body" - Input boolean as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

fakeOuterCompositeSerialize

fakeOuterCompositeSerialize Source #

Arguments

:: Consumes FakeOuterCompositeSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterCompositeSerialize contentType OuterComposite accept 
POST /fake/outer/composite

Test serialization of object with outer number type

data FakeOuterCompositeSerialize Source #

Instances

Instances details
HasBodyParam FakeOuterCompositeSerialize OuterComposite Source #

Body Param "body" - Input composite as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

fakeOuterNumberSerialize

fakeOuterNumberSerialize Source #

Arguments

:: Consumes FakeOuterNumberSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType Double accept 
POST /fake/outer/number

Test serialization of outer number types

data FakeOuterNumberSerialize Source #

Instances

Instances details
HasBodyParam FakeOuterNumberSerialize BodyDouble Source #

Body Param "body" - Input number as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

fakeOuterStringSerialize

fakeOuterStringSerialize Source #

Arguments

:: Consumes FakeOuterStringSerialize contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType Text accept 
POST /fake/outer/string

Test serialization of outer string types

data FakeOuterStringSerialize Source #

Instances

Instances details
HasBodyParam FakeOuterStringSerialize BodyText Source #

Body Param "body" - Input string as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

testBodyWithFileSchema

testBodyWithFileSchema Source #

PUT /fake/body-with-file-schema

For this test, the body for this request much reference a schema named File.

testBodyWithQueryParams

testClientModel

testClientModel Source #

PATCH /fake

To test "client" model

To test "client" model

data TestClientModel Source #

Instances

Instances details
HasBodyParam TestClientModel Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes TestClientModel contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClientModel contentType res accept -> Client -> OpenAPIPetstoreRequest TestClientModel contentType res accept Source #

Consumes TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

testEndpointParameters

testEndpointParameters Source #

POST /fake

Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트

Fake endpoint for testing various parameters 假端點 偽のエンドポイント 가짜 엔드 포인트

AuthMethod: AuthBasicHttpBasicTest

data TestEndpointParameters Source #

Instances

Instances details
HasOptionalParam TestEndpointParameters Callback Source #

Optional Param "callback" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int32 Source #

Optional Param "int32" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int64 Source #

Optional Param "int64" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamBinary Source #

Optional Param "binary" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDate Source #

Optional Param "date" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDateTime Source #

Optional Param "dateTime" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamFloat Source #

Optional Param "float" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamInteger Source #

Optional Param "integer" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamString Source #

Optional Param "string" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Password Source #

Optional Param "password" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEndpointParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEndpointParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

testEnumParameters

data TestEnumParameters Source #

Instances

Instances details
HasOptionalParam TestEnumParameters EnumFormString Source #

Optional Param "enum_form_string" - Form parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumFormStringArray Source #

Optional Param "enum_form_string_array" - Form parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderString Source #

Optional Param "enum_header_string" - Header parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderStringArray Source #

Optional Param "enum_header_string_array" - Header parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryDouble Source #

Optional Param "enum_query_double" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryInteger Source #

Optional Param "enum_query_integer" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryString Source #

Optional Param "enum_query_string" - Query parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryStringArray Source #

Optional Param "enum_query_string_array" - Query parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEnumParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEnumParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

testGroupParameters

testGroupParameters Source #

Arguments

:: RequiredStringGroup

"requiredStringGroup" - Required String in group parameters

-> RequiredBooleanGroup

"requiredBooleanGroup" - Required Boolean in group parameters

-> RequiredInt64Group

"requiredInt64Group" - Required Integer in group parameters

-> OpenAPIPetstoreRequest TestGroupParameters MimeNoContent NoContent MimeNoContent 
DELETE /fake

Fake endpoint to test group parameters (optional)

Fake endpoint to test group parameters (optional)

data TestGroupParameters Source #

Instances

Instances details
HasOptionalParam TestGroupParameters BooleanGroup Source #

Optional Param "boolean_group" - Boolean in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters Int64Group Source #

Optional Param "int64_group" - Integer in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters StringGroup Source #

Optional Param "string_group" - String in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestGroupParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

testInlineAdditionalProperties

testJsonFormData

testJsonFormData Source #

GET /fake/jsonFormData

test json serialization of form data

data TestJsonFormData Source #

Instances

Instances details
Consumes TestJsonFormData MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestJsonFormData MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

testQueryParameterCollectionFormat

testQueryParameterCollectionFormat Source #

PUT /fake/test-query-parameters

To test the collection format in query parameters

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-FakeClassnameTags123.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-FakeClassnameTags123.html index 1101ceff6c26..ac8334816012 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-FakeClassnameTags123.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-FakeClassnameTags123.html @@ -1 +1 @@ -OpenAPIPetstore.API.FakeClassnameTags123
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.API.FakeClassnameTags123

Description

 
Synopsis

Operations

FakeClassnameTags123

testClassname

testClassname Source #

PATCH /fake_classname_test

To test class name in snake case

To test class name in snake case

AuthMethod: AuthApiKeyApiKeyQuery

data TestClassname Source #

Instances

Instances details
Produces TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Consumes TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

HasBodyParam TestClassname Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Methods

setBodyParam :: (Consumes TestClassname contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClassname contentType res accept -> Client -> OpenAPIPetstoreRequest TestClassname contentType res accept Source #

\ No newline at end of file +OpenAPIPetstore.API.FakeClassnameTags123
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.API.FakeClassnameTags123

Description

 
Synopsis

Operations

FakeClassnameTags123

testClassname

testClassname Source #

PATCH /fake_classname_test

To test class name in snake case

To test class name in snake case

AuthMethod: AuthApiKeyApiKeyQuery

data TestClassname Source #

Instances

Instances details
HasBodyParam TestClassname Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Methods

setBodyParam :: (Consumes TestClassname contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClassname contentType res accept -> Client -> OpenAPIPetstoreRequest TestClassname contentType res accept Source #

Consumes TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Produces TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Pet.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Pet.html index 394be946f32d..94d7558f0b8a 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Pet.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Pet.html @@ -1 +1 @@ -OpenAPIPetstore.API.Pet
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.API.Pet

Description

 
Synopsis

Operations

Pet

addPet

addPet Source #

Arguments

:: (Consumes AddPet contentType, MimeRender contentType Pet) 
=> ContentType contentType

request content-type (MimeType)

-> Pet

"body" - Pet object that needs to be added to the store

-> OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent 
POST /pet

Add a new pet to the store

AuthMethod: AuthOAuthPetstoreAuth

data AddPet Source #

Instances

Instances details
Produces AddPet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

HasBodyParam AddPet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes AddPet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest AddPet contentType res accept -> Pet -> OpenAPIPetstoreRequest AddPet contentType res accept Source #

deletePet

deletePet Source #

DELETE /pet/{petId}

Deletes a pet

AuthMethod: AuthOAuthPetstoreAuth

data DeletePet Source #

Instances

Instances details
Produces DeletePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam DeletePet ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

findPetsByStatus

findPetsByStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Status

"status" - Status values that need to be considered for filter

-> OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept 
GET /pet/findByStatus

Finds Pets by status

Multiple status values can be provided with comma separated strings

AuthMethod: AuthOAuthPetstoreAuth

data FindPetsByStatus Source #

Instances

Instances details
Produces FindPetsByStatus MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

findPetsByTags

findPetsByTags Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Tags

"tags" - Tags to filter by

-> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept 

Deprecated:

GET /pet/findByTags

Finds Pets by tags

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

AuthMethod: AuthOAuthPetstoreAuth

data FindPetsByTags Source #

Instances

Instances details
Produces FindPetsByTags MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

getPetById

getPetById Source #

Arguments

:: Accept accept

request accept (MimeType)

-> PetId

"petId" - ID of pet to return

-> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept 
GET /pet/{petId}

Find pet by ID

Returns a single pet

AuthMethod: AuthApiKeyApiKey

data GetPetById Source #

Instances

Instances details
Produces GetPetById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

updatePet

updatePet Source #

Arguments

:: (Consumes UpdatePet contentType, MimeRender contentType Pet) 
=> ContentType contentType

request content-type (MimeType)

-> Pet

"body" - Pet object that needs to be added to the store

-> OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent 
PUT /pet

Update an existing pet

AuthMethod: AuthOAuthPetstoreAuth

data UpdatePet Source #

Instances

Instances details
Produces UpdatePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

HasBodyParam UpdatePet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest UpdatePet contentType res accept -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType res accept Source #

updatePetWithForm

updatePetWithForm Source #

POST /pet/{petId}

Updates a pet in the store with form data

AuthMethod: AuthOAuthPetstoreAuth

data UpdatePetWithForm Source #

Instances

Instances details
Produces UpdatePetWithForm MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePetWithForm MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UpdatePetWithForm StatusText Source #

Optional Param "status" - Updated status of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UpdatePetWithForm Name2 Source #

Optional Param "name" - Updated name of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

uploadFile

uploadFile Source #

POST /pet/{petId}/uploadImage

uploads an image

AuthMethod: AuthOAuthPetstoreAuth

data UploadFile Source #

Instances

Instances details
Produces UploadFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFile File2 Source #

Optional Param "file" - file to upload

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

HasOptionalParam UploadFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

uploadFileWithRequiredFile

uploadFileWithRequiredFile Source #

POST /fake/{petId}/uploadImageWithRequiredFile

uploads an image (required)

AuthMethod: AuthOAuthPetstoreAuth

data UploadFileWithRequiredFile Source #

Instances

Instances details
Produces UploadFileWithRequiredFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFileWithRequiredFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

\ No newline at end of file +OpenAPIPetstore.API.Pet
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.API.Pet

Description

 
Synopsis

Operations

Pet

addPet

addPet Source #

Arguments

:: (Consumes AddPet contentType, MimeRender contentType Pet) 
=> ContentType contentType

request content-type (MimeType)

-> Pet

"body" - Pet object that needs to be added to the store

-> OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent 
POST /pet

Add a new pet to the store

AuthMethod: AuthOAuthPetstoreAuth

data AddPet Source #

Instances

Instances details
HasBodyParam AddPet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes AddPet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest AddPet contentType res accept -> Pet -> OpenAPIPetstoreRequest AddPet contentType res accept Source #

Consumes AddPet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces AddPet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

deletePet

deletePet Source #

DELETE /pet/{petId}

Deletes a pet

AuthMethod: AuthOAuthPetstoreAuth

data DeletePet Source #

Instances

Instances details
HasOptionalParam DeletePet ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

Produces DeletePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

findPetsByStatus

findPetsByStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Status

"status" - Status values that need to be considered for filter

-> OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept 
GET /pet/findByStatus

Finds Pets by status

Multiple status values can be provided with comma separated strings

AuthMethod: AuthOAuthPetstoreAuth

data FindPetsByStatus Source #

Instances

Instances details
Produces FindPetsByStatus MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

findPetsByTags

findPetsByTags Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Tags

"tags" - Tags to filter by

-> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept 

Deprecated:

GET /pet/findByTags

Finds Pets by tags

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

AuthMethod: AuthOAuthPetstoreAuth

data FindPetsByTags Source #

Instances

Instances details
Produces FindPetsByTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

getPetById

getPetById Source #

Arguments

:: Accept accept

request accept (MimeType)

-> PetId

"petId" - ID of pet to return

-> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept 
GET /pet/{petId}

Find pet by ID

Returns a single pet

AuthMethod: AuthApiKeyApiKey

data GetPetById Source #

Instances

Instances details
Produces GetPetById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

updatePet

updatePet Source #

Arguments

:: (Consumes UpdatePet contentType, MimeRender contentType Pet) 
=> ContentType contentType

request content-type (MimeType)

-> Pet

"body" - Pet object that needs to be added to the store

-> OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent 
PUT /pet

Update an existing pet

AuthMethod: AuthOAuthPetstoreAuth

data UpdatePet Source #

Instances

Instances details
HasBodyParam UpdatePet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest UpdatePet contentType res accept -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType res accept Source #

Consumes UpdatePet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

updatePetWithForm

updatePetWithForm Source #

POST /pet/{petId}

Updates a pet in the store with form data

AuthMethod: AuthOAuthPetstoreAuth

data UpdatePetWithForm Source #

Instances

Instances details
HasOptionalParam UpdatePetWithForm Name2 Source #

Optional Param "name" - Updated name of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UpdatePetWithForm StatusText Source #

Optional Param "status" - Updated status of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePetWithForm MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePetWithForm MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

uploadFile

uploadFile Source #

POST /pet/{petId}/uploadImage

uploads an image

AuthMethod: AuthOAuthPetstoreAuth

data UploadFile Source #

Instances

Instances details
HasOptionalParam UploadFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFile File2 Source #

Optional Param "file" - file to upload

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

Consumes UploadFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

uploadFileWithRequiredFile

uploadFileWithRequiredFile Source #

POST /fake/{petId}/uploadImageWithRequiredFile

uploads an image (required)

AuthMethod: AuthOAuthPetstoreAuth

data UploadFileWithRequiredFile Source #

Instances

Instances details
HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFileWithRequiredFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFileWithRequiredFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Store.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Store.html index c892996f0c7b..1aea9bc37562 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Store.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-Store.html @@ -1 +1 @@ -OpenAPIPetstore.API.Store
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.API.Store

Description

 
Synopsis

Operations

Store

deleteOrder

deleteOrder Source #

Arguments

:: OrderIdText

"orderId" - ID of the order that needs to be deleted

-> OpenAPIPetstoreRequest DeleteOrder MimeNoContent NoContent MimeNoContent 
DELETE /store/order/{order_id}

Delete purchase order by ID

For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

data DeleteOrder Source #

Instances

Instances details
Produces DeleteOrder MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Store

getInventory

getInventory :: OpenAPIPetstoreRequest GetInventory MimeNoContent (Map String Int) MimeJSON Source #

GET /store/inventory

Returns pet inventories by status

Returns a map of status codes to quantities

AuthMethod: AuthApiKeyApiKey

data GetInventory Source #

Instances

Instances details
Produces GetInventory MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

getOrderById

getOrderById Source #

Arguments

:: Accept accept

request accept (MimeType)

-> OrderId

"orderId" - ID of pet that needs to be fetched

-> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept 
GET /store/order/{order_id}

Find purchase order by ID

For valid response try integer IDs with value 5 or 10. Other values will generated exceptions

data GetOrderById Source #

Instances

Instances details
Produces GetOrderById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

placeOrder

placeOrder Source #

Arguments

:: (Consumes PlaceOrder contentType, MimeRender contentType Order) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Order

"body" - order placed for purchasing the pet

-> OpenAPIPetstoreRequest PlaceOrder contentType Order accept 
POST /store/order

Place an order for a pet

data PlaceOrder Source #

Instances

Instances details
Produces PlaceOrder MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

MimeType mtype => Consumes PlaceOrder mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Store

HasBodyParam PlaceOrder Order Source #

Body Param "body" - order placed for purchasing the pet

Instance details

Defined in OpenAPIPetstore.API.Store

Methods

setBodyParam :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => OpenAPIPetstoreRequest PlaceOrder contentType res accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType res accept Source #

\ No newline at end of file +OpenAPIPetstore.API.Store
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.API.Store

Description

 
Synopsis

Operations

Store

deleteOrder

deleteOrder Source #

Arguments

:: OrderIdText

"orderId" - ID of the order that needs to be deleted

-> OpenAPIPetstoreRequest DeleteOrder MimeNoContent NoContent MimeNoContent 
DELETE /store/order/{order_id}

Delete purchase order by ID

For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

data DeleteOrder Source #

Instances

Instances details
Produces DeleteOrder MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Store

getInventory

getInventory :: OpenAPIPetstoreRequest GetInventory MimeNoContent (Map String Int) MimeJSON Source #

GET /store/inventory

Returns pet inventories by status

Returns a map of status codes to quantities

AuthMethod: AuthApiKeyApiKey

data GetInventory Source #

Instances

Instances details
Produces GetInventory MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

getOrderById

getOrderById Source #

Arguments

:: Accept accept

request accept (MimeType)

-> OrderId

"orderId" - ID of pet that needs to be fetched

-> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept 
GET /store/order/{order_id}

Find purchase order by ID

For valid response try integer IDs with value 5 or 10. Other values will generated exceptions

data GetOrderById Source #

Instances

Instances details
Produces GetOrderById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

placeOrder

placeOrder Source #

Arguments

:: (Consumes PlaceOrder contentType, MimeRender contentType Order) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Order

"body" - order placed for purchasing the pet

-> OpenAPIPetstoreRequest PlaceOrder contentType Order accept 
POST /store/order

Place an order for a pet

data PlaceOrder Source #

Instances

Instances details
HasBodyParam PlaceOrder Order Source #

Body Param "body" - order placed for purchasing the pet

Instance details

Defined in OpenAPIPetstore.API.Store

Methods

setBodyParam :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => OpenAPIPetstoreRequest PlaceOrder contentType res accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType res accept Source #

MimeType mtype => Consumes PlaceOrder mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-User.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-User.html index 654848424105..98cedbf9b898 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-User.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API-User.html @@ -1 +1 @@ -OpenAPIPetstore.API.User
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.API.User

Description

 
Synopsis

Operations

User

createUser

createUser Source #

Arguments

:: (Consumes CreateUser contentType, MimeRender contentType User) 
=> ContentType contentType

request content-type (MimeType)

-> User

"body" - Created user object

-> OpenAPIPetstoreRequest CreateUser contentType NoContent MimeNoContent 
POST /user

Create user

This can only be done by the logged in user.

data CreateUser Source #

Instances

Instances details
Produces CreateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUser User Source #

Body Param "body" - Created user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes CreateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest CreateUser contentType res accept -> User -> OpenAPIPetstoreRequest CreateUser contentType res accept Source #

createUsersWithArrayInput

createUsersWithArrayInput Source #

Arguments

:: (Consumes CreateUsersWithArrayInput contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Body

"body" - List of user object

-> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType NoContent MimeNoContent 
POST /user/createWithArray

Creates list of users with given input array

data CreateUsersWithArrayInput Source #

Instances

Instances details
Produces CreateUsersWithArrayInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithArrayInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUsersWithArrayInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

createUsersWithListInput

createUsersWithListInput Source #

Arguments

:: (Consumes CreateUsersWithListInput contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Body

"body" - List of user object

-> OpenAPIPetstoreRequest CreateUsersWithListInput contentType NoContent MimeNoContent 
POST /user/createWithList

Creates list of users with given input array

data CreateUsersWithListInput Source #

Instances

Instances details
Produces CreateUsersWithListInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithListInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUsersWithListInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

deleteUser

deleteUser Source #

Arguments

:: Username

"username" - The name that needs to be deleted

-> OpenAPIPetstoreRequest DeleteUser MimeNoContent NoContent MimeNoContent 
DELETE /user/{username}

Delete user

This can only be done by the logged in user.

data DeleteUser Source #

Instances

Instances details
Produces DeleteUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

getUserByName

getUserByName Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Username

"username" - The name that needs to be fetched. Use user1 for testing.

-> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept 
GET /user/{username}

Get user by user name

data GetUserByName Source #

Instances

Instances details
Produces GetUserByName MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

loginUser

loginUser Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Username

"username" - The user name for login

-> Password

"password" - The password for login in clear text

-> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept 
GET /user/login

Logs user into the system

data LoginUser Source #

Instances

Instances details
Produces LoginUser MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

logoutUser

logoutUser :: OpenAPIPetstoreRequest LogoutUser MimeNoContent NoContent MimeNoContent Source #

GET /user/logout

Logs out current logged in user session

data LogoutUser Source #

Instances

Instances details
Produces LogoutUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

updateUser

updateUser Source #

Arguments

:: (Consumes UpdateUser contentType, MimeRender contentType User) 
=> ContentType contentType

request content-type (MimeType)

-> User

"body" - Updated user object

-> Username

"username" - name that need to be deleted

-> OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent 
PUT /user/{username}

Updated user

This can only be done by the logged in user.

data UpdateUser Source #

Instances

Instances details
Produces UpdateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes UpdateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam UpdateUser User Source #

Body Param "body" - Updated user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes UpdateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest UpdateUser contentType res accept -> User -> OpenAPIPetstoreRequest UpdateUser contentType res accept Source #

\ No newline at end of file +OpenAPIPetstore.API.User
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.API.User

Description

 
Synopsis

Operations

User

createUser

createUser Source #

Arguments

:: (Consumes CreateUser contentType, MimeRender contentType User) 
=> ContentType contentType

request content-type (MimeType)

-> User

"body" - Created user object

-> OpenAPIPetstoreRequest CreateUser contentType NoContent MimeNoContent 
POST /user

Create user

This can only be done by the logged in user.

data CreateUser Source #

Instances

Instances details
HasBodyParam CreateUser User Source #

Body Param "body" - Created user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes CreateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest CreateUser contentType res accept -> User -> OpenAPIPetstoreRequest CreateUser contentType res accept Source #

MimeType mtype => Consumes CreateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

createUsersWithArrayInput

createUsersWithArrayInput Source #

Arguments

:: (Consumes CreateUsersWithArrayInput contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Body

"body" - List of user object

-> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType NoContent MimeNoContent 
POST /user/createWithArray

Creates list of users with given input array

data CreateUsersWithArrayInput Source #

Instances

Instances details
HasBodyParam CreateUsersWithArrayInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithArrayInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithArrayInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

createUsersWithListInput

createUsersWithListInput Source #

Arguments

:: (Consumes CreateUsersWithListInput contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Body

"body" - List of user object

-> OpenAPIPetstoreRequest CreateUsersWithListInput contentType NoContent MimeNoContent 
POST /user/createWithList

Creates list of users with given input array

data CreateUsersWithListInput Source #

Instances

Instances details
HasBodyParam CreateUsersWithListInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithListInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithListInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

deleteUser

deleteUser Source #

Arguments

:: Username

"username" - The name that needs to be deleted

-> OpenAPIPetstoreRequest DeleteUser MimeNoContent NoContent MimeNoContent 
DELETE /user/{username}

Delete user

This can only be done by the logged in user.

data DeleteUser Source #

Instances

Instances details
Produces DeleteUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

getUserByName

getUserByName Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Username

"username" - The name that needs to be fetched. Use user1 for testing.

-> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept 
GET /user/{username}

Get user by user name

data GetUserByName Source #

Instances

Instances details
Produces GetUserByName MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

loginUser

loginUser Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Username

"username" - The user name for login

-> Password

"password" - The password for login in clear text

-> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept 
GET /user/login

Logs user into the system

data LoginUser Source #

Instances

Instances details
Produces LoginUser MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

logoutUser

logoutUser :: OpenAPIPetstoreRequest LogoutUser MimeNoContent NoContent MimeNoContent Source #

GET /user/logout

Logs out current logged in user session

data LogoutUser Source #

Instances

Instances details
Produces LogoutUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

updateUser

updateUser Source #

Arguments

:: (Consumes UpdateUser contentType, MimeRender contentType User) 
=> ContentType contentType

request content-type (MimeType)

-> User

"body" - Updated user object

-> Username

"username" - name that need to be deleted

-> OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent 
PUT /user/{username}

Updated user

This can only be done by the logged in user.

data UpdateUser Source #

Instances

Instances details
HasBodyParam UpdateUser User Source #

Body Param "body" - Updated user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes UpdateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest UpdateUser contentType res accept -> User -> OpenAPIPetstoreRequest UpdateUser contentType res accept Source #

MimeType mtype => Consumes UpdateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

Produces UpdateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API.html index f1a673ee3e3b..ed7a0cb031ff 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-API.html @@ -1 +1 @@ -OpenAPIPetstore.API
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.API

Description

 

Documentation

\ No newline at end of file +OpenAPIPetstore.API
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.API

Description

 

Documentation

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Client.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Client.html index 073233e166ac..2e23462cf657 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Client.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Client.html @@ -1 +1 @@ -OpenAPIPetstore.Client
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.Client

Description

 
Synopsis

Dispatch

Lbs

dispatchLbs Source #

Arguments

:: (Produces req accept, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (Response ByteString)

response

send a request returning the raw http response

Mime

data MimeResult res Source #

pair of decoded http body and http response

Constructors

MimeResult 

Fields

Instances

Instances details
Functor MimeResult Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

fmap :: (a -> b) -> MimeResult a -> MimeResult b #

(<$) :: a -> MimeResult b -> MimeResult a #

Foldable MimeResult Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

fold :: Monoid m => MimeResult m -> m #

foldMap :: Monoid m => (a -> m) -> MimeResult a -> m #

foldMap' :: Monoid m => (a -> m) -> MimeResult a -> m #

foldr :: (a -> b -> b) -> b -> MimeResult a -> b #

foldr' :: (a -> b -> b) -> b -> MimeResult a -> b #

foldl :: (b -> a -> b) -> b -> MimeResult a -> b #

foldl' :: (b -> a -> b) -> b -> MimeResult a -> b #

foldr1 :: (a -> a -> a) -> MimeResult a -> a #

foldl1 :: (a -> a -> a) -> MimeResult a -> a #

toList :: MimeResult a -> [a] #

null :: MimeResult a -> Bool #

length :: MimeResult a -> Int #

elem :: Eq a => a -> MimeResult a -> Bool #

maximum :: Ord a => MimeResult a -> a #

minimum :: Ord a => MimeResult a -> a #

sum :: Num a => MimeResult a -> a #

product :: Num a => MimeResult a -> a #

Traversable MimeResult Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

traverse :: Applicative f => (a -> f b) -> MimeResult a -> f (MimeResult b) #

sequenceA :: Applicative f => MimeResult (f a) -> f (MimeResult a) #

mapM :: Monad m => (a -> m b) -> MimeResult a -> m (MimeResult b) #

sequence :: Monad m => MimeResult (m a) -> m (MimeResult a) #

Show res => Show (MimeResult res) Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

showsPrec :: Int -> MimeResult res -> ShowS #

show :: MimeResult res -> String #

showList :: [MimeResult res] -> ShowS #

data MimeError Source #

pair of unrender/parser error and http response

Constructors

MimeError 

Fields

Instances

Instances details
Show MimeError Source # 
Instance details

Defined in OpenAPIPetstore.Client

dispatchMime Source #

Arguments

:: forall req contentType res accept. (Produces req accept, MimeUnrender accept res, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (MimeResult res)

response

send a request returning the MimeResult

dispatchMime' Source #

Arguments

:: (Produces req accept, MimeUnrender accept res, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (Either MimeError res)

response

like dispatchMime, but only returns the decoded http body

Unsafe

dispatchLbsUnsafe Source #

Arguments

:: (MimeType accept, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (Response ByteString)

response

like dispatchReqLbs, but does not validate the operation is a Producer of the "accept" MimeType. (Useful if the server's response is undocumented)

dispatchInitUnsafe Source #

Arguments

:: Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> InitRequest req contentType res accept

init request

-> IO (Response ByteString)

response

dispatch an InitRequest

InitRequest

newtype InitRequest req contentType res accept Source #

wraps an http-client Request with request/response type parameters

Constructors

InitRequest 

Fields

Instances

Instances details
Show (InitRequest req contentType res accept) Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

showsPrec :: Int -> InitRequest req contentType res accept -> ShowS #

show :: InitRequest req contentType res accept -> String #

showList :: [InitRequest req contentType res accept] -> ShowS #

_toInitRequest Source #

Arguments

:: (MimeType accept, MimeType contentType) 
=> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (InitRequest req contentType res accept)

initialized request

Build an http-client Request record from the supplied config and request

modifyInitRequest :: InitRequest req contentType res accept -> (Request -> Request) -> InitRequest req contentType res accept Source #

modify the underlying Request

modifyInitRequestM :: Monad m => InitRequest req contentType res accept -> (Request -> m Request) -> m (InitRequest req contentType res accept) Source #

modify the underlying Request (monadic)

Logging

runConfigLog :: MonadIO m => OpenAPIPetstoreConfig -> LogExec m a Source #

Run a block using the configured logger instance

runConfigLogWithExceptions :: (MonadCatch m, MonadIO m) => Text -> OpenAPIPetstoreConfig -> LogExec m a Source #

Run a block using the configured logger instance (logs exceptions)

\ No newline at end of file +OpenAPIPetstore.Client
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.Client

Description

 
Synopsis

Dispatch

Lbs

dispatchLbs Source #

Arguments

:: (Produces req accept, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (Response ByteString)

response

send a request returning the raw http response

Mime

data MimeResult res Source #

pair of decoded http body and http response

Constructors

MimeResult 

Fields

Instances

Instances details
Foldable MimeResult Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

fold :: Monoid m => MimeResult m -> m #

foldMap :: Monoid m => (a -> m) -> MimeResult a -> m #

foldMap' :: Monoid m => (a -> m) -> MimeResult a -> m #

foldr :: (a -> b -> b) -> b -> MimeResult a -> b #

foldr' :: (a -> b -> b) -> b -> MimeResult a -> b #

foldl :: (b -> a -> b) -> b -> MimeResult a -> b #

foldl' :: (b -> a -> b) -> b -> MimeResult a -> b #

foldr1 :: (a -> a -> a) -> MimeResult a -> a #

foldl1 :: (a -> a -> a) -> MimeResult a -> a #

toList :: MimeResult a -> [a] #

null :: MimeResult a -> Bool #

length :: MimeResult a -> Int #

elem :: Eq a => a -> MimeResult a -> Bool #

maximum :: Ord a => MimeResult a -> a #

minimum :: Ord a => MimeResult a -> a #

sum :: Num a => MimeResult a -> a #

product :: Num a => MimeResult a -> a #

Traversable MimeResult Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

traverse :: Applicative f => (a -> f b) -> MimeResult a -> f (MimeResult b) #

sequenceA :: Applicative f => MimeResult (f a) -> f (MimeResult a) #

mapM :: Monad m => (a -> m b) -> MimeResult a -> m (MimeResult b) #

sequence :: Monad m => MimeResult (m a) -> m (MimeResult a) #

Functor MimeResult Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

fmap :: (a -> b) -> MimeResult a -> MimeResult b #

(<$) :: a -> MimeResult b -> MimeResult a #

Show res => Show (MimeResult res) Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

showsPrec :: Int -> MimeResult res -> ShowS #

show :: MimeResult res -> String #

showList :: [MimeResult res] -> ShowS #

data MimeError Source #

pair of unrender/parser error and http response

Constructors

MimeError 

Fields

Instances

Instances details
Show MimeError Source # 
Instance details

Defined in OpenAPIPetstore.Client

dispatchMime Source #

Arguments

:: forall req contentType res accept. (Produces req accept, MimeUnrender accept res, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (MimeResult res)

response

send a request returning the MimeResult

dispatchMime' Source #

Arguments

:: (Produces req accept, MimeUnrender accept res, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (Either MimeError res)

response

like dispatchMime, but only returns the decoded http body

Unsafe

dispatchLbsUnsafe Source #

Arguments

:: (MimeType accept, MimeType contentType) 
=> Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (Response ByteString)

response

like dispatchReqLbs, but does not validate the operation is a Producer of the "accept" MimeType. (Useful if the server's response is undocumented)

dispatchInitUnsafe Source #

Arguments

:: Manager

http-client Connection manager

-> OpenAPIPetstoreConfig

config

-> InitRequest req contentType res accept

init request

-> IO (Response ByteString)

response

dispatch an InitRequest

InitRequest

newtype InitRequest req contentType res accept Source #

wraps an http-client Request with request/response type parameters

Constructors

InitRequest 

Fields

Instances

Instances details
Show (InitRequest req contentType res accept) Source # 
Instance details

Defined in OpenAPIPetstore.Client

Methods

showsPrec :: Int -> InitRequest req contentType res accept -> ShowS #

show :: InitRequest req contentType res accept -> String #

showList :: [InitRequest req contentType res accept] -> ShowS #

_toInitRequest Source #

Arguments

:: (MimeType accept, MimeType contentType) 
=> OpenAPIPetstoreConfig

config

-> OpenAPIPetstoreRequest req contentType res accept

request

-> IO (InitRequest req contentType res accept)

initialized request

Build an http-client Request record from the supplied config and request

modifyInitRequest :: InitRequest req contentType res accept -> (Request -> Request) -> InitRequest req contentType res accept Source #

modify the underlying Request

modifyInitRequestM :: Monad m => InitRequest req contentType res accept -> (Request -> m Request) -> m (InitRequest req contentType res accept) Source #

modify the underlying Request (monadic)

Logging

runConfigLog :: MonadIO m => OpenAPIPetstoreConfig -> LogExec m a Source #

Run a block using the configured logger instance

runConfigLogWithExceptions :: (MonadCatch m, MonadIO m) => Text -> OpenAPIPetstoreConfig -> LogExec m a Source #

Run a block using the configured logger instance (logs exceptions)

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Core.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Core.html index 5db3f8f1df6c..a5d3d1d0a0f0 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Core.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Core.html @@ -1 +1 @@ -OpenAPIPetstore.Core
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.Core

Description

 
Synopsis

OpenAPIPetstoreConfig

data OpenAPIPetstoreConfig Source #

 

Constructors

OpenAPIPetstoreConfig 

Fields

Instances

Instances details
Show OpenAPIPetstoreConfig Source #

display the config

Instance details

Defined in OpenAPIPetstore.Core

newConfig :: IO OpenAPIPetstoreConfig Source #

constructs a default OpenAPIPetstoreConfig

configHost:

http://petstore.swagger.io:80/v2

configUserAgent:

"openapi-petstore/0.1.0.0"

addAuthMethod :: AuthMethod auth => OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig Source #

updates config use AuthMethod on matching requests

withStdoutLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig Source #

updates the config to use stdout logging

withStderrLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig Source #

updates the config to use stderr logging

withNoLogging :: OpenAPIPetstoreConfig -> OpenAPIPetstoreConfig Source #

updates the config to disable logging

OpenAPIPetstoreRequest

data OpenAPIPetstoreRequest req contentType res accept Source #

Represents a request.

Type Variables:

  • req - request operation
  • contentType - MimeType associated with request body
  • res - response model
  • accept - MimeType associated with response body

Constructors

OpenAPIPetstoreRequest 

Fields

Instances

Instances details
Show (OpenAPIPetstoreRequest req contentType res accept) Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

showsPrec :: Int -> OpenAPIPetstoreRequest req contentType res accept -> ShowS #

show :: OpenAPIPetstoreRequest req contentType res accept -> String #

showList :: [OpenAPIPetstoreRequest req contentType res accept] -> ShowS #

rMethodL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Method Source #

rMethod Lens

rUrlPathL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [ByteString] Source #

rParamsL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Params Source #

rParams Lens

rAuthTypesL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [TypeRep] Source #

rParams Lens

HasBodyParam

class HasBodyParam req param where Source #

Designates the body parameter of a request

Minimal complete definition

Nothing

Methods

setBodyParam :: forall contentType res accept. (Consumes req contentType, MimeRender contentType param) => OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept Source #

Instances

Instances details
HasBodyParam UpdateUser User Source #

Body Param "body" - Updated user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes UpdateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest UpdateUser contentType res accept -> User -> OpenAPIPetstoreRequest UpdateUser contentType res accept Source #

HasBodyParam CreateUsersWithListInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUsersWithArrayInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUser User Source #

Body Param "body" - Created user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes CreateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest CreateUser contentType res accept -> User -> OpenAPIPetstoreRequest CreateUser contentType res accept Source #

HasBodyParam PlaceOrder Order Source #

Body Param "body" - order placed for purchasing the pet

Instance details

Defined in OpenAPIPetstore.API.Store

Methods

setBodyParam :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => OpenAPIPetstoreRequest PlaceOrder contentType res accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType res accept Source #

HasBodyParam UpdatePet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest UpdatePet contentType res accept -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType res accept Source #

HasBodyParam AddPet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes AddPet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest AddPet contentType res accept -> Pet -> OpenAPIPetstoreRequest AddPet contentType res accept Source #

HasBodyParam TestClassname Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Methods

setBodyParam :: (Consumes TestClassname contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClassname contentType res accept -> Client -> OpenAPIPetstoreRequest TestClassname contentType res accept Source #

HasBodyParam TestInlineAdditionalProperties ParamMapMapStringText Source #

Body Param "param" - request body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam TestClientModel Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes TestClientModel contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClientModel contentType res accept -> Client -> OpenAPIPetstoreRequest TestClientModel contentType res accept Source #

HasBodyParam TestBodyWithQueryParams User Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam TestBodyWithFileSchema FileSchemaTestClass Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterStringSerialize BodyText Source #

Body Param "body" - Input string as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterNumberSerialize BodyDouble Source #

Body Param "body" - Input number as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterCompositeSerialize OuterComposite Source #

Body Param "body" - Input composite as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterBooleanSerialize BodyBool Source #

Body Param "body" - Input boolean as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam CreateXmlItem XmlItem Source #

Body Param XmlItem - XmlItem Body

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => OpenAPIPetstoreRequest CreateXmlItem contentType res accept -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType res accept Source #

HasBodyParam Op123testSpecialTags Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Methods

setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source #

HasOptionalParam

class HasOptionalParam req param where Source #

Designates the optional parameters of a request

Minimal complete definition

applyOptionalParam | (-&-)

Methods

applyOptionalParam :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept Source #

Apply an optional parameter to a request

(-&-) :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept infixl 2 Source #

infix operator / alias for addOptionalParam

Instances

Instances details
HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFile File2 Source #

Optional Param "file" - file to upload

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

HasOptionalParam UploadFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UpdatePetWithForm StatusText Source #

Optional Param "status" - Updated status of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UpdatePetWithForm Name2 Source #

Optional Param "name" - Updated name of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam DeletePet ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

HasOptionalParam TestGroupParameters StringGroup Source #

Optional Param "string_group" - String in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters Int64Group Source #

Optional Param "int64_group" - Integer in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters BooleanGroup Source #

Optional Param "boolean_group" - Boolean in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryStringArray Source #

Optional Param "enum_query_string_array" - Query parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryString Source #

Optional Param "enum_query_string" - Query parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryInteger Source #

Optional Param "enum_query_integer" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryDouble Source #

Optional Param "enum_query_double" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderStringArray Source #

Optional Param "enum_header_string_array" - Header parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderString Source #

Optional Param "enum_header_string" - Header parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumFormStringArray Source #

Optional Param "enum_form_string_array" - Form parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumFormString Source #

Optional Param "enum_form_string" - Form parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Password Source #

Optional Param "password" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamString Source #

Optional Param "string" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamInteger Source #

Optional Param "integer" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamFloat Source #

Optional Param "float" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDateTime Source #

Optional Param "dateTime" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDate Source #

Optional Param "date" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamBinary Source #

Optional Param "binary" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int64 Source #

Optional Param "int64" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int32 Source #

Optional Param "int32" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Callback Source #

Optional Param "callback" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

data Params Source #

Request Params

Constructors

Params 

Fields

Instances

Instances details
Show Params Source # 
Instance details

Defined in OpenAPIPetstore.Core

data ParamBody Source #

Request Body

Instances

Instances details
Show ParamBody Source # 
Instance details

Defined in OpenAPIPetstore.Core

OpenAPIPetstoreRequest Utils

_mkRequest Source #

Arguments

:: Method

Method

-> [ByteString]

Endpoint

-> OpenAPIPetstoreRequest req contentType res accept

req: Request Type, res: Response Type

setHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept Source #

addHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept Source #

removeHeader :: OpenAPIPetstoreRequest req contentType res accept -> [HeaderName] -> OpenAPIPetstoreRequest req contentType res accept Source #

_setContentTypeHeader :: forall req contentType res accept. MimeType contentType => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept Source #

_setAcceptHeader :: forall req contentType res accept. MimeType accept => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept Source #

setQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept Source #

addQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept Source #

addForm :: OpenAPIPetstoreRequest req contentType res accept -> Form -> OpenAPIPetstoreRequest req contentType res accept Source #

_addMultiFormPart :: OpenAPIPetstoreRequest req contentType res accept -> Part -> OpenAPIPetstoreRequest req contentType res accept Source #

_setBodyBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept Source #

_setBodyLBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept Source #

_hasAuthType :: AuthMethod authMethod => OpenAPIPetstoreRequest req contentType res accept -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept Source #

Params Utils

toPath :: ToHttpApiData a => a -> ByteString Source #

toHeader :: ToHttpApiData a => (HeaderName, a) -> [Header] Source #

toForm :: ToHttpApiData v => (ByteString, v) -> Form Source #

toQuery :: ToHttpApiData a => (ByteString, Maybe a) -> [QueryItem] Source #

toPartialEscapeQuery :: ByteString -> Query -> PartialEscapeQuery Source #

OpenAPI CollectionFormat Utils

data CollectionFormat Source #

Determines the format of the array if type array is used.

Constructors

CommaSeparated

CSV format for multiple parameters.

SpaceSeparated

Also called SSV

TabSeparated

Also called TSV

PipeSeparated

`value1|value2|value2`

MultiParamArray

Using multiple GET parameters, e.g. `foo=bar&foo=baz`. This is valid only for parameters in "query" (Query) or "formData" (Form)

toHeaderColl :: ToHttpApiData a => CollectionFormat -> (HeaderName, [a]) -> [Header] Source #

toFormColl :: ToHttpApiData v => CollectionFormat -> (ByteString, [v]) -> Form Source #

toQueryColl :: ToHttpApiData a => CollectionFormat -> (ByteString, Maybe [a]) -> Query Source #

_toColl :: Traversable f => CollectionFormat -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)] Source #

_toCollA :: (Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t ByteString)]) -> f (t [a]) -> [(b, t ByteString)] Source #

_toCollA' :: (Monoid c, Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t c)]) -> (Char -> c) -> f (t [a]) -> [(b, t c)] Source #

AuthMethods

class Typeable a => AuthMethod a where Source #

Provides a method to apply auth methods to requests

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> a -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

Instances

Instances details
AuthMethod AnyAuthMethod Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AnyAuthMethod -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthOAuthPetstoreAuth Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthOAuthPetstoreAuth -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthBasicHttpBasicTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthBasicHttpBasicTest -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthApiKeyApiKeyQuery Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthApiKeyApiKeyQuery -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthApiKeyApiKey Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthApiKeyApiKey -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

data AnyAuthMethod Source #

An existential wrapper for any AuthMethod

Constructors

forall a.AuthMethod a => AnyAuthMethod a 

Instances

Instances details
AuthMethod AnyAuthMethod Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AnyAuthMethod -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

_applyAuthMethods :: OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreConfig -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

apply all matching AuthMethods in config to request

Utils

_omitNulls :: [(Text, Value)] -> Value Source #

Removes Null fields. (OpenAPI-Specification 2.0 does not allow Null in JSON)

_toFormItem :: (ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text]) Source #

Encodes fields using WH.toQueryParam

_emptyToNothing :: Maybe String -> Maybe String Source #

Collapse (Just "") to Nothing

_memptyToNothing :: (Monoid a, Eq a) => Maybe a -> Maybe a Source #

Collapse (Just mempty) to Nothing

DateTime Formatting

newtype DateTime Source #

Constructors

DateTime 

Fields

Instances

Instances details
Eq DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Data DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DateTime -> c DateTime #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DateTime #

toConstr :: DateTime -> Constr #

dataTypeOf :: DateTime -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DateTime) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DateTime) #

gmapT :: (forall b. Data b => b -> b) -> DateTime -> DateTime #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DateTime -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DateTime -> r #

gmapQ :: (forall d. Data d => d -> u) -> DateTime -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DateTime -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

Ord DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Show DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

NFData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: DateTime -> () #

ToJSON DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: DateTime -> Value

toEncoding :: DateTime -> Encoding

toJSONList :: [DateTime] -> Value

toEncodingList :: [DateTime] -> Encoding

FromJSON DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser DateTime

parseJSONList :: Value -> Parser [DateTime]

FromHttpApiData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

_readDateTime :: (MonadFail m, Alternative m) => String -> m DateTime Source #

_parseISO8601

_showDateTime :: (t ~ UTCTime, FormatTime t) => t -> String Source #

TI.formatISO8601Millis

_parseISO8601 :: (ParseTime t, MonadFail m, Alternative m) => String -> m t Source #

parse an ISO8601 date-time string

Date Formatting

newtype Date Source #

Constructors

Date 

Fields

Instances

Instances details
Enum Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

succ :: Date -> Date #

pred :: Date -> Date #

toEnum :: Int -> Date #

fromEnum :: Date -> Int #

enumFrom :: Date -> [Date] #

enumFromThen :: Date -> Date -> [Date] #

enumFromTo :: Date -> Date -> [Date] #

enumFromThenTo :: Date -> Date -> Date -> [Date] #

Eq Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

(==) :: Date -> Date -> Bool #

(/=) :: Date -> Date -> Bool #

Data Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Date -> c Date #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Date #

toConstr :: Date -> Constr #

dataTypeOf :: Date -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Date) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Date) #

gmapT :: (forall b. Data b => b -> b) -> Date -> Date #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r #

gmapQ :: (forall d. Data d => d -> u) -> Date -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Date -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Date -> m Date #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Date -> m Date #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Date -> m Date #

Ord Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

compare :: Date -> Date -> Ordering #

(<) :: Date -> Date -> Bool #

(<=) :: Date -> Date -> Bool #

(>) :: Date -> Date -> Bool #

(>=) :: Date -> Date -> Bool #

max :: Date -> Date -> Date #

min :: Date -> Date -> Date #

Show Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

showsPrec :: Int -> Date -> ShowS #

show :: Date -> String #

showList :: [Date] -> ShowS #

Ix Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

range :: (Date, Date) -> [Date] #

index :: (Date, Date) -> Date -> Int #

unsafeIndex :: (Date, Date) -> Date -> Int #

inRange :: (Date, Date) -> Date -> Bool #

rangeSize :: (Date, Date) -> Int #

unsafeRangeSize :: (Date, Date) -> Int #

NFData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: Date -> () #

ToJSON Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: Date -> Value

toEncoding :: Date -> Encoding

toJSONList :: [Date] -> Value

toEncodingList :: [Date] -> Encoding

FromJSON Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser Date

parseJSONList :: Value -> Parser [Date]

FromHttpApiData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

_readDate :: MonadFail m => String -> m Date Source #

TI.parseTimeM True TI.defaultTimeLocale "%Y-%m-%d"

_showDate :: FormatTime t => t -> String Source #

TI.formatTime TI.defaultTimeLocale "%Y-%m-%d"

Byte/Binary Formatting

newtype ByteArray Source #

base64 encoded characters

Constructors

ByteArray 

Instances

Instances details
Eq ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Data ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ByteArray -> c ByteArray #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ByteArray #

toConstr :: ByteArray -> Constr #

dataTypeOf :: ByteArray -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ByteArray) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ByteArray) #

gmapT :: (forall b. Data b => b -> b) -> ByteArray -> ByteArray #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ByteArray -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ByteArray -> r #

gmapQ :: (forall d. Data d => d -> u) -> ByteArray -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ByteArray -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

Ord ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Show ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

NFData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: ByteArray -> () #

ToJSON ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: ByteArray -> Value

toEncoding :: ByteArray -> Encoding

toJSONList :: [ByteArray] -> Value

toEncodingList :: [ByteArray] -> Encoding

FromJSON ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser ByteArray

parseJSONList :: Value -> Parser [ByteArray]

FromHttpApiData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

_readByteArray :: MonadFail m => Text -> m ByteArray Source #

read base64 encoded characters

_showByteArray :: ByteArray -> Text Source #

show base64 encoded characters

newtype Binary Source #

any sequence of octets

Constructors

Binary 

Fields

Instances

Instances details
Eq Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

(==) :: Binary -> Binary -> Bool #

(/=) :: Binary -> Binary -> Bool #

Data Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Binary -> c Binary #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Binary #

toConstr :: Binary -> Constr #

dataTypeOf :: Binary -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Binary) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Binary) #

gmapT :: (forall b. Data b => b -> b) -> Binary -> Binary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r #

gmapQ :: (forall d. Data d => d -> u) -> Binary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Binary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

Ord Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Show Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

NFData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: Binary -> () #

ToJSON Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: Binary -> Value

toEncoding :: Binary -> Encoding

toJSONList :: [Binary] -> Value

toEncodingList :: [Binary] -> Encoding

FromJSON Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser Binary

parseJSONList :: Value -> Parser [Binary]

FromHttpApiData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Lens Type Aliases

type Lens_' s a = Lens_ s s a a Source #

type Lens_ s t a b = forall (f :: Type -> Type). Functor f => (a -> f b) -> s -> f t Source #

\ No newline at end of file +OpenAPIPetstore.Core
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.Core

Description

 
Synopsis

OpenAPIPetstoreConfig

data OpenAPIPetstoreConfig Source #

 

Constructors

OpenAPIPetstoreConfig 

Fields

Instances

Instances details
Show OpenAPIPetstoreConfig Source #

display the config

Instance details

Defined in OpenAPIPetstore.Core

newConfig :: IO OpenAPIPetstoreConfig Source #

constructs a default OpenAPIPetstoreConfig

configHost:

http://petstore.swagger.io:80/v2

configUserAgent:

"openapi-petstore/0.1.0.0"

addAuthMethod :: AuthMethod auth => OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig Source #

updates config use AuthMethod on matching requests

withStdoutLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig Source #

updates the config to use stdout logging

withStderrLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig Source #

updates the config to use stderr logging

withNoLogging :: OpenAPIPetstoreConfig -> OpenAPIPetstoreConfig Source #

updates the config to disable logging

OpenAPIPetstoreRequest

data OpenAPIPetstoreRequest req contentType res accept Source #

Represents a request.

Type Variables:

  • req - request operation
  • contentType - MimeType associated with request body
  • res - response model
  • accept - MimeType associated with response body

Constructors

OpenAPIPetstoreRequest 

Fields

Instances

Instances details
Show (OpenAPIPetstoreRequest req contentType res accept) Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

showsPrec :: Int -> OpenAPIPetstoreRequest req contentType res accept -> ShowS #

show :: OpenAPIPetstoreRequest req contentType res accept -> String #

showList :: [OpenAPIPetstoreRequest req contentType res accept] -> ShowS #

rMethodL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Method Source #

rMethod Lens

rUrlPathL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [ByteString] Source #

rParamsL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Params Source #

rParams Lens

rAuthTypesL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [TypeRep] Source #

rParams Lens

HasBodyParam

class HasBodyParam req param where Source #

Designates the body parameter of a request

Minimal complete definition

Nothing

Methods

setBodyParam :: forall contentType res accept. (Consumes req contentType, MimeRender contentType param) => OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept Source #

Instances

Instances details
HasBodyParam Op123testSpecialTags Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Methods

setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source #

HasBodyParam CreateXmlItem XmlItem Source #

Body Param XmlItem - XmlItem Body

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => OpenAPIPetstoreRequest CreateXmlItem contentType res accept -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType res accept Source #

HasBodyParam FakeOuterBooleanSerialize BodyBool Source #

Body Param "body" - Input boolean as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterCompositeSerialize OuterComposite Source #

Body Param "body" - Input composite as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterNumberSerialize BodyDouble Source #

Body Param "body" - Input number as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam FakeOuterStringSerialize BodyText Source #

Body Param "body" - Input string as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam TestBodyWithFileSchema FileSchemaTestClass Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam TestBodyWithQueryParams User Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam TestClientModel Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes TestClientModel contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClientModel contentType res accept -> Client -> OpenAPIPetstoreRequest TestClientModel contentType res accept Source #

HasBodyParam TestInlineAdditionalProperties ParamMapMapStringText Source #

Body Param "param" - request body

Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam TestClassname Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Methods

setBodyParam :: (Consumes TestClassname contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClassname contentType res accept -> Client -> OpenAPIPetstoreRequest TestClassname contentType res accept Source #

HasBodyParam AddPet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes AddPet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest AddPet contentType res accept -> Pet -> OpenAPIPetstoreRequest AddPet contentType res accept Source #

HasBodyParam UpdatePet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest UpdatePet contentType res accept -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType res accept Source #

HasBodyParam PlaceOrder Order Source #

Body Param "body" - order placed for purchasing the pet

Instance details

Defined in OpenAPIPetstore.API.Store

Methods

setBodyParam :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => OpenAPIPetstoreRequest PlaceOrder contentType res accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType res accept Source #

HasBodyParam CreateUser User Source #

Body Param "body" - Created user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes CreateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest CreateUser contentType res accept -> User -> OpenAPIPetstoreRequest CreateUser contentType res accept Source #

HasBodyParam CreateUsersWithArrayInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUsersWithListInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam UpdateUser User Source #

Body Param "body" - Updated user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes UpdateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest UpdateUser contentType res accept -> User -> OpenAPIPetstoreRequest UpdateUser contentType res accept Source #

HasOptionalParam

class HasOptionalParam req param where Source #

Designates the optional parameters of a request

Minimal complete definition

applyOptionalParam | (-&-)

Methods

applyOptionalParam :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept Source #

Apply an optional parameter to a request

(-&-) :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept infixl 2 Source #

infix operator / alias for addOptionalParam

Instances

Instances details
HasOptionalParam TestEndpointParameters Callback Source #

Optional Param "callback" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int32 Source #

Optional Param "int32" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Int64 Source #

Optional Param "int64" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamBinary Source #

Optional Param "binary" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDate Source #

Optional Param "date" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamDateTime Source #

Optional Param "dateTime" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamFloat Source #

Optional Param "float" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamInteger Source #

Optional Param "integer" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters ParamString Source #

Optional Param "string" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEndpointParameters Password Source #

Optional Param "password" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumFormString Source #

Optional Param "enum_form_string" - Form parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumFormStringArray Source #

Optional Param "enum_form_string_array" - Form parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderString Source #

Optional Param "enum_header_string" - Header parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumHeaderStringArray Source #

Optional Param "enum_header_string_array" - Header parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryDouble Source #

Optional Param "enum_query_double" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryInteger Source #

Optional Param "enum_query_integer" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryString Source #

Optional Param "enum_query_string" - Query parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestEnumParameters EnumQueryStringArray Source #

Optional Param "enum_query_string_array" - Query parameter enum test (string array)

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters BooleanGroup Source #

Optional Param "boolean_group" - Boolean in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters Int64Group Source #

Optional Param "int64_group" - Integer in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam TestGroupParameters StringGroup Source #

Optional Param "string_group" - String in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

HasOptionalParam DeletePet ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

HasOptionalParam UpdatePetWithForm Name2 Source #

Optional Param "name" - Updated name of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UpdatePetWithForm StatusText Source #

Optional Param "status" - Updated status of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFile File2 Source #

Optional Param "file" - file to upload

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

data Params Source #

Request Params

Constructors

Params 

Fields

Instances

Instances details
Show Params Source # 
Instance details

Defined in OpenAPIPetstore.Core

data ParamBody Source #

Request Body

Instances

Instances details
Show ParamBody Source # 
Instance details

Defined in OpenAPIPetstore.Core

OpenAPIPetstoreRequest Utils

_mkRequest Source #

Arguments

:: Method

Method

-> [ByteString]

Endpoint

-> OpenAPIPetstoreRequest req contentType res accept

req: Request Type, res: Response Type

setHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept Source #

addHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept Source #

removeHeader :: OpenAPIPetstoreRequest req contentType res accept -> [HeaderName] -> OpenAPIPetstoreRequest req contentType res accept Source #

_setContentTypeHeader :: forall req contentType res accept. MimeType contentType => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept Source #

_setAcceptHeader :: forall req contentType res accept. MimeType accept => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept Source #

setQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept Source #

addQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept Source #

addForm :: OpenAPIPetstoreRequest req contentType res accept -> Form -> OpenAPIPetstoreRequest req contentType res accept Source #

_addMultiFormPart :: OpenAPIPetstoreRequest req contentType res accept -> Part -> OpenAPIPetstoreRequest req contentType res accept Source #

_setBodyBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept Source #

_setBodyLBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept Source #

_hasAuthType :: AuthMethod authMethod => OpenAPIPetstoreRequest req contentType res accept -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept Source #

Params Utils

toPath :: ToHttpApiData a => a -> ByteString Source #

toHeader :: ToHttpApiData a => (HeaderName, a) -> [Header] Source #

toForm :: ToHttpApiData v => (ByteString, v) -> Form Source #

toQuery :: ToHttpApiData a => (ByteString, Maybe a) -> [QueryItem] Source #

toPartialEscapeQuery :: ByteString -> Query -> PartialEscapeQuery Source #

OpenAPI CollectionFormat Utils

data CollectionFormat Source #

Determines the format of the array if type array is used.

Constructors

CommaSeparated

CSV format for multiple parameters.

SpaceSeparated

Also called SSV

TabSeparated

Also called TSV

PipeSeparated

`value1|value2|value2`

MultiParamArray

Using multiple GET parameters, e.g. `foo=bar&foo=baz`. This is valid only for parameters in "query" (Query) or "formData" (Form)

toHeaderColl :: ToHttpApiData a => CollectionFormat -> (HeaderName, [a]) -> [Header] Source #

toFormColl :: ToHttpApiData v => CollectionFormat -> (ByteString, [v]) -> Form Source #

toQueryColl :: ToHttpApiData a => CollectionFormat -> (ByteString, Maybe [a]) -> Query Source #

_toColl :: Traversable f => CollectionFormat -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)] Source #

_toCollA :: (Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t ByteString)]) -> f (t [a]) -> [(b, t ByteString)] Source #

_toCollA' :: (Monoid c, Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t c)]) -> (Char -> c) -> f (t [a]) -> [(b, t c)] Source #

AuthMethods

class Typeable a => AuthMethod a where Source #

Provides a method to apply auth methods to requests

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> a -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

Instances

Instances details
AuthMethod AnyAuthMethod Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AnyAuthMethod -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthApiKeyApiKey Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthApiKeyApiKey -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthApiKeyApiKeyQuery Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthApiKeyApiKeyQuery -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthBasicHttpBasicTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthBasicHttpBasicTest -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

AuthMethod AuthOAuthPetstoreAuth Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AuthOAuthPetstoreAuth -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

data AnyAuthMethod Source #

An existential wrapper for any AuthMethod

Constructors

forall a.AuthMethod a => AnyAuthMethod a 

Instances

Instances details
AuthMethod AnyAuthMethod Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

applyAuthMethod :: OpenAPIPetstoreConfig -> AnyAuthMethod -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

_applyAuthMethods :: OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreConfig -> IO (OpenAPIPetstoreRequest req contentType res accept) Source #

apply all matching AuthMethods in config to request

Utils

_omitNulls :: [(Key, Value)] -> Value Source #

Removes Null fields. (OpenAPI-Specification 2.0 does not allow Null in JSON)

_toFormItem :: (ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text]) Source #

Encodes fields using WH.toQueryParam

_emptyToNothing :: Maybe String -> Maybe String Source #

Collapse (Just "") to Nothing

_memptyToNothing :: (Monoid a, Eq a) => Maybe a -> Maybe a Source #

Collapse (Just mempty) to Nothing

DateTime Formatting

newtype DateTime Source #

Constructors

DateTime 

Fields

Instances

Instances details
FromJSON DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser DateTime

parseJSONList :: Value -> Parser [DateTime]

ToJSON DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: DateTime -> Value

toEncoding :: DateTime -> Encoding

toJSONList :: [DateTime] -> Value

toEncodingList :: [DateTime] -> Encoding

Data DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DateTime -> c DateTime #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DateTime #

toConstr :: DateTime -> Constr #

dataTypeOf :: DateTime -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DateTime) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DateTime) #

gmapT :: (forall b. Data b => b -> b) -> DateTime -> DateTime #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DateTime -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DateTime -> r #

gmapQ :: (forall d. Data d => d -> u) -> DateTime -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DateTime -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DateTime -> m DateTime #

Show DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

NFData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: DateTime -> () #

Eq DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

Ord DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

FromHttpApiData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

_readDateTime :: (MonadFail m, Alternative m) => String -> m DateTime Source #

_parseISO8601

_showDateTime :: (t ~ UTCTime, FormatTime t) => t -> String Source #

TI.formatISO8601Millis

_parseISO8601 :: (ParseTime t, MonadFail m, Alternative m) => String -> m t Source #

parse an ISO8601 date-time string

Date Formatting

newtype Date Source #

Constructors

Date 

Fields

Instances

Instances details
FromJSON Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser Date

parseJSONList :: Value -> Parser [Date]

ToJSON Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: Date -> Value

toEncoding :: Date -> Encoding

toJSONList :: [Date] -> Value

toEncodingList :: [Date] -> Encoding

Data Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Date -> c Date #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Date #

toConstr :: Date -> Constr #

dataTypeOf :: Date -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Date) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Date) #

gmapT :: (forall b. Data b => b -> b) -> Date -> Date #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r #

gmapQ :: (forall d. Data d => d -> u) -> Date -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Date -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Date -> m Date #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Date -> m Date #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Date -> m Date #

Enum Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

succ :: Date -> Date #

pred :: Date -> Date #

toEnum :: Int -> Date #

fromEnum :: Date -> Int #

enumFrom :: Date -> [Date] #

enumFromThen :: Date -> Date -> [Date] #

enumFromTo :: Date -> Date -> [Date] #

enumFromThenTo :: Date -> Date -> Date -> [Date] #

Ix Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

range :: (Date, Date) -> [Date] #

index :: (Date, Date) -> Date -> Int #

unsafeIndex :: (Date, Date) -> Date -> Int #

inRange :: (Date, Date) -> Date -> Bool #

rangeSize :: (Date, Date) -> Int #

unsafeRangeSize :: (Date, Date) -> Int #

Show Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

showsPrec :: Int -> Date -> ShowS #

show :: Date -> String #

showList :: [Date] -> ShowS #

NFData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: Date -> () #

Eq Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

(==) :: Date -> Date -> Bool #

(/=) :: Date -> Date -> Bool #

Ord Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

compare :: Date -> Date -> Ordering #

(<) :: Date -> Date -> Bool #

(<=) :: Date -> Date -> Bool #

(>) :: Date -> Date -> Bool #

(>=) :: Date -> Date -> Bool #

max :: Date -> Date -> Date #

min :: Date -> Date -> Date #

FromHttpApiData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

_readDate :: MonadFail m => String -> m Date Source #

TI.parseTimeM True TI.defaultTimeLocale "%Y-%m-%d"

_showDate :: FormatTime t => t -> String Source #

TI.formatTime TI.defaultTimeLocale "%Y-%m-%d"

Byte/Binary Formatting

newtype ByteArray Source #

base64 encoded characters

Constructors

ByteArray 

Instances

Instances details
FromJSON ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser ByteArray

parseJSONList :: Value -> Parser [ByteArray]

ToJSON ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: ByteArray -> Value

toEncoding :: ByteArray -> Encoding

toJSONList :: [ByteArray] -> Value

toEncodingList :: [ByteArray] -> Encoding

Data ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ByteArray -> c ByteArray #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ByteArray #

toConstr :: ByteArray -> Constr #

dataTypeOf :: ByteArray -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ByteArray) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ByteArray) #

gmapT :: (forall b. Data b => b -> b) -> ByteArray -> ByteArray #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ByteArray -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ByteArray -> r #

gmapQ :: (forall d. Data d => d -> u) -> ByteArray -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ByteArray -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray #

Show ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

NFData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: ByteArray -> () #

Eq ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

Ord ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

FromHttpApiData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

_readByteArray :: MonadFail m => Text -> m ByteArray Source #

read base64 encoded characters

_showByteArray :: ByteArray -> Text Source #

show base64 encoded characters

newtype Binary Source #

any sequence of octets

Constructors

Binary 

Fields

Instances

Instances details
FromJSON Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

parseJSON :: Value -> Parser Binary

parseJSONList :: Value -> Parser [Binary]

ToJSON Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

toJSON :: Binary -> Value

toEncoding :: Binary -> Encoding

toJSONList :: [Binary] -> Value

toEncodingList :: [Binary] -> Encoding

Data Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Binary -> c Binary #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Binary #

toConstr :: Binary -> Constr #

dataTypeOf :: Binary -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Binary) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Binary) #

gmapT :: (forall b. Data b => b -> b) -> Binary -> Binary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r #

gmapQ :: (forall d. Data d => d -> u) -> Binary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Binary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Binary -> m Binary #

Show Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

NFData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

rnf :: Binary -> () #

Eq Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Methods

(==) :: Binary -> Binary -> Bool #

(/=) :: Binary -> Binary -> Bool #

Ord Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

FromHttpApiData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

ToHttpApiData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

Lens Type Aliases

type Lens_' s a = Lens_ s s a a Source #

type Lens_ s t a b = forall (f :: Type -> Type). Functor f => (a -> f b) -> s -> f t Source #

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Logging.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Logging.html index 6fe13a699631..73e1347491e0 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Logging.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Logging.html @@ -1 +1 @@ -OpenAPIPetstore.Logging
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.Logging

Description

Logging functions

Synopsis

Type Aliases (for compatibility)

type LogExecWithContext = forall m a. MonadIO m => LogContext -> LogExec m a Source #

Runs a Katip logging block with the Log environment

type LogExec m a = KatipT m a -> m a Source #

A Katip logging block

type LogContext = LogEnv Source #

A Katip Log environment

type LogLevel = Severity Source #

A Katip Log severity

default logger

initLogContext :: IO LogContext Source #

the default log environment

runDefaultLogExecWithContext :: LogExecWithContext Source #

Runs a Katip logging block with the Log environment

stdout logger

stdoutLoggingExec :: LogExecWithContext Source #

Runs a Katip logging block with the Log environment

stdoutLoggingContext :: LogContext -> IO LogContext Source #

A Katip Log environment which targets stdout

stderr logger

stderrLoggingExec :: LogExecWithContext Source #

Runs a Katip logging block with the Log environment

stderrLoggingContext :: LogContext -> IO LogContext Source #

A Katip Log environment which targets stderr

Null logger

runNullLogExec :: LogExecWithContext Source #

Disables Katip logging

Log Msg

_log :: (Applicative m, Katip m) => Text -> LogLevel -> Text -> m () Source #

Log a katip message

Log Exceptions

logExceptions :: (Katip m, MonadCatch m, Applicative m) => Text -> m a -> m a Source #

re-throws exceptions after logging them

Log Level

\ No newline at end of file +OpenAPIPetstore.Logging
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.Logging

Description

Logging functions

Synopsis

Type Aliases (for compatibility)

type LogExecWithContext = forall m a. MonadIO m => LogContext -> LogExec m a Source #

Runs a Katip logging block with the Log environment

type LogExec m a = KatipT m a -> m a Source #

A Katip logging block

type LogContext = LogEnv Source #

A Katip Log environment

type LogLevel = Severity Source #

A Katip Log severity

default logger

initLogContext :: IO LogContext Source #

the default log environment

runDefaultLogExecWithContext :: LogExecWithContext Source #

Runs a Katip logging block with the Log environment

stdout logger

stdoutLoggingExec :: LogExecWithContext Source #

Runs a Katip logging block with the Log environment

stdoutLoggingContext :: LogContext -> IO LogContext Source #

A Katip Log environment which targets stdout

stderr logger

stderrLoggingExec :: LogExecWithContext Source #

Runs a Katip logging block with the Log environment

stderrLoggingContext :: LogContext -> IO LogContext Source #

A Katip Log environment which targets stderr

Null logger

runNullLogExec :: LogExecWithContext Source #

Disables Katip logging

Log Msg

_log :: (Applicative m, Katip m) => Text -> LogLevel -> Text -> m () Source #

Log a katip message

Log Exceptions

logExceptions :: (Katip m, MonadCatch m, Applicative m) => Text -> m a -> m a Source #

re-throws exceptions after logging them

Log Level

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-MimeTypes.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-MimeTypes.html index 1a1ba240c659..668fc4c78fbe 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-MimeTypes.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-MimeTypes.html @@ -1 +1 @@ -OpenAPIPetstore.MimeTypes
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.MimeTypes

Description

 
Synopsis

ContentType MimeType

data ContentType a Source #

Constructors

MimeType a => ContentType 

Fields

Accept MimeType

data Accept a Source #

Constructors

MimeType a => Accept 

Fields

Consumes Class

class MimeType mtype => Consumes req mtype Source #

Instances

Instances details
MimeType mtype => Consumes UpdateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithListInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithArrayInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes PlaceOrder mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Store

Consumes UploadFileWithRequiredFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePetWithForm MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Consumes TestJsonFormData MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestInlineAdditionalProperties MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEnumParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEndpointParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestBodyWithQueryParams MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestBodyWithFileSchema MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Produces Class

class MimeType mtype => Produces req mtype Source #

Instances

Instances details
Produces UpdateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces LogoutUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces DeleteUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithListInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithArrayInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces PlaceOrder MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetInventory MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces DeleteOrder MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Store

Produces UploadFileWithRequiredFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePetWithForm MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces DeletePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces AddPet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Produces TestQueryParameterCollectionFormat MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestJsonFormData MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestInlineAdditionalProperties MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestGroupParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEnumParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEndpointParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithQueryParams MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithFileSchema MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces CreateXmlItem MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Default Mime Types

data MimeJSON Source #

Constructors

MimeJSON 

Instances

Instances details
MimeType MimeJSON Source #
application/json; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeJSON -> [MediaType] Source #

mimeType :: Proxy MimeJSON -> Maybe MediaType Source #

mimeType' :: MimeJSON -> Maybe MediaType Source #

mimeTypes' :: MimeJSON -> [MediaType] Source #

FromJSON a => MimeUnrender MimeJSON a Source #
A.eitherDecode
Instance details

Defined in OpenAPIPetstore.MimeTypes

ToJSON a => MimeRender MimeJSON a Source #

encode

Instance details

Defined in OpenAPIPetstore.MimeTypes

Produces LoginUser MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces PlaceOrder MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetInventory MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces UploadFileWithRequiredFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Produces TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Consumes UpdatePet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Consumes TestInlineAdditionalProperties MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestBodyWithQueryParams MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestBodyWithFileSchema MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

data MimeXML Source #

Constructors

MimeXML 

Instances

Instances details
MimeType MimeXML Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeXML -> [MediaType] Source #

mimeType :: Proxy MimeXML -> Maybe MediaType Source #

mimeType' :: MimeXML -> Maybe MediaType Source #

mimeTypes' :: MimeXML -> [MediaType] Source #

Produces LoginUser MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces PlaceOrder MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetPetById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes CreateXmlItem MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

data MimePlainText Source #

Constructors

MimePlainText 

Instances

Instances details
MimeType MimePlainText Source #
text/plain; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimePlainText -> [MediaType] Source #

mimeType :: Proxy MimePlainText -> Maybe MediaType Source #

mimeType' :: MimePlainText -> Maybe MediaType Source #

mimeTypes' :: MimePlainText -> [MediaType] Source #

MimeUnrender MimePlainText String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText Text Source #
P.left P.show . TL.decodeUtf8'
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

data MimeFormUrlEncoded Source #

Constructors

MimeFormUrlEncoded 

Instances

Instances details
MimeType MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.MimeTypes

FromForm a => MimeUnrender MimeFormUrlEncoded a Source #
P.left T.unpack . WH.urlDecodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

ToForm a => MimeRender MimeFormUrlEncoded a Source #
WH.urlEncodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes UpdatePetWithForm MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes TestJsonFormData MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEnumParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEndpointParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

data MimeMultipartFormData Source #

Constructors

MimeMultipartFormData 

Instances

Instances details
MimeType MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Bool Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Char Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Double Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Float Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Int Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Integer Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData String Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData ByteString Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Text Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Consumes UploadFileWithRequiredFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

data MimeOctetStream Source #

Constructors

MimeOctetStream 

Instances

Instances details
MimeType MimeOctetStream Source #
application/octet-stream
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream Text Source #
P.left P.show . T.decodeUtf8' . BL.toStrict
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

data MimeNoContent Source #

Constructors

MimeNoContent 

Instances

Instances details
MimeType MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeNoContent -> [MediaType] Source #

mimeType :: Proxy MimeNoContent -> Maybe MediaType Source #

mimeType' :: MimeNoContent -> Maybe MediaType Source #

mimeTypes' :: MimeNoContent -> [MediaType] Source #

MimeUnrender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

Produces UpdateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces LogoutUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces DeleteUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithListInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithArrayInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces DeleteOrder MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Store

Produces UpdatePetWithForm MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces DeletePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces AddPet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces TestQueryParameterCollectionFormat MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestJsonFormData MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestInlineAdditionalProperties MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestGroupParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEnumParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEndpointParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithQueryParams MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithFileSchema MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces CreateXmlItem MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

data MimeAny Source #

Constructors

MimeAny 

Instances

Instances details
MimeType MimeAny Source #
"*/*"
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeAny -> [MediaType] Source #

mimeType :: Proxy MimeAny -> Maybe MediaType Source #

mimeType' :: MimeAny -> Maybe MediaType Source #

mimeTypes' :: MimeAny -> [MediaType] Source #

data NoContent Source #

A type for responses without content-body.

Constructors

NoContent 

MimeType Class

class Typeable mtype => MimeType mtype where Source #

Minimal complete definition

mimeType | mimeTypes

Methods

mimeTypes :: Proxy mtype -> [MediaType] Source #

mimeType :: Proxy mtype -> Maybe MediaType Source #

mimeType' :: mtype -> Maybe MediaType Source #

mimeTypes' :: mtype -> [MediaType] Source #

Instances

Instances details
MimeType MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeTextXml -> [MediaType] Source #

mimeType :: Proxy MimeTextXml -> Maybe MediaType Source #

mimeType' :: MimeTextXml -> Maybe MediaType Source #

mimeTypes' :: MimeTextXml -> [MediaType] Source #

MimeType MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeAny Source #
"*/*"
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeAny -> [MediaType] Source #

mimeType :: Proxy MimeAny -> Maybe MediaType Source #

mimeType' :: MimeAny -> Maybe MediaType Source #

mimeTypes' :: MimeAny -> [MediaType] Source #

MimeType MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeNoContent -> [MediaType] Source #

mimeType :: Proxy MimeNoContent -> Maybe MediaType Source #

mimeType' :: MimeNoContent -> Maybe MediaType Source #

mimeTypes' :: MimeNoContent -> [MediaType] Source #

MimeType MimeOctetStream Source #
application/octet-stream
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimePlainText Source #
text/plain; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimePlainText -> [MediaType] Source #

mimeType :: Proxy MimePlainText -> Maybe MediaType Source #

mimeType' :: MimePlainText -> Maybe MediaType Source #

mimeTypes' :: MimePlainText -> [MediaType] Source #

MimeType MimeXML Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeXML -> [MediaType] Source #

mimeType :: Proxy MimeXML -> Maybe MediaType Source #

mimeType' :: MimeXML -> Maybe MediaType Source #

mimeTypes' :: MimeXML -> [MediaType] Source #

MimeType MimeJSON Source #
application/json; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeJSON -> [MediaType] Source #

mimeType :: Proxy MimeJSON -> Maybe MediaType Source #

mimeType' :: MimeJSON -> Maybe MediaType Source #

mimeTypes' :: MimeJSON -> [MediaType] Source #

MimeRender Class

class MimeType mtype => MimeRender mtype x where Source #

Minimal complete definition

mimeRender

Methods

mimeRender :: Proxy mtype -> x -> ByteString Source #

mimeRender' :: mtype -> x -> ByteString Source #

Instances

Instances details
MimeRender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Bool Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Char Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Double Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Float Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Int Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Integer Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData String Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData ByteString Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Text Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToForm a => MimeRender MimeFormUrlEncoded a Source #
WH.urlEncodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

ToJSON a => MimeRender MimeJSON a Source #

encode

Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender Class

class MimeType mtype => MimeUnrender mtype o where Source #

Minimal complete definition

mimeUnrender

Instances

Instances details
MimeUnrender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream Text Source #
P.left P.show . T.decodeUtf8' . BL.toStrict
Instance details

Defined in OpenAPIPetstore.MimeTypes

FromForm a => MimeUnrender MimeFormUrlEncoded a Source #
P.left T.unpack . WH.urlDecodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText Text Source #
P.left P.show . TL.decodeUtf8'
Instance details

Defined in OpenAPIPetstore.MimeTypes

FromJSON a => MimeUnrender MimeJSON a Source #
A.eitherDecode
Instance details

Defined in OpenAPIPetstore.MimeTypes

Custom Mime Types

MimeXmlCharsetutf16

data MimeXmlCharsetutf16 Source #

Constructors

MimeXmlCharsetutf16 

Instances

Instances details
MimeType MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeXmlCharsetutf8

data MimeXmlCharsetutf8 Source #

Constructors

MimeXmlCharsetutf8 

Instances

Instances details
MimeType MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeTextXml

data MimeTextXml Source #

Constructors

MimeTextXml 

Instances

Instances details
MimeType MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeTextXml -> [MediaType] Source #

mimeType :: Proxy MimeTextXml -> Maybe MediaType Source #

mimeType' :: MimeTextXml -> Maybe MediaType Source #

mimeTypes' :: MimeTextXml -> [MediaType] Source #

Consumes CreateXmlItem MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeTextXmlCharsetutf16

data MimeTextXmlCharsetutf16 Source #

Instances

Instances details
MimeType MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeTextXmlCharsetutf8

data MimeTextXmlCharsetutf8 Source #

Instances

Instances details
MimeType MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

\ No newline at end of file +OpenAPIPetstore.MimeTypes
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.MimeTypes

Description

 
Synopsis

ContentType MimeType

data ContentType a Source #

Constructors

MimeType a => ContentType 

Fields

Accept MimeType

data Accept a Source #

Constructors

MimeType a => Accept 

Fields

Consumes Class

class MimeType mtype => Consumes req mtype Source #

Instances

Instances details
Consumes Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Consumes CreateXmlItem MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes CreateXmlItem MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Consumes FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestBodyWithFileSchema MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestBodyWithQueryParams MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEndpointParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEnumParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestInlineAdditionalProperties MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestJsonFormData MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Consumes AddPet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes AddPet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePetWithForm MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFileWithRequiredFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

MimeType mtype => Consumes PlaceOrder mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Store

MimeType mtype => Consumes CreateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithArrayInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes CreateUsersWithListInput mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

MimeType mtype => Consumes UpdateUser mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.User

Produces Class

class MimeType mtype => Produces req mtype Source #

Instances

Instances details
Produces Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Produces CreateXmlItem MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterBooleanSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterCompositeSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterNumberSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeType mtype => Produces FakeOuterStringSerialize mtype Source #
*/*
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithFileSchema MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithQueryParams MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEndpointParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEnumParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestGroupParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestInlineAdditionalProperties MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestJsonFormData MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestQueryParameterCollectionFormat MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Produces AddPet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces DeletePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePetWithForm MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFileWithRequiredFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces DeleteOrder MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetInventory MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces CreateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithArrayInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithListInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces DeleteUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces GetUserByName MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces LogoutUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces UpdateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Default Mime Types

data MimeJSON Source #

Constructors

MimeJSON 

Instances

Instances details
MimeType MimeJSON Source #
application/json; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeJSON -> [MediaType] Source #

mimeType :: Proxy MimeJSON -> Maybe MediaType Source #

mimeType' :: MimeJSON -> Maybe MediaType Source #

mimeTypes' :: MimeJSON -> [MediaType] Source #

Consumes Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Consumes TestBodyWithFileSchema MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestBodyWithQueryParams MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestInlineAdditionalProperties MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Consumes AddPet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

ToJSON a => MimeRender MimeJSON a Source #

encode

Instance details

Defined in OpenAPIPetstore.MimeTypes

FromJSON a => MimeUnrender MimeJSON a Source #
A.eitherDecode
Instance details

Defined in OpenAPIPetstore.MimeTypes

Produces Op123testSpecialTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Produces TestClientModel MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestClassname MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Produces FindPetsByStatus MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UploadFileWithRequiredFile MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetInventory MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetOrderById MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetUserByName MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeJSON Source #
application/json
Instance details

Defined in OpenAPIPetstore.API.User

data MimeXML Source #

Constructors

MimeXML 

Instances

Instances details
MimeType MimeXML Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeXML -> [MediaType] Source #

mimeType :: Proxy MimeXML -> Maybe MediaType Source #

mimeType' :: MimeXML -> Maybe MediaType Source #

mimeTypes' :: MimeXML -> [MediaType] Source #

Consumes CreateXmlItem MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes AddPet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UpdatePet MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByStatus MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces FindPetsByTags MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetPetById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces GetOrderById MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces PlaceOrder MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.Store

Produces GetUserByName MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

Produces LoginUser MimeXML Source #
application/xml
Instance details

Defined in OpenAPIPetstore.API.User

data MimePlainText Source #

Constructors

MimePlainText 

Instances

Instances details
MimeType MimePlainText Source #
text/plain; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimePlainText -> [MediaType] Source #

mimeType :: Proxy MimePlainText -> Maybe MediaType Source #

mimeType' :: MimePlainText -> Maybe MediaType Source #

mimeTypes' :: MimePlainText -> [MediaType] Source #

MimeRender MimePlainText ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText Text Source #
P.left P.show . TL.decodeUtf8'
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

data MimeFormUrlEncoded Source #

Constructors

MimeFormUrlEncoded 

Instances

Instances details
MimeType MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes TestEndpointParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestEnumParameters MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes TestJsonFormData MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Fake

Consumes UpdatePetWithForm MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.API.Pet

ToForm a => MimeRender MimeFormUrlEncoded a Source #
WH.urlEncodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

FromForm a => MimeUnrender MimeFormUrlEncoded a Source #
P.left T.unpack . WH.urlDecodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

data MimeMultipartFormData Source #

Constructors

MimeMultipartFormData 

Instances

Instances details
MimeType MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes UploadFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

Consumes UploadFileWithRequiredFile MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.API.Pet

MimeRender MimeMultipartFormData ByteString Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData Text Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData String Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Integer Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Bool Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Char Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Double Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Float Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Int Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

data MimeOctetStream Source #

Constructors

MimeOctetStream 

Instances

Instances details
MimeType MimeOctetStream Source #
application/octet-stream
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream Text Source #
P.left P.show . T.decodeUtf8' . BL.toStrict
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

data MimeNoContent Source #

Constructors

MimeNoContent 

Instances

Instances details
MimeType MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeNoContent -> [MediaType] Source #

mimeType :: Proxy MimeNoContent -> Maybe MediaType Source #

mimeType' :: MimeNoContent -> Maybe MediaType Source #

mimeTypes' :: MimeNoContent -> [MediaType] Source #

MimeRender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

Produces CreateXmlItem MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithFileSchema MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestBodyWithQueryParams MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEndpointParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestEnumParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestGroupParameters MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestInlineAdditionalProperties MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestJsonFormData MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces TestQueryParameterCollectionFormat MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

Produces AddPet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces DeletePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePet MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces UpdatePetWithForm MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Produces DeleteOrder MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.Store

Produces CreateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithArrayInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces CreateUsersWithListInput MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces DeleteUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces LogoutUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

Produces UpdateUser MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.API.User

data MimeAny Source #

Constructors

MimeAny 

Instances

Instances details
MimeType MimeAny Source #
"*/*"
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeAny -> [MediaType] Source #

mimeType :: Proxy MimeAny -> Maybe MediaType Source #

mimeType' :: MimeAny -> Maybe MediaType Source #

mimeTypes' :: MimeAny -> [MediaType] Source #

data NoContent Source #

A type for responses without content-body.

Constructors

NoContent 

MimeType Class

class Typeable mtype => MimeType mtype where Source #

Minimal complete definition

mimeType | mimeTypes

Methods

mimeTypes :: Proxy mtype -> [MediaType] Source #

mimeType :: Proxy mtype -> Maybe MediaType Source #

mimeType' :: mtype -> Maybe MediaType Source #

mimeTypes' :: mtype -> [MediaType] Source #

Instances

Instances details
MimeType MimeAny Source #
"*/*"
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeAny -> [MediaType] Source #

mimeType :: Proxy MimeAny -> Maybe MediaType Source #

mimeType' :: MimeAny -> Maybe MediaType Source #

mimeTypes' :: MimeAny -> [MediaType] Source #

MimeType MimeFormUrlEncoded Source #
application/x-www-form-urlencoded
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeJSON Source #
application/json; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeJSON -> [MediaType] Source #

mimeType :: Proxy MimeJSON -> Maybe MediaType Source #

mimeType' :: MimeJSON -> Maybe MediaType Source #

mimeTypes' :: MimeJSON -> [MediaType] Source #

MimeType MimeMultipartFormData Source #
multipart/form-data
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeNoContent Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeNoContent -> [MediaType] Source #

mimeType :: Proxy MimeNoContent -> Maybe MediaType Source #

mimeType' :: MimeNoContent -> Maybe MediaType Source #

mimeTypes' :: MimeNoContent -> [MediaType] Source #

MimeType MimeOctetStream Source #
application/octet-stream
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimePlainText Source #
text/plain; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimePlainText -> [MediaType] Source #

mimeType :: Proxy MimePlainText -> Maybe MediaType Source #

mimeType' :: MimePlainText -> Maybe MediaType Source #

mimeTypes' :: MimePlainText -> [MediaType] Source #

MimeType MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeTextXml -> [MediaType] Source #

mimeType :: Proxy MimeTextXml -> Maybe MediaType Source #

mimeType' :: MimeTextXml -> Maybe MediaType Source #

mimeTypes' :: MimeTextXml -> [MediaType] Source #

MimeType MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeXML Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeXML -> [MediaType] Source #

mimeType :: Proxy MimeXML -> Maybe MediaType Source #

mimeType' :: MimeXML -> Maybe MediaType Source #

mimeTypes' :: MimeXML -> [MediaType] Source #

MimeType MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeType MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender Class

class MimeType mtype => MimeRender mtype x where Source #

Minimal complete definition

mimeRender

Methods

mimeRender :: Proxy mtype -> x -> ByteString Source #

mimeRender' :: mtype -> x -> ByteString Source #

Instances

Instances details
ToForm a => MimeRender MimeFormUrlEncoded a Source #
WH.urlEncodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

ToJSON a => MimeRender MimeJSON a Source #

encode

Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData ByteString Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Binary Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData ByteArray Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData Date Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData DateTime Source # 
Instance details

Defined in OpenAPIPetstore.Core

MimeRender MimeMultipartFormData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData Text Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData String Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Integer Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Bool Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Char Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Double Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Float Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeMultipartFormData Int Source # 
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimeOctetStream String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText ByteString Source #
P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText Text Source #
BL.fromStrict . T.encodeUtf8
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeRender MimePlainText String Source #
BCL.pack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender Class

class MimeType mtype => MimeUnrender mtype o where Source #

Minimal complete definition

mimeUnrender

Instances

Instances details
FromForm a => MimeUnrender MimeFormUrlEncoded a Source #
P.left T.unpack . WH.urlDecodeAsForm
Instance details

Defined in OpenAPIPetstore.MimeTypes

FromJSON a => MimeUnrender MimeJSON a Source #
A.eitherDecode
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeNoContent NoContent Source #
P.Right . P.const NoContent
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream Text Source #
P.left P.show . T.decodeUtf8' . BL.toStrict
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimeOctetStream String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText ByteString Source #
P.Right . P.id
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText Text Source #
P.left P.show . TL.decodeUtf8'
Instance details

Defined in OpenAPIPetstore.MimeTypes

MimeUnrender MimePlainText String Source #
P.Right . BCL.unpack
Instance details

Defined in OpenAPIPetstore.MimeTypes

Custom Mime Types

MimeXmlCharsetutf16

data MimeXmlCharsetutf16 Source #

Constructors

MimeXmlCharsetutf16 

Instances

Instances details
MimeType MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeXmlCharsetutf16 Source #
application/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeXmlCharsetutf8

data MimeXmlCharsetutf8 Source #

Constructors

MimeXmlCharsetutf8 

Instances

Instances details
MimeType MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeXmlCharsetutf8 Source #
application/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeTextXml

data MimeTextXml Source #

Constructors

MimeTextXml 

Instances

Instances details
MimeType MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.MimeTypes

Methods

mimeTypes :: Proxy MimeTextXml -> [MediaType] Source #

mimeType :: Proxy MimeTextXml -> Maybe MediaType Source #

mimeType' :: MimeTextXml -> Maybe MediaType Source #

mimeTypes' :: MimeTextXml -> [MediaType] Source #

Consumes CreateXmlItem MimeTextXml Source #
text/xml
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeTextXmlCharsetutf16

data MimeTextXmlCharsetutf16 Source #

Instances

Instances details
MimeType MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeTextXmlCharsetutf16 Source #
text/xml; charset=utf-16
Instance details

Defined in OpenAPIPetstore.API.Fake

MimeTextXmlCharsetutf8

data MimeTextXmlCharsetutf8 Source #

Instances

Instances details
MimeType MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.MimeTypes

Consumes CreateXmlItem MimeTextXmlCharsetutf8 Source #
text/xml; charset=utf-8
Instance details

Defined in OpenAPIPetstore.API.Fake

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Model.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Model.html index 5344e4a2f787..0b55267fa80d 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Model.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-Model.html @@ -1,9 +1,9 @@ -OpenAPIPetstore.Model
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.Model

Description

 
Synopsis

Parameter newtypes

AdditionalMetadata

newtype AdditionalMetadata Source #

Instances

Instances details
Eq AdditionalMetadata Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show AdditionalMetadata Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

ApiKey

newtype ApiKey Source #

Constructors

ApiKey 

Fields

Instances

Instances details
Eq ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: ApiKey -> ApiKey -> Bool #

(/=) :: ApiKey -> ApiKey -> Bool #

Show ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam DeletePet ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

Body

newtype Body Source #

Constructors

Body 

Fields

Instances

Instances details
Eq Body Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Body -> Body -> Bool #

(/=) :: Body -> Body -> Bool #

Show Body Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Body -> ShowS #

show :: Body -> String #

showList :: [Body] -> ShowS #

ToJSON Body Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Body -> Value

toEncoding :: Body -> Encoding

toJSONList :: [Body] -> Value

toEncodingList :: [Body] -> Encoding

HasBodyParam CreateUsersWithListInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUsersWithArrayInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

BodyBool

newtype BodyBool Source #

Constructors

BodyBool 

Fields

Instances

Instances details
Eq BodyBool Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show BodyBool Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON BodyBool Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BodyBool -> Value

toEncoding :: BodyBool -> Encoding

toJSONList :: [BodyBool] -> Value

toEncodingList :: [BodyBool] -> Encoding

HasBodyParam FakeOuterBooleanSerialize BodyBool Source #

Body Param "body" - Input boolean as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

BodyDouble

newtype BodyDouble Source #

Constructors

BodyDouble 

Fields

Instances

Instances details
Eq BodyDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show BodyDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON BodyDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BodyDouble -> Value

toEncoding :: BodyDouble -> Encoding

toJSONList :: [BodyDouble] -> Value

toEncodingList :: [BodyDouble] -> Encoding

HasBodyParam FakeOuterNumberSerialize BodyDouble Source #

Body Param "body" - Input number as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

BodyText

newtype BodyText Source #

Constructors

BodyText 

Fields

Instances

Instances details
Eq BodyText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show BodyText Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON BodyText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BodyText -> Value

toEncoding :: BodyText -> Encoding

toJSONList :: [BodyText] -> Value

toEncodingList :: [BodyText] -> Encoding

HasBodyParam FakeOuterStringSerialize BodyText Source #

Body Param "body" - Input string as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

BooleanGroup

newtype BooleanGroup Source #

Constructors

BooleanGroup 

Fields

Instances

Instances details
Eq BooleanGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show BooleanGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestGroupParameters BooleanGroup Source #

Optional Param "boolean_group" - Boolean in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

Byte

newtype Byte Source #

Constructors

Byte 

Fields

Instances

Instances details
Eq Byte Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Byte -> Byte -> Bool #

(/=) :: Byte -> Byte -> Bool #

Show Byte Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Byte -> ShowS #

show :: Byte -> String #

showList :: [Byte] -> ShowS #

Callback

newtype Callback Source #

Constructors

Callback 

Fields

Instances

Instances details
Eq Callback Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show Callback Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters Callback Source #

Optional Param "callback" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Context

newtype Context Source #

Constructors

Context 

Fields

Instances

Instances details
Eq Context Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Context -> Context -> Bool #

(/=) :: Context -> Context -> Bool #

Show Context Source # 
Instance details

Defined in OpenAPIPetstore.Model

EnumFormString

newtype EnumFormString Source #

Instances

Instances details
Eq EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumFormString Source #

Optional Param "enum_form_string" - Form parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumFormStringArray

EnumHeaderString

newtype EnumHeaderString Source #

Instances

Instances details
Eq EnumHeaderString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumHeaderString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumHeaderString Source #

Optional Param "enum_header_string" - Header parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumHeaderStringArray

EnumQueryDouble

newtype EnumQueryDouble Source #

Instances

Instances details
Eq EnumQueryDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumQueryDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumQueryDouble Source #

Optional Param "enum_query_double" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumQueryInteger

newtype EnumQueryInteger Source #

Instances

Instances details
Eq EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumQueryInteger Source #

Optional Param "enum_query_integer" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumQueryString

newtype EnumQueryString Source #

Instances

Instances details
Eq EnumQueryString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumQueryString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumQueryString Source #

Optional Param "enum_query_string" - Query parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumQueryStringArray

File2

newtype File2 Source #

Constructors

File2 

Fields

Instances

Instances details
Eq File2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: File2 -> File2 -> Bool #

(/=) :: File2 -> File2 -> Bool #

Show File2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> File2 -> ShowS #

show :: File2 -> String #

showList :: [File2] -> ShowS #

HasOptionalParam UploadFile File2 Source #

Optional Param "file" - file to upload

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

Http

newtype Http Source #

Constructors

Http 

Fields

Instances

Instances details
Eq Http Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Http -> Http -> Bool #

(/=) :: Http -> Http -> Bool #

Show Http Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Http -> ShowS #

show :: Http -> String #

showList :: [Http] -> ShowS #

Int32

newtype Int32 Source #

Constructors

Int32 

Fields

Instances

Instances details
Eq Int32 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Int32 -> Int32 -> Bool #

(/=) :: Int32 -> Int32 -> Bool #

Show Int32 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Int32 -> ShowS #

show :: Int32 -> String #

showList :: [Int32] -> ShowS #

HasOptionalParam TestEndpointParameters Int32 Source #

Optional Param "int32" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Int64

newtype Int64 Source #

Constructors

Int64 

Fields

Instances

Instances details
Eq Int64 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Int64 -> Int64 -> Bool #

(/=) :: Int64 -> Int64 -> Bool #

Show Int64 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Int64 -> ShowS #

show :: Int64 -> String #

showList :: [Int64] -> ShowS #

HasOptionalParam TestEndpointParameters Int64 Source #

Optional Param "int64" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Int64Group

newtype Int64Group Source #

Constructors

Int64Group 

Instances

Instances details
Eq Int64Group Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show Int64Group Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestGroupParameters Int64Group Source #

Optional Param "int64_group" - Integer in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

Ioutil

newtype Ioutil Source #

Constructors

Ioutil 

Fields

Instances

Instances details
Eq Ioutil Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Ioutil -> Ioutil -> Bool #

(/=) :: Ioutil -> Ioutil -> Bool #

Show Ioutil Source # 
Instance details

Defined in OpenAPIPetstore.Model

Name2

newtype Name2 Source #

Constructors

Name2 

Fields

Instances

Instances details
Eq Name2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Name2 -> Name2 -> Bool #

(/=) :: Name2 -> Name2 -> Bool #

Show Name2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Name2 -> ShowS #

show :: Name2 -> String #

showList :: [Name2] -> ShowS #

HasOptionalParam UpdatePetWithForm Name2 Source #

Optional Param "name" - Updated name of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

Number

newtype Number Source #

Constructors

Number 

Fields

Instances

Instances details
Eq Number Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Number -> Number -> Bool #

(/=) :: Number -> Number -> Bool #

Show Number Source # 
Instance details

Defined in OpenAPIPetstore.Model

OrderId

newtype OrderId Source #

Constructors

OrderId 

Fields

Instances

Instances details
Eq OrderId Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: OrderId -> OrderId -> Bool #

(/=) :: OrderId -> OrderId -> Bool #

Show OrderId Source # 
Instance details

Defined in OpenAPIPetstore.Model

OrderIdText

newtype OrderIdText Source #

Constructors

OrderIdText 

Fields

Instances

Instances details
Eq OrderIdText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show OrderIdText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Param

newtype Param Source #

Constructors

Param 

Fields

Instances

Instances details
Eq Param Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Param -> Param -> Bool #

(/=) :: Param -> Param -> Bool #

Show Param Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Param -> ShowS #

show :: Param -> String #

showList :: [Param] -> ShowS #

Param2

newtype Param2 Source #

Constructors

Param2 

Fields

Instances

Instances details
Eq Param2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Param2 -> Param2 -> Bool #

(/=) :: Param2 -> Param2 -> Bool #

Show Param2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

ParamBinary

newtype ParamBinary Source #

Constructors

ParamBinary 

Instances

Instances details
Eq ParamBinary Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ParamBinary Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamBinary Source #

Optional Param "binary" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

ParamDate

newtype ParamDate Source #

Constructors

ParamDate 

Fields

Instances

Instances details
Eq ParamDate Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ParamDate Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamDate Source #

Optional Param "date" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

ParamDateTime

ParamDouble

newtype ParamDouble Source #

Constructors

ParamDouble 

Instances

Instances details
Eq ParamDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ParamDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

ParamFloat

newtype ParamFloat Source #

Constructors

ParamFloat 

Fields

Instances

Instances details
Eq ParamFloat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ParamFloat Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamFloat Source #

Optional Param "float" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

ParamInteger

newtype ParamInteger Source #

Constructors

ParamInteger 

Fields

ParamMapMapStringText

ParamString

newtype ParamString Source #

Constructors

ParamString 

Fields

Instances

Instances details
Eq ParamString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ParamString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamString Source #

Optional Param "string" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Password

newtype Password Source #

Constructors

Password 

Fields

Instances

Instances details
Eq Password Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show Password Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters Password Source #

Optional Param "password" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

PatternWithoutDelimiter

PetId

newtype PetId Source #

Constructors

PetId 

Fields

Instances

Instances details
Eq PetId Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: PetId -> PetId -> Bool #

(/=) :: PetId -> PetId -> Bool #

Show PetId Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> PetId -> ShowS #

show :: PetId -> String #

showList :: [PetId] -> ShowS #

Pipe

newtype Pipe Source #

Constructors

Pipe 

Fields

Instances

Instances details
Eq Pipe Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Pipe -> Pipe -> Bool #

(/=) :: Pipe -> Pipe -> Bool #

Show Pipe Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Pipe -> ShowS #

show :: Pipe -> String #

showList :: [Pipe] -> ShowS #

Query

newtype Query Source #

Constructors

Query 

Fields

Instances

Instances details
Eq Query Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Query -> Query -> Bool #

(/=) :: Query -> Query -> Bool #

Show Query Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Query -> ShowS #

show :: Query -> String #

showList :: [Query] -> ShowS #

RequiredBooleanGroup

RequiredFile

newtype RequiredFile Source #

Constructors

RequiredFile 

Instances

Instances details
Eq RequiredFile Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show RequiredFile Source # 
Instance details

Defined in OpenAPIPetstore.Model

RequiredInt64Group

RequiredStringGroup

Status

newtype Status Source #

Constructors

Status 

Fields

Instances

Instances details
Eq Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Show Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

StatusText

newtype StatusText Source #

Constructors

StatusText 

Fields

Instances

Instances details
Eq StatusText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show StatusText Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam UpdatePetWithForm StatusText Source #

Optional Param "status" - Updated status of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

StringGroup

newtype StringGroup Source #

Constructors

StringGroup 

Fields

Instances

Instances details
Eq StringGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show StringGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestGroupParameters StringGroup Source #

Optional Param "string_group" - String in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

Tags

newtype Tags Source #

Constructors

Tags 

Fields

Instances

Instances details
Eq Tags Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Tags -> Tags -> Bool #

(/=) :: Tags -> Tags -> Bool #

Show Tags Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Tags -> ShowS #

show :: Tags -> String #

showList :: [Tags] -> ShowS #

Url

newtype Url Source #

Constructors

Url 

Fields

Instances

Instances details
Eq Url Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Url -> Url -> Bool #

(/=) :: Url -> Url -> Bool #

Show Url Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Url -> ShowS #

show :: Url -> String #

showList :: [Url] -> ShowS #

Username

newtype Username Source #

Constructors

Username 

Fields

Instances

Instances details
Eq Username Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show Username Source # 
Instance details

Defined in OpenAPIPetstore.Model

Models

AdditionalPropertiesAnyType

mkAdditionalPropertiesAnyType :: AdditionalPropertiesAnyType Source #

Construct a value of type AdditionalPropertiesAnyType (by applying it's required fields, if any)

AdditionalPropertiesArray

mkAdditionalPropertiesArray :: AdditionalPropertiesArray Source #

Construct a value of type AdditionalPropertiesArray (by applying it's required fields, if any)

AdditionalPropertiesBoolean

mkAdditionalPropertiesBoolean :: AdditionalPropertiesBoolean Source #

Construct a value of type AdditionalPropertiesBoolean (by applying it's required fields, if any)

AdditionalPropertiesClass

data AdditionalPropertiesClass Source #

AdditionalPropertiesClass

mkAdditionalPropertiesClass :: AdditionalPropertiesClass Source #

Construct a value of type AdditionalPropertiesClass (by applying it's required fields, if any)

AdditionalPropertiesInteger

mkAdditionalPropertiesInteger :: AdditionalPropertiesInteger Source #

Construct a value of type AdditionalPropertiesInteger (by applying it's required fields, if any)

AdditionalPropertiesNumber

mkAdditionalPropertiesNumber :: AdditionalPropertiesNumber Source #

Construct a value of type AdditionalPropertiesNumber (by applying it's required fields, if any)

AdditionalPropertiesObject

mkAdditionalPropertiesObject :: AdditionalPropertiesObject Source #

Construct a value of type AdditionalPropertiesObject (by applying it's required fields, if any)

AdditionalPropertiesString

mkAdditionalPropertiesString :: AdditionalPropertiesString Source #

Construct a value of type AdditionalPropertiesString (by applying it's required fields, if any)

Animal

data Animal Source #

Animal

Constructors

Animal 

Fields

Instances

Instances details
Eq Animal Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Animal -> Animal -> Bool #

(/=) :: Animal -> Animal -> Bool #

Show Animal Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON Animal Source #

ToJSON Animal

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Animal -> Value

toEncoding :: Animal -> Encoding

toJSONList :: [Animal] -> Value

toEncodingList :: [Animal] -> Encoding

FromJSON Animal Source #

FromJSON Animal

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Animal

parseJSONList :: Value -> Parser [Animal]

mkAnimal Source #

Arguments

:: Text

animalClassName

-> Animal 

Construct a value of type Animal (by applying it's required fields, if any)

ApiResponse

data ApiResponse Source #

ApiResponse

Constructors

ApiResponse 

Fields

Instances

Instances details
Eq ApiResponse Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ApiResponse Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON ApiResponse Source #

ToJSON ApiResponse

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ApiResponse -> Value

toEncoding :: ApiResponse -> Encoding

toJSONList :: [ApiResponse] -> Value

toEncodingList :: [ApiResponse] -> Encoding

FromJSON ApiResponse Source #

FromJSON ApiResponse

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ApiResponse

parseJSONList :: Value -> Parser [ApiResponse]

mkApiResponse :: ApiResponse Source #

Construct a value of type ApiResponse (by applying it's required fields, if any)

ArrayOfArrayOfNumberOnly

mkArrayOfArrayOfNumberOnly :: ArrayOfArrayOfNumberOnly Source #

Construct a value of type ArrayOfArrayOfNumberOnly (by applying it's required fields, if any)

ArrayOfNumberOnly

data ArrayOfNumberOnly Source #

ArrayOfNumberOnly

Instances

Instances details
Eq ArrayOfNumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ArrayOfNumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON ArrayOfNumberOnly Source #

ToJSON ArrayOfNumberOnly

Instance details

Defined in OpenAPIPetstore.Model

FromJSON ArrayOfNumberOnly Source #

FromJSON ArrayOfNumberOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ArrayOfNumberOnly

parseJSONList :: Value -> Parser [ArrayOfNumberOnly]

mkArrayOfNumberOnly :: ArrayOfNumberOnly Source #

Construct a value of type ArrayOfNumberOnly (by applying it's required fields, if any)

ArrayTest

data ArrayTest Source #

ArrayTest

Constructors

ArrayTest 

Fields

Instances

Instances details
Eq ArrayTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ArrayTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON ArrayTest Source #

ToJSON ArrayTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ArrayTest -> Value

toEncoding :: ArrayTest -> Encoding

toJSONList :: [ArrayTest] -> Value

toEncodingList :: [ArrayTest] -> Encoding

FromJSON ArrayTest Source #

FromJSON ArrayTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ArrayTest

parseJSONList :: Value -> Parser [ArrayTest]

mkArrayTest :: ArrayTest Source #

Construct a value of type ArrayTest (by applying it's required fields, if any)

BigCat

data BigCat Source #

BigCat

Constructors

BigCat 

Fields

Instances

Instances details
Eq BigCat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: BigCat -> BigCat -> Bool #

(/=) :: BigCat -> BigCat -> Bool #

Show BigCat Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON BigCat Source #

ToJSON BigCat

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BigCat -> Value

toEncoding :: BigCat -> Encoding

toJSONList :: [BigCat] -> Value

toEncodingList :: [BigCat] -> Encoding

FromJSON BigCat Source #

FromJSON BigCat

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser BigCat

parseJSONList :: Value -> Parser [BigCat]

mkBigCat Source #

Arguments

:: Text

bigCatClassName

-> BigCat 

Construct a value of type BigCat (by applying it's required fields, if any)

BigCatAllOf

data BigCatAllOf Source #

BigCatAllOf

Constructors

BigCatAllOf 

Fields

Instances

Instances details
Eq BigCatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show BigCatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON BigCatAllOf Source #

ToJSON BigCatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BigCatAllOf -> Value

toEncoding :: BigCatAllOf -> Encoding

toJSONList :: [BigCatAllOf] -> Value

toEncodingList :: [BigCatAllOf] -> Encoding

FromJSON BigCatAllOf Source #

FromJSON BigCatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser BigCatAllOf

parseJSONList :: Value -> Parser [BigCatAllOf]

mkBigCatAllOf :: BigCatAllOf Source #

Construct a value of type BigCatAllOf (by applying it's required fields, if any)

Capitalization

data Capitalization Source #

Capitalization

Instances

Instances details
Eq Capitalization Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show Capitalization Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON Capitalization Source #

ToJSON Capitalization

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Capitalization -> Value

toEncoding :: Capitalization -> Encoding

toJSONList :: [Capitalization] -> Value

toEncodingList :: [Capitalization] -> Encoding

FromJSON Capitalization Source #

FromJSON Capitalization

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Capitalization

parseJSONList :: Value -> Parser [Capitalization]

mkCapitalization :: Capitalization Source #

Construct a value of type Capitalization (by applying it's required fields, if any)

Cat

data Cat Source #

Cat

Constructors

Cat 

Fields

Instances

Instances details
Eq Cat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Cat -> Cat -> Bool #

(/=) :: Cat -> Cat -> Bool #

Show Cat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Cat -> ShowS #

show :: Cat -> String #

showList :: [Cat] -> ShowS #

ToJSON Cat Source #

ToJSON Cat

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Cat -> Value

toEncoding :: Cat -> Encoding

toJSONList :: [Cat] -> Value

toEncodingList :: [Cat] -> Encoding

FromJSON Cat Source #

FromJSON Cat

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Cat

parseJSONList :: Value -> Parser [Cat]

mkCat Source #

Arguments

:: Text

catClassName

-> Cat 

Construct a value of type Cat (by applying it's required fields, if any)

CatAllOf

data CatAllOf Source #

CatAllOf

Constructors

CatAllOf 

Fields

Instances

Instances details
Eq CatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show CatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON CatAllOf Source #

ToJSON CatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: CatAllOf -> Value

toEncoding :: CatAllOf -> Encoding

toJSONList :: [CatAllOf] -> Value

toEncodingList :: [CatAllOf] -> Encoding

FromJSON CatAllOf Source #

FromJSON CatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser CatAllOf

parseJSONList :: Value -> Parser [CatAllOf]

mkCatAllOf :: CatAllOf Source #

Construct a value of type CatAllOf (by applying it's required fields, if any)

Category

data Category Source #

Category

Constructors

Category 

Fields

Instances

Instances details
Eq Category Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show Category Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON Category Source #

ToJSON Category

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Category -> Value

toEncoding :: Category -> Encoding

toJSONList :: [Category] -> Value

toEncodingList :: [Category] -> Encoding

FromJSON Category Source #

FromJSON Category

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Category

parseJSONList :: Value -> Parser [Category]

mkCategory Source #

Arguments

:: Text

categoryName

-> Category 

Construct a value of type Category (by applying it's required fields, if any)

ClassModel

data ClassModel Source #

ClassModel - Model for testing model with "_class" property

Constructors

ClassModel 

Fields

Instances

Instances details
Eq ClassModel Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ClassModel Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON ClassModel Source #

ToJSON ClassModel

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ClassModel -> Value

toEncoding :: ClassModel -> Encoding

toJSONList :: [ClassModel] -> Value

toEncodingList :: [ClassModel] -> Encoding

FromJSON ClassModel Source #

FromJSON ClassModel

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ClassModel

parseJSONList :: Value -> Parser [ClassModel]

mkClassModel :: ClassModel Source #

Construct a value of type ClassModel (by applying it's required fields, if any)

Client

data Client Source #

Client

Constructors

Client 

Fields

Instances

Instances details
Eq Client Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Client -> Client -> Bool #

(/=) :: Client -> Client -> Bool #

Show Client Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON Client Source #

ToJSON Client

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Client -> Value

toEncoding :: Client -> Encoding

toJSONList :: [Client] -> Value

toEncodingList :: [Client] -> Encoding

FromJSON Client Source #

FromJSON Client

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Client

parseJSONList :: Value -> Parser [Client]

HasBodyParam TestClassname Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Methods

setBodyParam :: (Consumes TestClassname contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClassname contentType res accept -> Client -> OpenAPIPetstoreRequest TestClassname contentType res accept Source #

HasBodyParam TestClientModel Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes TestClientModel contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClientModel contentType res accept -> Client -> OpenAPIPetstoreRequest TestClientModel contentType res accept Source #

HasBodyParam Op123testSpecialTags Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Methods

setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source #

mkClient :: Client Source #

Construct a value of type Client (by applying it's required fields, if any)

Dog

data Dog Source #

Dog

Constructors

Dog 

Fields

Instances

Instances details
Eq Dog Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Dog -> Dog -> Bool #

(/=) :: Dog -> Dog -> Bool #

Show Dog Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Dog -> ShowS #

show :: Dog -> String #

showList :: [Dog] -> ShowS #

ToJSON Dog Source #

ToJSON Dog

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Dog -> Value

toEncoding :: Dog -> Encoding

toJSONList :: [Dog] -> Value

toEncodingList :: [Dog] -> Encoding

FromJSON Dog Source #

FromJSON Dog

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Dog

parseJSONList :: Value -> Parser [Dog]

mkDog Source #

Arguments

:: Text

dogClassName

-> Dog 

Construct a value of type Dog (by applying it's required fields, if any)

DogAllOf

data DogAllOf Source #

DogAllOf

Constructors

DogAllOf 

Fields

Instances

Instances details
Eq DogAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show DogAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON DogAllOf Source #

ToJSON DogAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: DogAllOf -> Value

toEncoding :: DogAllOf -> Encoding

toJSONList :: [DogAllOf] -> Value

toEncodingList :: [DogAllOf] -> Encoding

FromJSON DogAllOf Source #

FromJSON DogAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser DogAllOf

parseJSONList :: Value -> Parser [DogAllOf]

mkDogAllOf :: DogAllOf Source #

Construct a value of type DogAllOf (by applying it's required fields, if any)

EnumArrays

data EnumArrays Source #

EnumArrays

Constructors

EnumArrays 

Fields

Instances

Instances details
Eq EnumArrays Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumArrays Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON EnumArrays Source #

ToJSON EnumArrays

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: EnumArrays -> Value

toEncoding :: EnumArrays -> Encoding

toJSONList :: [EnumArrays] -> Value

toEncodingList :: [EnumArrays] -> Encoding

FromJSON EnumArrays Source #

FromJSON EnumArrays

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser EnumArrays

parseJSONList :: Value -> Parser [EnumArrays]

mkEnumArrays :: EnumArrays Source #

Construct a value of type EnumArrays (by applying it's required fields, if any)

EnumTest

data EnumTest Source #

EnumTest

Constructors

EnumTest 

Fields

Instances

Instances details
Eq EnumTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON EnumTest Source #

ToJSON EnumTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: EnumTest -> Value

toEncoding :: EnumTest -> Encoding

toJSONList :: [EnumTest] -> Value

toEncodingList :: [EnumTest] -> Encoding

FromJSON EnumTest Source #

FromJSON EnumTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser EnumTest

parseJSONList :: Value -> Parser [EnumTest]

mkEnumTest Source #

Construct a value of type EnumTest (by applying it's required fields, if any)

File

data File Source #

File - Must be named File for test.

Constructors

File 

Fields

Instances

Instances details
Eq File Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: File -> File -> Bool #

(/=) :: File -> File -> Bool #

Show File Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> File -> ShowS #

show :: File -> String #

showList :: [File] -> ShowS #

ToJSON File Source #

ToJSON File

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: File -> Value

toEncoding :: File -> Encoding

toJSONList :: [File] -> Value

toEncodingList :: [File] -> Encoding

FromJSON File Source #

FromJSON File

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser File

parseJSONList :: Value -> Parser [File]

mkFile :: File Source #

Construct a value of type File (by applying it's required fields, if any)

FileSchemaTestClass

data FileSchemaTestClass Source #

FileSchemaTestClass

mkFileSchemaTestClass :: FileSchemaTestClass Source #

Construct a value of type FileSchemaTestClass (by applying it's required fields, if any)

FormatTest

data FormatTest Source #

FormatTest

Constructors

FormatTest 

Fields

Instances

Instances details
Eq FormatTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show FormatTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON FormatTest Source #

ToJSON FormatTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: FormatTest -> Value

toEncoding :: FormatTest -> Encoding

toJSONList :: [FormatTest] -> Value

toEncodingList :: [FormatTest] -> Encoding

FromJSON FormatTest Source #

FromJSON FormatTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser FormatTest

parseJSONList :: Value -> Parser [FormatTest]

mkFormatTest Source #

Construct a value of type FormatTest (by applying it's required fields, if any)

HasOnlyReadOnly

data HasOnlyReadOnly Source #

HasOnlyReadOnly

Constructors

HasOnlyReadOnly 

Fields

Instances

Instances details
Eq HasOnlyReadOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show HasOnlyReadOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON HasOnlyReadOnly Source #

ToJSON HasOnlyReadOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: HasOnlyReadOnly -> Value

toEncoding :: HasOnlyReadOnly -> Encoding

toJSONList :: [HasOnlyReadOnly] -> Value

toEncodingList :: [HasOnlyReadOnly] -> Encoding

FromJSON HasOnlyReadOnly Source #

FromJSON HasOnlyReadOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser HasOnlyReadOnly

parseJSONList :: Value -> Parser [HasOnlyReadOnly]

mkHasOnlyReadOnly :: HasOnlyReadOnly Source #

Construct a value of type HasOnlyReadOnly (by applying it's required fields, if any)

MapTest

data MapTest Source #

MapTest

Constructors

MapTest 

Fields

Instances

Instances details
Eq MapTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: MapTest -> MapTest -> Bool #

(/=) :: MapTest -> MapTest -> Bool #

Show MapTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON MapTest Source #

ToJSON MapTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: MapTest -> Value

toEncoding :: MapTest -> Encoding

toJSONList :: [MapTest] -> Value

toEncodingList :: [MapTest] -> Encoding

FromJSON MapTest Source #

FromJSON MapTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser MapTest

parseJSONList :: Value -> Parser [MapTest]

mkMapTest :: MapTest Source #

Construct a value of type MapTest (by applying it's required fields, if any)

MixedPropertiesAndAdditionalPropertiesClass

data MixedPropertiesAndAdditionalPropertiesClass Source #

MixedPropertiesAndAdditionalPropertiesClass

Model200Response

data Model200Response Source #

Model200Response - Model for testing model name starting with number

Instances

Instances details
Eq Model200Response Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show Model200Response Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON Model200Response Source #

ToJSON Model200Response

Instance details

Defined in OpenAPIPetstore.Model

FromJSON Model200Response Source #

FromJSON Model200Response

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Model200Response

parseJSONList :: Value -> Parser [Model200Response]

mkModel200Response :: Model200Response Source #

Construct a value of type Model200Response (by applying it's required fields, if any)

ModelList

data ModelList Source #

ModelList

Constructors

ModelList 

Fields

Instances

Instances details
Eq ModelList Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ModelList Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON ModelList Source #

ToJSON ModelList

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ModelList -> Value

toEncoding :: ModelList -> Encoding

toJSONList :: [ModelList] -> Value

toEncodingList :: [ModelList] -> Encoding

FromJSON ModelList Source #

FromJSON ModelList

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ModelList

parseJSONList :: Value -> Parser [ModelList]

mkModelList :: ModelList Source #

Construct a value of type ModelList (by applying it's required fields, if any)

ModelReturn

data ModelReturn Source #

ModelReturn - Model for testing reserved words

Constructors

ModelReturn 

Fields

Instances

Instances details
Eq ModelReturn Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ModelReturn Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON ModelReturn Source #

ToJSON ModelReturn

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ModelReturn -> Value

toEncoding :: ModelReturn -> Encoding

toJSONList :: [ModelReturn] -> Value

toEncodingList :: [ModelReturn] -> Encoding

FromJSON ModelReturn Source #

FromJSON ModelReturn

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ModelReturn

parseJSONList :: Value -> Parser [ModelReturn]

mkModelReturn :: ModelReturn Source #

Construct a value of type ModelReturn (by applying it's required fields, if any)

Name

data Name Source #

Name - Model for testing model name same as property name

Constructors

Name 

Fields

Instances

Instances details
Eq Name Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Name -> Name -> Bool #

(/=) :: Name -> Name -> Bool #

Show Name Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

ToJSON Name Source #

ToJSON Name

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Name -> Value

toEncoding :: Name -> Encoding

toJSONList :: [Name] -> Value

toEncodingList :: [Name] -> Encoding

FromJSON Name Source #

FromJSON Name

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Name

parseJSONList :: Value -> Parser [Name]

mkName Source #

Arguments

:: Int

nameName

-> Name 

Construct a value of type Name (by applying it's required fields, if any)

NumberOnly

data NumberOnly Source #

NumberOnly

Instances

Instances details
Eq NumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show NumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON NumberOnly Source #

ToJSON NumberOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: NumberOnly -> Value

toEncoding :: NumberOnly -> Encoding

toJSONList :: [NumberOnly] -> Value

toEncodingList :: [NumberOnly] -> Encoding

FromJSON NumberOnly Source #

FromJSON NumberOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser NumberOnly

parseJSONList :: Value -> Parser [NumberOnly]

mkNumberOnly :: NumberOnly Source #

Construct a value of type NumberOnly (by applying it's required fields, if any)

Order

data Order Source #

Order

Constructors

Order 

Fields

Instances

Instances details
Eq Order Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Order -> Order -> Bool #

(/=) :: Order -> Order -> Bool #

Show Order Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Order -> ShowS #

show :: Order -> String #

showList :: [Order] -> ShowS #

ToJSON Order Source #

ToJSON Order

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Order -> Value

toEncoding :: Order -> Encoding

toJSONList :: [Order] -> Value

toEncodingList :: [Order] -> Encoding

FromJSON Order Source #

FromJSON Order

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Order

parseJSONList :: Value -> Parser [Order]

HasBodyParam PlaceOrder Order Source #

Body Param "body" - order placed for purchasing the pet

Instance details

Defined in OpenAPIPetstore.API.Store

Methods

setBodyParam :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => OpenAPIPetstoreRequest PlaceOrder contentType res accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType res accept Source #

mkOrder :: Order Source #

Construct a value of type Order (by applying it's required fields, if any)

OuterComposite

data OuterComposite Source #

OuterComposite

Constructors

OuterComposite 

Fields

Instances

Instances details
Eq OuterComposite Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show OuterComposite Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON OuterComposite Source #

ToJSON OuterComposite

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: OuterComposite -> Value

toEncoding :: OuterComposite -> Encoding

toJSONList :: [OuterComposite] -> Value

toEncodingList :: [OuterComposite] -> Encoding

FromJSON OuterComposite Source #

FromJSON OuterComposite

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser OuterComposite

parseJSONList :: Value -> Parser [OuterComposite]

HasBodyParam FakeOuterCompositeSerialize OuterComposite Source #

Body Param "body" - Input composite as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

mkOuterComposite :: OuterComposite Source #

Construct a value of type OuterComposite (by applying it's required fields, if any)

Pet

data Pet Source #

Pet

Constructors

Pet 

Fields

Instances

Instances details
Eq Pet Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Pet -> Pet -> Bool #

(/=) :: Pet -> Pet -> Bool #

Show Pet Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Pet -> ShowS #

show :: Pet -> String #

showList :: [Pet] -> ShowS #

ToJSON Pet Source #

ToJSON Pet

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Pet -> Value

toEncoding :: Pet -> Encoding

toJSONList :: [Pet] -> Value

toEncodingList :: [Pet] -> Encoding

FromJSON Pet Source #

FromJSON Pet

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Pet

parseJSONList :: Value -> Parser [Pet]

HasBodyParam UpdatePet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest UpdatePet contentType res accept -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType res accept Source #

HasBodyParam AddPet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes AddPet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest AddPet contentType res accept -> Pet -> OpenAPIPetstoreRequest AddPet contentType res accept Source #

mkPet Source #

Arguments

:: Text

petName

-> [Text]

petPhotoUrls

-> Pet 

Construct a value of type Pet (by applying it's required fields, if any)

ReadOnlyFirst

data ReadOnlyFirst Source #

ReadOnlyFirst

Constructors

ReadOnlyFirst 

Fields

Instances

Instances details
Eq ReadOnlyFirst Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show ReadOnlyFirst Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON ReadOnlyFirst Source #

ToJSON ReadOnlyFirst

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ReadOnlyFirst -> Value

toEncoding :: ReadOnlyFirst -> Encoding

toJSONList :: [ReadOnlyFirst] -> Value

toEncodingList :: [ReadOnlyFirst] -> Encoding

FromJSON ReadOnlyFirst Source #

FromJSON ReadOnlyFirst

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ReadOnlyFirst

parseJSONList :: Value -> Parser [ReadOnlyFirst]

mkReadOnlyFirst :: ReadOnlyFirst Source #

Construct a value of type ReadOnlyFirst (by applying it's required fields, if any)

SpecialModelName

data SpecialModelName Source #

SpecialModelName

Constructors

SpecialModelName 

Fields

Instances

Instances details
Eq SpecialModelName Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show SpecialModelName Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON SpecialModelName Source #

ToJSON SpecialModelName

Instance details

Defined in OpenAPIPetstore.Model

FromJSON SpecialModelName Source #

FromJSON SpecialModelName

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser SpecialModelName

parseJSONList :: Value -> Parser [SpecialModelName]

mkSpecialModelName :: SpecialModelName Source #

Construct a value of type SpecialModelName (by applying it's required fields, if any)

Tag

data Tag Source #

Tag

Constructors

Tag 

Fields

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Show Tag Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

ToJSON Tag Source #

ToJSON Tag

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Tag -> Value

toEncoding :: Tag -> Encoding

toJSONList :: [Tag] -> Value

toEncodingList :: [Tag] -> Encoding

FromJSON Tag Source #

FromJSON Tag

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Tag

parseJSONList :: Value -> Parser [Tag]

mkTag :: Tag Source #

Construct a value of type Tag (by applying it's required fields, if any)

TypeHolderDefault

data TypeHolderDefault Source #

TypeHolderDefault

Constructors

TypeHolderDefault 

Fields

Instances

Instances details
Eq TypeHolderDefault Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show TypeHolderDefault Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON TypeHolderDefault Source #

ToJSON TypeHolderDefault

Instance details

Defined in OpenAPIPetstore.Model

FromJSON TypeHolderDefault Source #

FromJSON TypeHolderDefault

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser TypeHolderDefault

parseJSONList :: Value -> Parser [TypeHolderDefault]

TypeHolderExample

data TypeHolderExample Source #

TypeHolderExample

Constructors

TypeHolderExample 

Fields

Instances

Instances details
Eq TypeHolderExample Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show TypeHolderExample Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON TypeHolderExample Source #

ToJSON TypeHolderExample

Instance details

Defined in OpenAPIPetstore.Model

FromJSON TypeHolderExample Source #

FromJSON TypeHolderExample

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser TypeHolderExample

parseJSONList :: Value -> Parser [TypeHolderExample]

User

data User Source #

User

Constructors

User 

Fields

Instances

Instances details
Eq User Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

Show User Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

ToJSON User Source #

ToJSON User

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: User -> Value

toEncoding :: User -> Encoding

toJSONList :: [User] -> Value

toEncodingList :: [User] -> Encoding

FromJSON User Source #

FromJSON User

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser User

parseJSONList :: Value -> Parser [User]

HasBodyParam UpdateUser User Source #

Body Param "body" - Updated user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes UpdateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest UpdateUser contentType res accept -> User -> OpenAPIPetstoreRequest UpdateUser contentType res accept Source #

HasBodyParam CreateUser User Source #

Body Param "body" - Created user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes CreateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest CreateUser contentType res accept -> User -> OpenAPIPetstoreRequest CreateUser contentType res accept Source #

HasBodyParam TestBodyWithQueryParams User Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

mkUser :: User Source #

Construct a value of type User (by applying it's required fields, if any)

XmlItem

data XmlItem Source #

XmlItem

Constructors

XmlItem 

Fields

Instances

Instances details
Eq XmlItem Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: XmlItem -> XmlItem -> Bool #

(/=) :: XmlItem -> XmlItem -> Bool #

Show XmlItem Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON XmlItem Source #

ToJSON XmlItem

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: XmlItem -> Value

toEncoding :: XmlItem -> Encoding

toJSONList :: [XmlItem] -> Value

toEncodingList :: [XmlItem] -> Encoding

FromJSON XmlItem Source #

FromJSON XmlItem

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser XmlItem

parseJSONList :: Value -> Parser [XmlItem]

HasBodyParam CreateXmlItem XmlItem Source #

Body Param XmlItem - XmlItem Body

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => OpenAPIPetstoreRequest CreateXmlItem contentType res accept -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType res accept Source #

mkXmlItem :: XmlItem Source #

Construct a value of type XmlItem (by applying it's required fields, if any)

Enums

E'ArrayEnum

data E'ArrayEnum Source #

Enum of Text

Constructors

E'ArrayEnum'Fish
"fish"
E'ArrayEnum'Crab
"crab"

Instances

Instances details
Bounded E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'ArrayEnum -> Value

toEncoding :: E'ArrayEnum -> Encoding

toJSONList :: [E'ArrayEnum] -> Value

toEncodingList :: [E'ArrayEnum] -> Encoding

FromJSON E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'ArrayEnum

parseJSONList :: Value -> Parser [E'ArrayEnum]

FromHttpApiData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumFormString

data E'EnumFormString Source #

Enum of Text . - Form parameter enum test (string)

Instances

Instances details
Bounded E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromJSON E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumFormString

parseJSONList :: Value -> Parser [E'EnumFormString]

FromHttpApiData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumFormStringArray

data E'EnumFormStringArray Source #

Enum of Text

Instances

Instances details
Bounded E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromJSON E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumFormStringArray

parseJSONList :: Value -> Parser [E'EnumFormStringArray]

FromHttpApiData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumInteger

data E'EnumInteger Source #

Enum of Int

Instances

Instances details
Bounded E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'EnumInteger -> Value

toEncoding :: E'EnumInteger -> Encoding

toJSONList :: [E'EnumInteger] -> Value

toEncodingList :: [E'EnumInteger] -> Encoding

FromJSON E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumInteger

parseJSONList :: Value -> Parser [E'EnumInteger]

FromHttpApiData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumNumber

data E'EnumNumber Source #

Enum of Double

Instances

Instances details
Bounded E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'EnumNumber -> Value

toEncoding :: E'EnumNumber -> Encoding

toJSONList :: [E'EnumNumber] -> Value

toEncodingList :: [E'EnumNumber] -> Encoding

FromJSON E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumNumber

parseJSONList :: Value -> Parser [E'EnumNumber]

FromHttpApiData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumQueryInteger

data E'EnumQueryInteger Source #

Enum of Int

Instances

Instances details
Bounded E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromJSON E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumQueryInteger

parseJSONList :: Value -> Parser [E'EnumQueryInteger]

FromHttpApiData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumString

data E'EnumString Source #

Enum of Text

Instances

Instances details
Bounded E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'EnumString -> Value

toEncoding :: E'EnumString -> Encoding

toJSONList :: [E'EnumString] -> Value

toEncodingList :: [E'EnumString] -> Encoding

FromJSON E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumString

parseJSONList :: Value -> Parser [E'EnumString]

FromHttpApiData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'Inner

data E'Inner Source #

Enum of Text

Instances

Instances details
Bounded E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: E'Inner -> E'Inner -> Bool #

(/=) :: E'Inner -> E'Inner -> Bool #

Ord E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Inner -> Value

toEncoding :: E'Inner -> Encoding

toJSONList :: [E'Inner] -> Value

toEncodingList :: [E'Inner] -> Encoding

FromJSON E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Inner

parseJSONList :: Value -> Parser [E'Inner]

FromHttpApiData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'JustSymbol

data E'JustSymbol Source #

Enum of Text

Instances

Instances details
Bounded E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'JustSymbol -> Value

toEncoding :: E'JustSymbol -> Encoding

toJSONList :: [E'JustSymbol] -> Value

toEncodingList :: [E'JustSymbol] -> Encoding

FromJSON E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'JustSymbol

parseJSONList :: Value -> Parser [E'JustSymbol]

FromHttpApiData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'Kind

data E'Kind Source #

Enum of Text

Constructors

E'Kind'Lions
"lions"
E'Kind'Tigers
"tigers"
E'Kind'Leopards
"leopards"
E'Kind'Jaguars
"jaguars"

Instances

Instances details
Bounded E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: E'Kind -> E'Kind -> Bool #

(/=) :: E'Kind -> E'Kind -> Bool #

Ord E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Kind -> Value

toEncoding :: E'Kind -> Encoding

toJSONList :: [E'Kind] -> Value

toEncodingList :: [E'Kind] -> Encoding

FromJSON E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Kind

parseJSONList :: Value -> Parser [E'Kind]

FromHttpApiData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

fromE'Kind :: E'Kind -> Text Source #

unwrap E'Kind enum

E'Status

data E'Status Source #

Enum of Text . - Order Status

Constructors

E'Status'Placed
"placed"
E'Status'Approved
"approved"
E'Status'Delivered
"delivered"

Instances

Instances details
Bounded E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Status -> Value

toEncoding :: E'Status -> Encoding

toJSONList :: [E'Status] -> Value

toEncodingList :: [E'Status] -> Encoding

FromJSON E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Status

parseJSONList :: Value -> Parser [E'Status]

FromHttpApiData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'Status2

data E'Status2 Source #

Enum of Text . - pet status in the store

Constructors

E'Status2'Available
"available"
E'Status2'Pending
"pending"
E'Status2'Sold
"sold"

Instances

Instances details
Bounded E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Status2 -> Value

toEncoding :: E'Status2 -> Encoding

toJSONList :: [E'Status2] -> Value

toEncodingList :: [E'Status2] -> Encoding

FromJSON E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Status2

parseJSONList :: Value -> Parser [E'Status2]

FromHttpApiData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

EnumClass

data EnumClass Source #

Enum of Text

Constructors

EnumClass'_abc
"_abc"
EnumClass'_efg
"-efg"
EnumClass'_xyz
"(xyz)"

Instances

Instances details
Bounded EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: EnumClass -> Value

toEncoding :: EnumClass -> Encoding

toJSONList :: [EnumClass] -> Value

toEncodingList :: [EnumClass] -> Encoding

FromJSON EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser EnumClass

parseJSONList :: Value -> Parser [EnumClass]

FromHttpApiData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

OuterEnum

data OuterEnum Source #

Enum of Text

Constructors

OuterEnum'Placed
"placed"
OuterEnum'Approved
"approved"
OuterEnum'Delivered
"delivered"

Instances

Instances details
Bounded OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToJSON OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: OuterEnum -> Value

toEncoding :: OuterEnum -> Encoding

toJSONList :: [OuterEnum] -> Value

toEncodingList :: [OuterEnum] -> Encoding

FromJSON OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser OuterEnum

parseJSONList :: Value -> Parser [OuterEnum]

FromHttpApiData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Auth Methods

AuthApiKeyApiKey

AuthApiKeyApiKeyQuery

AuthBasicHttpBasicTest

AuthOAuthPetstoreAuth

\ No newline at end of file +OpenAPIPetstore.Model
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.Model

Description

 
Synopsis

Parameter newtypes

AdditionalMetadata

newtype AdditionalMetadata Source #

Instances

Instances details
Show AdditionalMetadata Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq AdditionalMetadata Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam UploadFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata Source #

Optional Param "additionalMetadata" - Additional data to pass to server

Instance details

Defined in OpenAPIPetstore.API.Pet

ApiKey

newtype ApiKey Source #

Constructors

ApiKey 

Fields

Instances

Instances details
Show ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: ApiKey -> ApiKey -> Bool #

(/=) :: ApiKey -> ApiKey -> Bool #

HasOptionalParam DeletePet ApiKey Source # 
Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source #

Body

newtype Body Source #

Constructors

Body 

Fields

Instances

Instances details
ToJSON Body Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Body -> Value

toEncoding :: Body -> Encoding

toJSONList :: [Body] -> Value

toEncodingList :: [Body] -> Encoding

Show Body Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Body -> ShowS #

show :: Body -> String #

showList :: [Body] -> ShowS #

Eq Body Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Body -> Body -> Bool #

(/=) :: Body -> Body -> Bool #

HasBodyParam CreateUsersWithArrayInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

HasBodyParam CreateUsersWithListInput Body Source #

Body Param "body" - List of user object

Instance details

Defined in OpenAPIPetstore.API.User

BodyBool

newtype BodyBool Source #

Constructors

BodyBool 

Fields

Instances

Instances details
ToJSON BodyBool Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BodyBool -> Value

toEncoding :: BodyBool -> Encoding

toJSONList :: [BodyBool] -> Value

toEncodingList :: [BodyBool] -> Encoding

Show BodyBool Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq BodyBool Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasBodyParam FakeOuterBooleanSerialize BodyBool Source #

Body Param "body" - Input boolean as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

BodyDouble

newtype BodyDouble Source #

Constructors

BodyDouble 

Fields

Instances

Instances details
ToJSON BodyDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BodyDouble -> Value

toEncoding :: BodyDouble -> Encoding

toJSONList :: [BodyDouble] -> Value

toEncodingList :: [BodyDouble] -> Encoding

Show BodyDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq BodyDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasBodyParam FakeOuterNumberSerialize BodyDouble Source #

Body Param "body" - Input number as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

BodyText

newtype BodyText Source #

Constructors

BodyText 

Fields

Instances

Instances details
ToJSON BodyText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BodyText -> Value

toEncoding :: BodyText -> Encoding

toJSONList :: [BodyText] -> Value

toEncodingList :: [BodyText] -> Encoding

Show BodyText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq BodyText Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasBodyParam FakeOuterStringSerialize BodyText Source #

Body Param "body" - Input string as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

BooleanGroup

newtype BooleanGroup Source #

Constructors

BooleanGroup 

Fields

Instances

Instances details
Show BooleanGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq BooleanGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestGroupParameters BooleanGroup Source #

Optional Param "boolean_group" - Boolean in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

Byte

newtype Byte Source #

Constructors

Byte 

Fields

Instances

Instances details
Show Byte Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Byte -> ShowS #

show :: Byte -> String #

showList :: [Byte] -> ShowS #

Eq Byte Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Byte -> Byte -> Bool #

(/=) :: Byte -> Byte -> Bool #

Callback

newtype Callback Source #

Constructors

Callback 

Fields

Instances

Instances details
Show Callback Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Callback Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters Callback Source #

Optional Param "callback" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Context

newtype Context Source #

Constructors

Context 

Fields

Instances

Instances details
Show Context Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Context Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Context -> Context -> Bool #

(/=) :: Context -> Context -> Bool #

EnumFormString

newtype EnumFormString Source #

Instances

Instances details
Show EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumFormString Source #

Optional Param "enum_form_string" - Form parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumFormStringArray

EnumHeaderString

newtype EnumHeaderString Source #

Instances

Instances details
Show EnumHeaderString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumHeaderString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumHeaderString Source #

Optional Param "enum_header_string" - Header parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumHeaderStringArray

EnumQueryDouble

newtype EnumQueryDouble Source #

Instances

Instances details
Show EnumQueryDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumQueryDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumQueryDouble Source #

Optional Param "enum_query_double" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumQueryInteger

newtype EnumQueryInteger Source #

Instances

Instances details
Show EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumQueryInteger Source #

Optional Param "enum_query_integer" - Query parameter enum test (double)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumQueryString

newtype EnumQueryString Source #

Instances

Instances details
Show EnumQueryString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumQueryString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEnumParameters EnumQueryString Source #

Optional Param "enum_query_string" - Query parameter enum test (string)

Instance details

Defined in OpenAPIPetstore.API.Fake

EnumQueryStringArray

File2

newtype File2 Source #

Constructors

File2 

Fields

Instances

Instances details
Show File2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> File2 -> ShowS #

show :: File2 -> String #

showList :: [File2] -> ShowS #

Eq File2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: File2 -> File2 -> Bool #

(/=) :: File2 -> File2 -> Bool #

HasOptionalParam UploadFile File2 Source #

Optional Param "file" - file to upload

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

(-&-) :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source #

Http

newtype Http Source #

Constructors

Http 

Fields

Instances

Instances details
Show Http Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Http -> ShowS #

show :: Http -> String #

showList :: [Http] -> ShowS #

Eq Http Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Http -> Http -> Bool #

(/=) :: Http -> Http -> Bool #

Int32

newtype Int32 Source #

Constructors

Int32 

Fields

Instances

Instances details
Show Int32 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Int32 -> ShowS #

show :: Int32 -> String #

showList :: [Int32] -> ShowS #

Eq Int32 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Int32 -> Int32 -> Bool #

(/=) :: Int32 -> Int32 -> Bool #

HasOptionalParam TestEndpointParameters Int32 Source #

Optional Param "int32" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Int64

newtype Int64 Source #

Constructors

Int64 

Fields

Instances

Instances details
Show Int64 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Int64 -> ShowS #

show :: Int64 -> String #

showList :: [Int64] -> ShowS #

Eq Int64 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Int64 -> Int64 -> Bool #

(/=) :: Int64 -> Int64 -> Bool #

HasOptionalParam TestEndpointParameters Int64 Source #

Optional Param "int64" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Int64Group

newtype Int64Group Source #

Constructors

Int64Group 

Instances

Instances details
Show Int64Group Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Int64Group Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestGroupParameters Int64Group Source #

Optional Param "int64_group" - Integer in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

Ioutil

newtype Ioutil Source #

Constructors

Ioutil 

Fields

Instances

Instances details
Show Ioutil Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Ioutil Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Ioutil -> Ioutil -> Bool #

(/=) :: Ioutil -> Ioutil -> Bool #

Name2

newtype Name2 Source #

Constructors

Name2 

Fields

Instances

Instances details
Show Name2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Name2 -> ShowS #

show :: Name2 -> String #

showList :: [Name2] -> ShowS #

Eq Name2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Name2 -> Name2 -> Bool #

(/=) :: Name2 -> Name2 -> Bool #

HasOptionalParam UpdatePetWithForm Name2 Source #

Optional Param "name" - Updated name of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

Number

newtype Number Source #

Constructors

Number 

Fields

Instances

Instances details
Show Number Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Number Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Number -> Number -> Bool #

(/=) :: Number -> Number -> Bool #

OrderId

newtype OrderId Source #

Constructors

OrderId 

Fields

Instances

Instances details
Show OrderId Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq OrderId Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: OrderId -> OrderId -> Bool #

(/=) :: OrderId -> OrderId -> Bool #

OrderIdText

newtype OrderIdText Source #

Constructors

OrderIdText 

Fields

Instances

Instances details
Show OrderIdText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq OrderIdText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Param

newtype Param Source #

Constructors

Param 

Fields

Instances

Instances details
Show Param Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Param -> ShowS #

show :: Param -> String #

showList :: [Param] -> ShowS #

Eq Param Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Param -> Param -> Bool #

(/=) :: Param -> Param -> Bool #

Param2

newtype Param2 Source #

Constructors

Param2 

Fields

Instances

Instances details
Show Param2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Param2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Param2 -> Param2 -> Bool #

(/=) :: Param2 -> Param2 -> Bool #

ParamBinary

newtype ParamBinary Source #

Constructors

ParamBinary 

Instances

Instances details
Show ParamBinary Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ParamBinary Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamBinary Source #

Optional Param "binary" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

ParamDate

newtype ParamDate Source #

Constructors

ParamDate 

Fields

Instances

Instances details
Show ParamDate Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ParamDate Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamDate Source #

Optional Param "date" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

ParamDateTime

ParamDouble

newtype ParamDouble Source #

Constructors

ParamDouble 

Instances

Instances details
Show ParamDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ParamDouble Source # 
Instance details

Defined in OpenAPIPetstore.Model

ParamFloat

newtype ParamFloat Source #

Constructors

ParamFloat 

Fields

Instances

Instances details
Show ParamFloat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ParamFloat Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamFloat Source #

Optional Param "float" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

ParamInteger

newtype ParamInteger Source #

Constructors

ParamInteger 

Fields

ParamMapMapStringText

ParamString

newtype ParamString Source #

Constructors

ParamString 

Fields

Instances

Instances details
Show ParamString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ParamString Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters ParamString Source #

Optional Param "string" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

Password

newtype Password Source #

Constructors

Password 

Fields

Instances

Instances details
Show Password Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Password Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestEndpointParameters Password Source #

Optional Param "password" - None

Instance details

Defined in OpenAPIPetstore.API.Fake

PatternWithoutDelimiter

PetId

newtype PetId Source #

Constructors

PetId 

Fields

Instances

Instances details
Show PetId Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> PetId -> ShowS #

show :: PetId -> String #

showList :: [PetId] -> ShowS #

Eq PetId Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: PetId -> PetId -> Bool #

(/=) :: PetId -> PetId -> Bool #

Pipe

newtype Pipe Source #

Constructors

Pipe 

Fields

Instances

Instances details
Show Pipe Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Pipe -> ShowS #

show :: Pipe -> String #

showList :: [Pipe] -> ShowS #

Eq Pipe Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Pipe -> Pipe -> Bool #

(/=) :: Pipe -> Pipe -> Bool #

Query

newtype Query Source #

Constructors

Query 

Fields

Instances

Instances details
Show Query Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Query -> ShowS #

show :: Query -> String #

showList :: [Query] -> ShowS #

Eq Query Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Query -> Query -> Bool #

(/=) :: Query -> Query -> Bool #

RequiredBooleanGroup

RequiredFile

newtype RequiredFile Source #

Constructors

RequiredFile 

Instances

Instances details
Show RequiredFile Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq RequiredFile Source # 
Instance details

Defined in OpenAPIPetstore.Model

RequiredInt64Group

RequiredStringGroup

Status

newtype Status Source #

Constructors

Status 

Fields

Instances

Instances details
Show Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

StatusText

newtype StatusText Source #

Constructors

StatusText 

Fields

Instances

Instances details
Show StatusText Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq StatusText Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam UpdatePetWithForm StatusText Source #

Optional Param "status" - Updated status of the pet

Instance details

Defined in OpenAPIPetstore.API.Pet

StringGroup

newtype StringGroup Source #

Constructors

StringGroup 

Fields

Instances

Instances details
Show StringGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq StringGroup Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasOptionalParam TestGroupParameters StringGroup Source #

Optional Param "string_group" - String in group parameters

Instance details

Defined in OpenAPIPetstore.API.Fake

Tags

newtype Tags Source #

Constructors

Tags 

Fields

Instances

Instances details
Show Tags Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Tags -> ShowS #

show :: Tags -> String #

showList :: [Tags] -> ShowS #

Eq Tags Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Tags -> Tags -> Bool #

(/=) :: Tags -> Tags -> Bool #

Url

newtype Url Source #

Constructors

Url 

Fields

Instances

Instances details
Show Url Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Url -> ShowS #

show :: Url -> String #

showList :: [Url] -> ShowS #

Eq Url Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Url -> Url -> Bool #

(/=) :: Url -> Url -> Bool #

Username

newtype Username Source #

Constructors

Username 

Fields

Instances

Instances details
Show Username Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Username Source # 
Instance details

Defined in OpenAPIPetstore.Model

Models

AdditionalPropertiesAnyType

mkAdditionalPropertiesAnyType :: AdditionalPropertiesAnyType Source #

Construct a value of type AdditionalPropertiesAnyType (by applying it's required fields, if any)

AdditionalPropertiesArray

mkAdditionalPropertiesArray :: AdditionalPropertiesArray Source #

Construct a value of type AdditionalPropertiesArray (by applying it's required fields, if any)

AdditionalPropertiesBoolean

mkAdditionalPropertiesBoolean :: AdditionalPropertiesBoolean Source #

Construct a value of type AdditionalPropertiesBoolean (by applying it's required fields, if any)

AdditionalPropertiesClass

data AdditionalPropertiesClass Source #

AdditionalPropertiesClass

mkAdditionalPropertiesClass :: AdditionalPropertiesClass Source #

Construct a value of type AdditionalPropertiesClass (by applying it's required fields, if any)

AdditionalPropertiesInteger

mkAdditionalPropertiesInteger :: AdditionalPropertiesInteger Source #

Construct a value of type AdditionalPropertiesInteger (by applying it's required fields, if any)

AdditionalPropertiesNumber

mkAdditionalPropertiesNumber :: AdditionalPropertiesNumber Source #

Construct a value of type AdditionalPropertiesNumber (by applying it's required fields, if any)

AdditionalPropertiesObject

mkAdditionalPropertiesObject :: AdditionalPropertiesObject Source #

Construct a value of type AdditionalPropertiesObject (by applying it's required fields, if any)

AdditionalPropertiesString

mkAdditionalPropertiesString :: AdditionalPropertiesString Source #

Construct a value of type AdditionalPropertiesString (by applying it's required fields, if any)

Animal

data Animal Source #

Animal

Constructors

Animal 

Fields

Instances

Instances details
FromJSON Animal Source #

FromJSON Animal

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Animal

parseJSONList :: Value -> Parser [Animal]

ToJSON Animal Source #

ToJSON Animal

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Animal -> Value

toEncoding :: Animal -> Encoding

toJSONList :: [Animal] -> Value

toEncodingList :: [Animal] -> Encoding

Show Animal Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Animal Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Animal -> Animal -> Bool #

(/=) :: Animal -> Animal -> Bool #

mkAnimal Source #

Arguments

:: Text

animalClassName

-> Animal 

Construct a value of type Animal (by applying it's required fields, if any)

ApiResponse

data ApiResponse Source #

ApiResponse

Constructors

ApiResponse 

Fields

Instances

Instances details
FromJSON ApiResponse Source #

FromJSON ApiResponse

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ApiResponse

parseJSONList :: Value -> Parser [ApiResponse]

ToJSON ApiResponse Source #

ToJSON ApiResponse

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ApiResponse -> Value

toEncoding :: ApiResponse -> Encoding

toJSONList :: [ApiResponse] -> Value

toEncodingList :: [ApiResponse] -> Encoding

Show ApiResponse Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ApiResponse Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkApiResponse :: ApiResponse Source #

Construct a value of type ApiResponse (by applying it's required fields, if any)

ArrayOfArrayOfNumberOnly

mkArrayOfArrayOfNumberOnly :: ArrayOfArrayOfNumberOnly Source #

Construct a value of type ArrayOfArrayOfNumberOnly (by applying it's required fields, if any)

ArrayOfNumberOnly

data ArrayOfNumberOnly Source #

ArrayOfNumberOnly

Instances

Instances details
FromJSON ArrayOfNumberOnly Source #

FromJSON ArrayOfNumberOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ArrayOfNumberOnly

parseJSONList :: Value -> Parser [ArrayOfNumberOnly]

ToJSON ArrayOfNumberOnly Source #

ToJSON ArrayOfNumberOnly

Instance details

Defined in OpenAPIPetstore.Model

Show ArrayOfNumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ArrayOfNumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkArrayOfNumberOnly :: ArrayOfNumberOnly Source #

Construct a value of type ArrayOfNumberOnly (by applying it's required fields, if any)

ArrayTest

data ArrayTest Source #

ArrayTest

Constructors

ArrayTest 

Fields

Instances

Instances details
FromJSON ArrayTest Source #

FromJSON ArrayTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ArrayTest

parseJSONList :: Value -> Parser [ArrayTest]

ToJSON ArrayTest Source #

ToJSON ArrayTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ArrayTest -> Value

toEncoding :: ArrayTest -> Encoding

toJSONList :: [ArrayTest] -> Value

toEncodingList :: [ArrayTest] -> Encoding

Show ArrayTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ArrayTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkArrayTest :: ArrayTest Source #

Construct a value of type ArrayTest (by applying it's required fields, if any)

BigCat

data BigCat Source #

BigCat

Constructors

BigCat 

Fields

Instances

Instances details
FromJSON BigCat Source #

FromJSON BigCat

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser BigCat

parseJSONList :: Value -> Parser [BigCat]

ToJSON BigCat Source #

ToJSON BigCat

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BigCat -> Value

toEncoding :: BigCat -> Encoding

toJSONList :: [BigCat] -> Value

toEncodingList :: [BigCat] -> Encoding

Show BigCat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq BigCat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: BigCat -> BigCat -> Bool #

(/=) :: BigCat -> BigCat -> Bool #

mkBigCat Source #

Arguments

:: Text

bigCatClassName

-> BigCat 

Construct a value of type BigCat (by applying it's required fields, if any)

BigCatAllOf

data BigCatAllOf Source #

BigCatAllOf

Constructors

BigCatAllOf 

Fields

Instances

Instances details
FromJSON BigCatAllOf Source #

FromJSON BigCatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser BigCatAllOf

parseJSONList :: Value -> Parser [BigCatAllOf]

ToJSON BigCatAllOf Source #

ToJSON BigCatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: BigCatAllOf -> Value

toEncoding :: BigCatAllOf -> Encoding

toJSONList :: [BigCatAllOf] -> Value

toEncodingList :: [BigCatAllOf] -> Encoding

Show BigCatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq BigCatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkBigCatAllOf :: BigCatAllOf Source #

Construct a value of type BigCatAllOf (by applying it's required fields, if any)

Capitalization

data Capitalization Source #

Capitalization

Instances

Instances details
FromJSON Capitalization Source #

FromJSON Capitalization

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Capitalization

parseJSONList :: Value -> Parser [Capitalization]

ToJSON Capitalization Source #

ToJSON Capitalization

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Capitalization -> Value

toEncoding :: Capitalization -> Encoding

toJSONList :: [Capitalization] -> Value

toEncodingList :: [Capitalization] -> Encoding

Show Capitalization Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Capitalization Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkCapitalization :: Capitalization Source #

Construct a value of type Capitalization (by applying it's required fields, if any)

Cat

data Cat Source #

Cat

Constructors

Cat 

Fields

Instances

Instances details
FromJSON Cat Source #

FromJSON Cat

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Cat

parseJSONList :: Value -> Parser [Cat]

ToJSON Cat Source #

ToJSON Cat

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Cat -> Value

toEncoding :: Cat -> Encoding

toJSONList :: [Cat] -> Value

toEncodingList :: [Cat] -> Encoding

Show Cat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Cat -> ShowS #

show :: Cat -> String #

showList :: [Cat] -> ShowS #

Eq Cat Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Cat -> Cat -> Bool #

(/=) :: Cat -> Cat -> Bool #

mkCat Source #

Arguments

:: Text

catClassName

-> Cat 

Construct a value of type Cat (by applying it's required fields, if any)

CatAllOf

data CatAllOf Source #

CatAllOf

Constructors

CatAllOf 

Fields

Instances

Instances details
FromJSON CatAllOf Source #

FromJSON CatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser CatAllOf

parseJSONList :: Value -> Parser [CatAllOf]

ToJSON CatAllOf Source #

ToJSON CatAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: CatAllOf -> Value

toEncoding :: CatAllOf -> Encoding

toJSONList :: [CatAllOf] -> Value

toEncodingList :: [CatAllOf] -> Encoding

Show CatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq CatAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkCatAllOf :: CatAllOf Source #

Construct a value of type CatAllOf (by applying it's required fields, if any)

Category

data Category Source #

Category

Constructors

Category 

Fields

Instances

Instances details
FromJSON Category Source #

FromJSON Category

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Category

parseJSONList :: Value -> Parser [Category]

ToJSON Category Source #

ToJSON Category

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Category -> Value

toEncoding :: Category -> Encoding

toJSONList :: [Category] -> Value

toEncodingList :: [Category] -> Encoding

Show Category Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Category Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkCategory Source #

Arguments

:: Text

categoryName

-> Category 

Construct a value of type Category (by applying it's required fields, if any)

ClassModel

data ClassModel Source #

ClassModel + Model for testing model with "_class" property

Constructors

ClassModel 

Fields

Instances

Instances details
FromJSON ClassModel Source #

FromJSON ClassModel

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ClassModel

parseJSONList :: Value -> Parser [ClassModel]

ToJSON ClassModel Source #

ToJSON ClassModel

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ClassModel -> Value

toEncoding :: ClassModel -> Encoding

toJSONList :: [ClassModel] -> Value

toEncodingList :: [ClassModel] -> Encoding

Show ClassModel Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ClassModel Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkClassModel :: ClassModel Source #

Construct a value of type ClassModel (by applying it's required fields, if any)

Client

data Client Source #

Client

Constructors

Client 

Fields

Instances

Instances details
FromJSON Client Source #

FromJSON Client

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Client

parseJSONList :: Value -> Parser [Client]

ToJSON Client Source #

ToJSON Client

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Client -> Value

toEncoding :: Client -> Encoding

toJSONList :: [Client] -> Value

toEncodingList :: [Client] -> Encoding

Show Client Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Client Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Client -> Client -> Bool #

(/=) :: Client -> Client -> Bool #

HasBodyParam Op123testSpecialTags Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.AnotherFake

Methods

setBodyParam :: (Consumes Op123testSpecialTags contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept -> Client -> OpenAPIPetstoreRequest Op123testSpecialTags contentType res accept Source #

HasBodyParam TestClientModel Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes TestClientModel contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClientModel contentType res accept -> Client -> OpenAPIPetstoreRequest TestClientModel contentType res accept Source #

HasBodyParam TestClassname Client Source #

Body Param "body" - client model

Instance details

Defined in OpenAPIPetstore.API.FakeClassnameTags123

Methods

setBodyParam :: (Consumes TestClassname contentType, MimeRender contentType Client) => OpenAPIPetstoreRequest TestClassname contentType res accept -> Client -> OpenAPIPetstoreRequest TestClassname contentType res accept Source #

mkClient :: Client Source #

Construct a value of type Client (by applying it's required fields, if any)

Dog

data Dog Source #

Dog

Constructors

Dog 

Fields

Instances

Instances details
FromJSON Dog Source #

FromJSON Dog

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Dog

parseJSONList :: Value -> Parser [Dog]

ToJSON Dog Source #

ToJSON Dog

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Dog -> Value

toEncoding :: Dog -> Encoding

toJSONList :: [Dog] -> Value

toEncodingList :: [Dog] -> Encoding

Show Dog Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Dog -> ShowS #

show :: Dog -> String #

showList :: [Dog] -> ShowS #

Eq Dog Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Dog -> Dog -> Bool #

(/=) :: Dog -> Dog -> Bool #

mkDog Source #

Arguments

:: Text

dogClassName

-> Dog 

Construct a value of type Dog (by applying it's required fields, if any)

DogAllOf

data DogAllOf Source #

DogAllOf

Constructors

DogAllOf 

Fields

Instances

Instances details
FromJSON DogAllOf Source #

FromJSON DogAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser DogAllOf

parseJSONList :: Value -> Parser [DogAllOf]

ToJSON DogAllOf Source #

ToJSON DogAllOf

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: DogAllOf -> Value

toEncoding :: DogAllOf -> Encoding

toJSONList :: [DogAllOf] -> Value

toEncodingList :: [DogAllOf] -> Encoding

Show DogAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq DogAllOf Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkDogAllOf :: DogAllOf Source #

Construct a value of type DogAllOf (by applying it's required fields, if any)

EnumArrays

data EnumArrays Source #

EnumArrays

Constructors

EnumArrays 

Fields

Instances

Instances details
FromJSON EnumArrays Source #

FromJSON EnumArrays

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser EnumArrays

parseJSONList :: Value -> Parser [EnumArrays]

ToJSON EnumArrays Source #

ToJSON EnumArrays

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: EnumArrays -> Value

toEncoding :: EnumArrays -> Encoding

toJSONList :: [EnumArrays] -> Value

toEncodingList :: [EnumArrays] -> Encoding

Show EnumArrays Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumArrays Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkEnumArrays :: EnumArrays Source #

Construct a value of type EnumArrays (by applying it's required fields, if any)

EnumTest

data EnumTest Source #

EnumTest

Constructors

EnumTest 

Fields

Instances

Instances details
FromJSON EnumTest Source #

FromJSON EnumTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser EnumTest

parseJSONList :: Value -> Parser [EnumTest]

ToJSON EnumTest Source #

ToJSON EnumTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: EnumTest -> Value

toEncoding :: EnumTest -> Encoding

toJSONList :: [EnumTest] -> Value

toEncodingList :: [EnumTest] -> Encoding

Show EnumTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkEnumTest Source #

Construct a value of type EnumTest (by applying it's required fields, if any)

File

data File Source #

File + Must be named File for test.

Constructors

File 

Fields

Instances

Instances details
FromJSON File Source #

FromJSON File

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser File

parseJSONList :: Value -> Parser [File]

ToJSON File Source #

ToJSON File

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: File -> Value

toEncoding :: File -> Encoding

toJSONList :: [File] -> Value

toEncodingList :: [File] -> Encoding

Show File Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> File -> ShowS #

show :: File -> String #

showList :: [File] -> ShowS #

Eq File Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: File -> File -> Bool #

(/=) :: File -> File -> Bool #

mkFile :: File Source #

Construct a value of type File (by applying it's required fields, if any)

FileSchemaTestClass

data FileSchemaTestClass Source #

FileSchemaTestClass

mkFileSchemaTestClass :: FileSchemaTestClass Source #

Construct a value of type FileSchemaTestClass (by applying it's required fields, if any)

FormatTest

data FormatTest Source #

FormatTest

Constructors

FormatTest 

Fields

Instances

Instances details
FromJSON FormatTest Source #

FromJSON FormatTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser FormatTest

parseJSONList :: Value -> Parser [FormatTest]

ToJSON FormatTest Source #

ToJSON FormatTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: FormatTest -> Value

toEncoding :: FormatTest -> Encoding

toJSONList :: [FormatTest] -> Value

toEncodingList :: [FormatTest] -> Encoding

Show FormatTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq FormatTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkFormatTest Source #

Construct a value of type FormatTest (by applying it's required fields, if any)

HasOnlyReadOnly

data HasOnlyReadOnly Source #

HasOnlyReadOnly

Constructors

HasOnlyReadOnly 

Fields

Instances

Instances details
FromJSON HasOnlyReadOnly Source #

FromJSON HasOnlyReadOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser HasOnlyReadOnly

parseJSONList :: Value -> Parser [HasOnlyReadOnly]

ToJSON HasOnlyReadOnly Source #

ToJSON HasOnlyReadOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: HasOnlyReadOnly -> Value

toEncoding :: HasOnlyReadOnly -> Encoding

toJSONList :: [HasOnlyReadOnly] -> Value

toEncodingList :: [HasOnlyReadOnly] -> Encoding

Show HasOnlyReadOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq HasOnlyReadOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkHasOnlyReadOnly :: HasOnlyReadOnly Source #

Construct a value of type HasOnlyReadOnly (by applying it's required fields, if any)

MapTest

data MapTest Source #

MapTest

Constructors

MapTest 

Fields

Instances

Instances details
FromJSON MapTest Source #

FromJSON MapTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser MapTest

parseJSONList :: Value -> Parser [MapTest]

ToJSON MapTest Source #

ToJSON MapTest

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: MapTest -> Value

toEncoding :: MapTest -> Encoding

toJSONList :: [MapTest] -> Value

toEncodingList :: [MapTest] -> Encoding

Show MapTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq MapTest Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: MapTest -> MapTest -> Bool #

(/=) :: MapTest -> MapTest -> Bool #

mkMapTest :: MapTest Source #

Construct a value of type MapTest (by applying it's required fields, if any)

MixedPropertiesAndAdditionalPropertiesClass

data MixedPropertiesAndAdditionalPropertiesClass Source #

MixedPropertiesAndAdditionalPropertiesClass

Model200Response

data Model200Response Source #

Model200Response + Model for testing model name starting with number

Instances

Instances details
FromJSON Model200Response Source #

FromJSON Model200Response

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Model200Response

parseJSONList :: Value -> Parser [Model200Response]

ToJSON Model200Response Source #

ToJSON Model200Response

Instance details

Defined in OpenAPIPetstore.Model

Show Model200Response Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq Model200Response Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkModel200Response :: Model200Response Source #

Construct a value of type Model200Response (by applying it's required fields, if any)

ModelList

data ModelList Source #

ModelList

Constructors

ModelList 

Fields

Instances

Instances details
FromJSON ModelList Source #

FromJSON ModelList

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ModelList

parseJSONList :: Value -> Parser [ModelList]

ToJSON ModelList Source #

ToJSON ModelList

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ModelList -> Value

toEncoding :: ModelList -> Encoding

toJSONList :: [ModelList] -> Value

toEncodingList :: [ModelList] -> Encoding

Show ModelList Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ModelList Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkModelList :: ModelList Source #

Construct a value of type ModelList (by applying it's required fields, if any)

ModelReturn

data ModelReturn Source #

ModelReturn + Model for testing reserved words

Constructors

ModelReturn 

Fields

Instances

Instances details
FromJSON ModelReturn Source #

FromJSON ModelReturn

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ModelReturn

parseJSONList :: Value -> Parser [ModelReturn]

ToJSON ModelReturn Source #

ToJSON ModelReturn

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ModelReturn -> Value

toEncoding :: ModelReturn -> Encoding

toJSONList :: [ModelReturn] -> Value

toEncodingList :: [ModelReturn] -> Encoding

Show ModelReturn Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ModelReturn Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkModelReturn :: ModelReturn Source #

Construct a value of type ModelReturn (by applying it's required fields, if any)

Name

data Name Source #

Name + Model for testing model name same as property name

Constructors

Name 

Fields

Instances

Instances details
FromJSON Name Source #

FromJSON Name

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Name

parseJSONList :: Value -> Parser [Name]

ToJSON Name Source #

ToJSON Name

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Name -> Value

toEncoding :: Name -> Encoding

toJSONList :: [Name] -> Value

toEncodingList :: [Name] -> Encoding

Show Name Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

Eq Name Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Name -> Name -> Bool #

(/=) :: Name -> Name -> Bool #

mkName Source #

Arguments

:: Int

nameName

-> Name 

Construct a value of type Name (by applying it's required fields, if any)

NumberOnly

data NumberOnly Source #

NumberOnly

Instances

Instances details
FromJSON NumberOnly Source #

FromJSON NumberOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser NumberOnly

parseJSONList :: Value -> Parser [NumberOnly]

ToJSON NumberOnly Source #

ToJSON NumberOnly

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: NumberOnly -> Value

toEncoding :: NumberOnly -> Encoding

toJSONList :: [NumberOnly] -> Value

toEncodingList :: [NumberOnly] -> Encoding

Show NumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq NumberOnly Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkNumberOnly :: NumberOnly Source #

Construct a value of type NumberOnly (by applying it's required fields, if any)

Order

data Order Source #

Order

Constructors

Order 

Fields

Instances

Instances details
FromJSON Order Source #

FromJSON Order

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Order

parseJSONList :: Value -> Parser [Order]

ToJSON Order Source #

ToJSON Order

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Order -> Value

toEncoding :: Order -> Encoding

toJSONList :: [Order] -> Value

toEncodingList :: [Order] -> Encoding

Show Order Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Order -> ShowS #

show :: Order -> String #

showList :: [Order] -> ShowS #

Eq Order Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Order -> Order -> Bool #

(/=) :: Order -> Order -> Bool #

HasBodyParam PlaceOrder Order Source #

Body Param "body" - order placed for purchasing the pet

Instance details

Defined in OpenAPIPetstore.API.Store

Methods

setBodyParam :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => OpenAPIPetstoreRequest PlaceOrder contentType res accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType res accept Source #

mkOrder :: Order Source #

Construct a value of type Order (by applying it's required fields, if any)

OuterComposite

data OuterComposite Source #

OuterComposite

Constructors

OuterComposite 

Fields

Instances

Instances details
FromJSON OuterComposite Source #

FromJSON OuterComposite

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser OuterComposite

parseJSONList :: Value -> Parser [OuterComposite]

ToJSON OuterComposite Source #

ToJSON OuterComposite

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: OuterComposite -> Value

toEncoding :: OuterComposite -> Encoding

toJSONList :: [OuterComposite] -> Value

toEncodingList :: [OuterComposite] -> Encoding

Show OuterComposite Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq OuterComposite Source # 
Instance details

Defined in OpenAPIPetstore.Model

HasBodyParam FakeOuterCompositeSerialize OuterComposite Source #

Body Param "body" - Input composite as post body

Instance details

Defined in OpenAPIPetstore.API.Fake

mkOuterComposite :: OuterComposite Source #

Construct a value of type OuterComposite (by applying it's required fields, if any)

Pet

data Pet Source #

Pet

Constructors

Pet 

Fields

Instances

Instances details
FromJSON Pet Source #

FromJSON Pet

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Pet

parseJSONList :: Value -> Parser [Pet]

ToJSON Pet Source #

ToJSON Pet

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Pet -> Value

toEncoding :: Pet -> Encoding

toJSONList :: [Pet] -> Value

toEncodingList :: [Pet] -> Encoding

Show Pet Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Pet -> ShowS #

show :: Pet -> String #

showList :: [Pet] -> ShowS #

Eq Pet Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Pet -> Pet -> Bool #

(/=) :: Pet -> Pet -> Bool #

HasBodyParam AddPet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes AddPet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest AddPet contentType res accept -> Pet -> OpenAPIPetstoreRequest AddPet contentType res accept Source #

HasBodyParam UpdatePet Pet Source #

Body Param "body" - Pet object that needs to be added to the store

Instance details

Defined in OpenAPIPetstore.API.Pet

Methods

setBodyParam :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest UpdatePet contentType res accept -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType res accept Source #

mkPet Source #

Arguments

:: Text

petName

-> [Text]

petPhotoUrls

-> Pet 

Construct a value of type Pet (by applying it's required fields, if any)

ReadOnlyFirst

data ReadOnlyFirst Source #

ReadOnlyFirst

Constructors

ReadOnlyFirst 

Fields

Instances

Instances details
FromJSON ReadOnlyFirst Source #

FromJSON ReadOnlyFirst

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser ReadOnlyFirst

parseJSONList :: Value -> Parser [ReadOnlyFirst]

ToJSON ReadOnlyFirst Source #

ToJSON ReadOnlyFirst

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: ReadOnlyFirst -> Value

toEncoding :: ReadOnlyFirst -> Encoding

toJSONList :: [ReadOnlyFirst] -> Value

toEncodingList :: [ReadOnlyFirst] -> Encoding

Show ReadOnlyFirst Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq ReadOnlyFirst Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkReadOnlyFirst :: ReadOnlyFirst Source #

Construct a value of type ReadOnlyFirst (by applying it's required fields, if any)

SpecialModelName

data SpecialModelName Source #

SpecialModelName

Constructors

SpecialModelName 

Fields

Instances

Instances details
FromJSON SpecialModelName Source #

FromJSON SpecialModelName

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser SpecialModelName

parseJSONList :: Value -> Parser [SpecialModelName]

ToJSON SpecialModelName Source #

ToJSON SpecialModelName

Instance details

Defined in OpenAPIPetstore.Model

Show SpecialModelName Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq SpecialModelName Source # 
Instance details

Defined in OpenAPIPetstore.Model

mkSpecialModelName :: SpecialModelName Source #

Construct a value of type SpecialModelName (by applying it's required fields, if any)

Tag

data Tag Source #

Tag

Constructors

Tag 

Fields

Instances

Instances details
FromJSON Tag Source #

FromJSON Tag

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser Tag

parseJSONList :: Value -> Parser [Tag]

ToJSON Tag Source #

ToJSON Tag

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: Tag -> Value

toEncoding :: Tag -> Encoding

toJSONList :: [Tag] -> Value

toEncodingList :: [Tag] -> Encoding

Show Tag Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Eq Tag Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

mkTag :: Tag Source #

Construct a value of type Tag (by applying it's required fields, if any)

TypeHolderDefault

data TypeHolderDefault Source #

TypeHolderDefault

Constructors

TypeHolderDefault 

Fields

Instances

Instances details
FromJSON TypeHolderDefault Source #

FromJSON TypeHolderDefault

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser TypeHolderDefault

parseJSONList :: Value -> Parser [TypeHolderDefault]

ToJSON TypeHolderDefault Source #

ToJSON TypeHolderDefault

Instance details

Defined in OpenAPIPetstore.Model

Show TypeHolderDefault Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq TypeHolderDefault Source # 
Instance details

Defined in OpenAPIPetstore.Model

TypeHolderExample

data TypeHolderExample Source #

TypeHolderExample

Constructors

TypeHolderExample 

Fields

Instances

Instances details
FromJSON TypeHolderExample Source #

FromJSON TypeHolderExample

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser TypeHolderExample

parseJSONList :: Value -> Parser [TypeHolderExample]

ToJSON TypeHolderExample Source #

ToJSON TypeHolderExample

Instance details

Defined in OpenAPIPetstore.Model

Show TypeHolderExample Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq TypeHolderExample Source # 
Instance details

Defined in OpenAPIPetstore.Model

User

data User Source #

User

Constructors

User 

Fields

Instances

Instances details
FromJSON User Source #

FromJSON User

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser User

parseJSONList :: Value -> Parser [User]

ToJSON User Source #

ToJSON User

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: User -> Value

toEncoding :: User -> Encoding

toJSONList :: [User] -> Value

toEncodingList :: [User] -> Encoding

Show User Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

showsPrec :: Int -> User -> ShowS #

show :: User -> String #

showList :: [User] -> ShowS #

Eq User Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: User -> User -> Bool #

(/=) :: User -> User -> Bool #

HasBodyParam TestBodyWithQueryParams User Source # 
Instance details

Defined in OpenAPIPetstore.API.Fake

HasBodyParam CreateUser User Source #

Body Param "body" - Created user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes CreateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest CreateUser contentType res accept -> User -> OpenAPIPetstoreRequest CreateUser contentType res accept Source #

HasBodyParam UpdateUser User Source #

Body Param "body" - Updated user object

Instance details

Defined in OpenAPIPetstore.API.User

Methods

setBodyParam :: (Consumes UpdateUser contentType, MimeRender contentType User) => OpenAPIPetstoreRequest UpdateUser contentType res accept -> User -> OpenAPIPetstoreRequest UpdateUser contentType res accept Source #

mkUser :: User Source #

Construct a value of type User (by applying it's required fields, if any)

XmlItem

data XmlItem Source #

XmlItem

Constructors

XmlItem 

Fields

Instances

Instances details
FromJSON XmlItem Source #

FromJSON XmlItem

Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser XmlItem

parseJSONList :: Value -> Parser [XmlItem]

ToJSON XmlItem Source #

ToJSON XmlItem

Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: XmlItem -> Value

toEncoding :: XmlItem -> Encoding

toJSONList :: [XmlItem] -> Value

toEncodingList :: [XmlItem] -> Encoding

Show XmlItem Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq XmlItem Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: XmlItem -> XmlItem -> Bool #

(/=) :: XmlItem -> XmlItem -> Bool #

HasBodyParam CreateXmlItem XmlItem Source #

Body Param XmlItem - XmlItem Body

Instance details

Defined in OpenAPIPetstore.API.Fake

Methods

setBodyParam :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => OpenAPIPetstoreRequest CreateXmlItem contentType res accept -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType res accept Source #

mkXmlItem :: XmlItem Source #

Construct a value of type XmlItem (by applying it's required fields, if any)

Enums

E'ArrayEnum

data E'ArrayEnum Source #

Enum of Text

Constructors

E'ArrayEnum'Fish
"fish"
E'ArrayEnum'Crab
"crab"

Instances

Instances details
FromJSON E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'ArrayEnum

parseJSONList :: Value -> Parser [E'ArrayEnum]

ToJSON E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'ArrayEnum -> Value

toEncoding :: E'ArrayEnum -> Encoding

toJSONList :: [E'ArrayEnum] -> Value

toEncodingList :: [E'ArrayEnum] -> Encoding

Bounded E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'ArrayEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumFormString

data E'EnumFormString Source #

Enum of Text . + Form parameter enum test (string)

Instances

Instances details
FromJSON E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumFormString

parseJSONList :: Value -> Parser [E'EnumFormString]

ToJSON E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Bounded E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormString Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumFormStringArray

data E'EnumFormStringArray Source #

Enum of Text

Instances

Instances details
FromJSON E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumFormStringArray

parseJSONList :: Value -> Parser [E'EnumFormStringArray]

ToJSON E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Bounded E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumFormStringArray Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumInteger

data E'EnumInteger Source #

Enum of Int

Instances

Instances details
FromJSON E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumInteger

parseJSONList :: Value -> Parser [E'EnumInteger]

ToJSON E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'EnumInteger -> Value

toEncoding :: E'EnumInteger -> Encoding

toJSONList :: [E'EnumInteger] -> Value

toEncodingList :: [E'EnumInteger] -> Encoding

Bounded E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumNumber

data E'EnumNumber Source #

Enum of Double

Instances

Instances details
FromJSON E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumNumber

parseJSONList :: Value -> Parser [E'EnumNumber]

ToJSON E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'EnumNumber -> Value

toEncoding :: E'EnumNumber -> Encoding

toJSONList :: [E'EnumNumber] -> Value

toEncodingList :: [E'EnumNumber] -> Encoding

Bounded E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumNumber Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumQueryInteger

data E'EnumQueryInteger Source #

Enum of Int

Instances

Instances details
FromJSON E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumQueryInteger

parseJSONList :: Value -> Parser [E'EnumQueryInteger]

ToJSON E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Bounded E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumQueryInteger Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'EnumString

data E'EnumString Source #

Enum of Text

Instances

Instances details
FromJSON E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'EnumString

parseJSONList :: Value -> Parser [E'EnumString]

ToJSON E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'EnumString -> Value

toEncoding :: E'EnumString -> Encoding

toJSONList :: [E'EnumString] -> Value

toEncodingList :: [E'EnumString] -> Encoding

Bounded E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'EnumString Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'Inner

data E'Inner Source #

Enum of Text

Instances

Instances details
FromJSON E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Inner

parseJSONList :: Value -> Parser [E'Inner]

ToJSON E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Inner -> Value

toEncoding :: E'Inner -> Encoding

toJSONList :: [E'Inner] -> Value

toEncodingList :: [E'Inner] -> Encoding

Bounded E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: E'Inner -> E'Inner -> Bool #

(/=) :: E'Inner -> E'Inner -> Bool #

Ord E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Inner Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'JustSymbol

data E'JustSymbol Source #

Enum of Text

Instances

Instances details
FromJSON E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'JustSymbol

parseJSONList :: Value -> Parser [E'JustSymbol]

ToJSON E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'JustSymbol -> Value

toEncoding :: E'JustSymbol -> Encoding

toJSONList :: [E'JustSymbol] -> Value

toEncodingList :: [E'JustSymbol] -> Encoding

Bounded E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'JustSymbol Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'Kind

data E'Kind Source #

Enum of Text

Constructors

E'Kind'Lions
"lions"
E'Kind'Tigers
"tigers"
E'Kind'Leopards
"leopards"
E'Kind'Jaguars
"jaguars"

Instances

Instances details
FromJSON E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Kind

parseJSONList :: Value -> Parser [E'Kind]

ToJSON E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Kind -> Value

toEncoding :: E'Kind -> Encoding

toJSONList :: [E'Kind] -> Value

toEncodingList :: [E'Kind] -> Encoding

Bounded E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

(==) :: E'Kind -> E'Kind -> Bool #

(/=) :: E'Kind -> E'Kind -> Bool #

Ord E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Kind Source # 
Instance details

Defined in OpenAPIPetstore.Model

fromE'Kind :: E'Kind -> Text Source #

unwrap E'Kind enum

E'Status

data E'Status Source #

Enum of Text . + Order Status

Constructors

E'Status'Placed
"placed"
E'Status'Approved
"approved"
E'Status'Delivered
"delivered"

Instances

Instances details
FromJSON E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Status

parseJSONList :: Value -> Parser [E'Status]

ToJSON E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Status -> Value

toEncoding :: E'Status -> Encoding

toJSONList :: [E'Status] -> Value

toEncodingList :: [E'Status] -> Encoding

Bounded E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status Source # 
Instance details

Defined in OpenAPIPetstore.Model

E'Status2

data E'Status2 Source #

Enum of Text . + pet status in the store

Constructors

E'Status2'Available
"available"
E'Status2'Pending
"pending"
E'Status2'Sold
"sold"

Instances

Instances details
FromJSON E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser E'Status2

parseJSONList :: Value -> Parser [E'Status2]

ToJSON E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: E'Status2 -> Value

toEncoding :: E'Status2 -> Encoding

toJSONList :: [E'Status2] -> Value

toEncodingList :: [E'Status2] -> Encoding

Bounded E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData E'Status2 Source # 
Instance details

Defined in OpenAPIPetstore.Model

EnumClass

data EnumClass Source #

Enum of Text

Constructors

EnumClass'_abc
"_abc"
EnumClass'_efg
"-efg"
EnumClass'_xyz
"(xyz)"

Instances

Instances details
FromJSON EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser EnumClass

parseJSONList :: Value -> Parser [EnumClass]

ToJSON EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: EnumClass -> Value

toEncoding :: EnumClass -> Encoding

toJSONList :: [EnumClass] -> Value

toEncodingList :: [EnumClass] -> Encoding

Bounded EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData EnumClass Source # 
Instance details

Defined in OpenAPIPetstore.Model

OuterEnum

data OuterEnum Source #

Enum of Text

Constructors

OuterEnum'Placed
"placed"
OuterEnum'Approved
"approved"
OuterEnum'Delivered
"delivered"

Instances

Instances details
FromJSON OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

parseJSON :: Value -> Parser OuterEnum

parseJSONList :: Value -> Parser [OuterEnum]

ToJSON OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Methods

toJSON :: OuterEnum -> Value

toEncoding :: OuterEnum -> Encoding

toJSONList :: [OuterEnum] -> Value

toEncodingList :: [OuterEnum] -> Encoding

Bounded OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Enum OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Show OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Eq OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Ord OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

FromHttpApiData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

ToHttpApiData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

MimeRender MimeMultipartFormData OuterEnum Source # 
Instance details

Defined in OpenAPIPetstore.Model

Auth Methods

AuthApiKeyApiKey

AuthApiKeyApiKeyQuery

AuthBasicHttpBasicTest

AuthOAuthPetstoreAuth

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-ModelLens.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-ModelLens.html index d5ddb2143e21..7906d3f139c0 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-ModelLens.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore-ModelLens.html @@ -1 +1 @@ -OpenAPIPetstore.ModelLens
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore.ModelLens

Description

 
Synopsis

AdditionalPropertiesAnyType

AdditionalPropertiesArray

AdditionalPropertiesBoolean

AdditionalPropertiesClass

AdditionalPropertiesInteger

AdditionalPropertiesNumber

AdditionalPropertiesObject

AdditionalPropertiesString

Animal

ApiResponse

ArrayOfArrayOfNumberOnly

ArrayOfNumberOnly

ArrayTest

BigCat

BigCatAllOf

Capitalization

Cat

CatAllOf

Category

ClassModel

Client

Dog

DogAllOf

EnumArrays

EnumClass

EnumTest

File

FileSchemaTestClass

FormatTest

HasOnlyReadOnly

MapTest

MixedPropertiesAndAdditionalPropertiesClass

Model200Response

ModelList

ModelReturn

Name

NumberOnly

Order

OuterComposite

OuterEnum

Pet

ReadOnlyFirst

SpecialModelName

Tag

TypeHolderDefault

TypeHolderExample

User

XmlItem

\ No newline at end of file +OpenAPIPetstore.ModelLens
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore.ModelLens

Description

 
Synopsis

AdditionalPropertiesAnyType

AdditionalPropertiesArray

AdditionalPropertiesBoolean

AdditionalPropertiesClass

AdditionalPropertiesInteger

AdditionalPropertiesNumber

AdditionalPropertiesObject

AdditionalPropertiesString

Animal

ApiResponse

ArrayOfArrayOfNumberOnly

ArrayOfNumberOnly

ArrayTest

BigCat

BigCatAllOf

Capitalization

Cat

CatAllOf

Category

ClassModel

Client

Dog

DogAllOf

EnumArrays

EnumClass

EnumTest

File

FileSchemaTestClass

FormatTest

HasOnlyReadOnly

MapTest

MixedPropertiesAndAdditionalPropertiesClass

Model200Response

ModelList

ModelReturn

Name

NumberOnly

Order

OuterComposite

OuterEnum

Pet

ReadOnlyFirst

SpecialModelName

Tag

TypeHolderDefault

TypeHolderExample

User

XmlItem

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore.html b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore.html index c928de944c9d..e97ea87d6c7b 100644 --- a/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore.html +++ b/samples/client/petstore/haskell-http-client/docs/OpenAPIPetstore.html @@ -1 +1 @@ -OpenAPIPetstore
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellNone
LanguageHaskell2010

OpenAPIPetstore

Description

 

Documentation

\ No newline at end of file +OpenAPIPetstore
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenAPIPetstore

Description

 

Documentation

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-45.html b/samples/client/petstore/haskell-http-client/docs/doc-index-45.html index e78dca181d14..180d508c3bc7 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-45.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-45.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - -)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - -

-&-OpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - -)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - -

-&-OpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-95.html b/samples/client/petstore/haskell-http-client/docs/doc-index-95.html index 7520ae132e58..39cd2706c3d9 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-95.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-95.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - _)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - _

_addMultiFormPartOpenAPIPetstore.Core, OpenAPIPetstore
_applyAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
_emptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_hasAuthTypeOpenAPIPetstore.Core, OpenAPIPetstore
_logOpenAPIPetstore.Logging, OpenAPIPetstore
_memptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_mkParamsOpenAPIPetstore.Core, OpenAPIPetstore
_mkRequestOpenAPIPetstore.Core, OpenAPIPetstore
_omitNullsOpenAPIPetstore.Core, OpenAPIPetstore
_parseISO8601OpenAPIPetstore.Core, OpenAPIPetstore
_readBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_readByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_readDateOpenAPIPetstore.Core, OpenAPIPetstore
_readDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_setAcceptHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyBSOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyLBSOpenAPIPetstore.Core, OpenAPIPetstore
_setContentTypeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_showBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_showByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_showDateOpenAPIPetstore.Core, OpenAPIPetstore
_showDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_toCollOpenAPIPetstore.Core, OpenAPIPetstore
_toCollAOpenAPIPetstore.Core, OpenAPIPetstore
_toCollA'OpenAPIPetstore.Core, OpenAPIPetstore
_toFormItemOpenAPIPetstore.Core, OpenAPIPetstore
_toInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - _)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - _

_addMultiFormPartOpenAPIPetstore.Core, OpenAPIPetstore
_applyAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
_emptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_hasAuthTypeOpenAPIPetstore.Core, OpenAPIPetstore
_logOpenAPIPetstore.Logging, OpenAPIPetstore
_memptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_mkParamsOpenAPIPetstore.Core, OpenAPIPetstore
_mkRequestOpenAPIPetstore.Core, OpenAPIPetstore
_omitNullsOpenAPIPetstore.Core, OpenAPIPetstore
_parseISO8601OpenAPIPetstore.Core, OpenAPIPetstore
_readBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_readByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_readDateOpenAPIPetstore.Core, OpenAPIPetstore
_readDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_setAcceptHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyBSOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyLBSOpenAPIPetstore.Core, OpenAPIPetstore
_setContentTypeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_showBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_showByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_showDateOpenAPIPetstore.Core, OpenAPIPetstore
_showDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_toCollOpenAPIPetstore.Core, OpenAPIPetstore
_toCollAOpenAPIPetstore.Core, OpenAPIPetstore
_toCollA'OpenAPIPetstore.Core, OpenAPIPetstore
_toFormItemOpenAPIPetstore.Core, OpenAPIPetstore
_toInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-A.html b/samples/client/petstore/haskell-http-client/docs/doc-index-A.html index 1406087d82b0..afcdef04b178 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-A.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-A.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - A)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - A

Accept 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
addAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
addFormOpenAPIPetstore.Core, OpenAPIPetstore
addHeaderOpenAPIPetstore.Core, OpenAPIPetstore
AdditionalMetadata 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AdditionalPropertiesAnyType 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesBoolean 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype2OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype2LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype3OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype3LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapBooleanOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapNumberOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesNumber 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesObject 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AddPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addQueryOpenAPIPetstore.Core, OpenAPIPetstore
Animal 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameOpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
animalColorOpenAPIPetstore.Model, OpenAPIPetstore
animalColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AnyAuthMethod 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
ApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ApiResponse 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseMessageOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseMessageLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseTypeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseTypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
applyAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
applyOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
ArrayOfArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayArrayOfModelOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfModelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayOfStringOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AuthApiKeyApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthApiKeyApiKeyQuery 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthBasicHttpBasicTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
AuthMethodException 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
AuthOAuthPetstoreAuth 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - A)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - A

Accept 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
addAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
addFormOpenAPIPetstore.Core, OpenAPIPetstore
addHeaderOpenAPIPetstore.Core, OpenAPIPetstore
AdditionalMetadata 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AdditionalPropertiesAnyType 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesBoolean 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype2OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype2LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype3OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype3LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapBooleanOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapNumberOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesNumber 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesObject 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AddPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addQueryOpenAPIPetstore.Core, OpenAPIPetstore
Animal 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameOpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
animalColorOpenAPIPetstore.Model, OpenAPIPetstore
animalColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AnyAuthMethod 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
ApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ApiResponse 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseMessageOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseMessageLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseTypeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseTypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
applyAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
applyOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
ArrayOfArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayArrayOfModelOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfModelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayOfStringOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AuthApiKeyApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthApiKeyApiKeyQuery 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthBasicHttpBasicTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
AuthMethodException 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
AuthOAuthPetstoreAuth 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-All.html b/samples/client/petstore/haskell-http-client/docs/doc-index-All.html index 91ec6a50b988..0fe76f2521d8 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-All.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-All.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index

-&-OpenAPIPetstore.Core, OpenAPIPetstore
Accept 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
addAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
addFormOpenAPIPetstore.Core, OpenAPIPetstore
addHeaderOpenAPIPetstore.Core, OpenAPIPetstore
AdditionalMetadata 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AdditionalPropertiesAnyType 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesBoolean 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype2OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype2LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype3OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype3LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapBooleanOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapNumberOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesNumber 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesObject 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AddPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addQueryOpenAPIPetstore.Core, OpenAPIPetstore
Animal 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameOpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
animalColorOpenAPIPetstore.Model, OpenAPIPetstore
animalColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AnyAuthMethod 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
ApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ApiResponse 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseMessageOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseMessageLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseTypeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseTypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
applyAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
applyOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
ArrayOfArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayArrayOfModelOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfModelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayOfStringOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AuthApiKeyApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthApiKeyApiKeyQuery 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthBasicHttpBasicTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
AuthMethodException 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
AuthOAuthPetstoreAuth 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BigCat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BigCatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatClassNameOpenAPIPetstore.Model, OpenAPIPetstore
bigCatClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatColorOpenAPIPetstore.Model, OpenAPIPetstore
bigCatColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
bigCatDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Binary 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Body 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyBool 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Byte 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ByteArray 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Callback 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Capitalization 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationScaEthFlowPointsOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationScaEthFlowPointsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Cat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catClassNameOpenAPIPetstore.Model, OpenAPIPetstore
catClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catColorOpenAPIPetstore.Model, OpenAPIPetstore
catColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Category 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
categoryIdOpenAPIPetstore.Model, OpenAPIPetstore
categoryIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
categoryNameOpenAPIPetstore.Model, OpenAPIPetstore
categoryNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ClassModel 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
classModelClassOpenAPIPetstore.Model, OpenAPIPetstore
classModelClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Client 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
clientClientOpenAPIPetstore.Model, OpenAPIPetstore
clientClientLOpenAPIPetstore.ModelLens, OpenAPIPetstore
CollectionFormatOpenAPIPetstore.Core, OpenAPIPetstore
CommaSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
configAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
configHostOpenAPIPetstore.Core, OpenAPIPetstore
configLogContextOpenAPIPetstore.Core, OpenAPIPetstore
configLogExecWithContextOpenAPIPetstore.Core, OpenAPIPetstore
configQueryExtraUnreservedOpenAPIPetstore.Core, OpenAPIPetstore
configUserAgentOpenAPIPetstore.Core, OpenAPIPetstore
configValidateAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
ConsumesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
ContentType 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Context 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CreateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
createXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
Date 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DateTime 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DeleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
deleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
DeletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
deletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
DeleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
deleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
dispatchInitUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMimeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMime'OpenAPIPetstore.Client, OpenAPIPetstore
Dog 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
DogAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogClassNameOpenAPIPetstore.Model, OpenAPIPetstore
dogClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogColorOpenAPIPetstore.Model, OpenAPIPetstore
dogColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
E'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'CrabOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'FishOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_abcOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_efgOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'GreaterThanOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'NumMinus_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'Num1_Dot_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'NumMinus_1_Dot_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'NumMinus_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'EmptyOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'InnerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'Greater_Than_Or_Equal_ToOpenAPIPetstore.Model, OpenAPIPetstore
E'KindOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'JaguarsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LeopardsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LionsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'TigersOpenAPIPetstore.Model, OpenAPIPetstore
E'StatusOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2OpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'AvailableOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'PendingOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'SoldOpenAPIPetstore.Model, OpenAPIPetstore
EnumArrays 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumArraysJustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysJustSymbolLOpenAPIPetstore.ModelLens, OpenAPIPetstore
EnumClassOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_abcOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_efgOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
EnumFormString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumFormStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringRequiredOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringRequiredLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumTestOuterEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
FakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
File 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
File2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
FileSchemaTestClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSchemaTestClassFilesOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFilesLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSourceUriOpenAPIPetstore.Model, OpenAPIPetstore
fileSourceUriLOpenAPIPetstore.ModelLens, OpenAPIPetstore
FindPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FindPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FormatTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestBinaryOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBinaryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestByteOpenAPIPetstore.Model, OpenAPIPetstore
formatTestByteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDoubleOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDoubleLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestFloatOpenAPIPetstore.Model, OpenAPIPetstore
formatTestFloatLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt32OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt32LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt64OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt64LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestIntegerOpenAPIPetstore.Model, OpenAPIPetstore
formatTestIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestNumberOpenAPIPetstore.Model, OpenAPIPetstore
formatTestNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestPasswordOpenAPIPetstore.Model, OpenAPIPetstore
formatTestPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestStringOpenAPIPetstore.Model, OpenAPIPetstore
formatTestStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestUuidOpenAPIPetstore.Model, OpenAPIPetstore
formatTestUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fromE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
fromE'KindOpenAPIPetstore.Model, OpenAPIPetstore
fromE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
fromE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
fromEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
fromOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
GetInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
getPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
GetUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
getUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
HasBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
HasOnlyReadOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
hasOnlyReadOnlyFooOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyFooLOpenAPIPetstore.ModelLens, OpenAPIPetstore
HasOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
Http 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
initLogContextOpenAPIPetstore.Logging, OpenAPIPetstore
InitRequest 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
Int32 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Ioutil 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Lens_OpenAPIPetstore.Core, OpenAPIPetstore
Lens_'OpenAPIPetstore.Core, OpenAPIPetstore
levelDebugOpenAPIPetstore.Logging, OpenAPIPetstore
levelErrorOpenAPIPetstore.Logging, OpenAPIPetstore
levelInfoOpenAPIPetstore.Logging, OpenAPIPetstore
LogContextOpenAPIPetstore.Logging, OpenAPIPetstore
logExceptionsOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
LoginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
loginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
LogLevelOpenAPIPetstore.Logging, OpenAPIPetstore
LogoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
logoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
MapTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestIndirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestIndirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapMapOfStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapMapOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapOfEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapOfEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
MimeAny 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeError 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorOpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeFormUrlEncoded 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeJSON 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeMultipartFormData 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeNoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeOctetStream 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimePlainText 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderDefaultMultipartFormDataOpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeResult 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeResultOpenAPIPetstore.Client, OpenAPIPetstore
mimeResultResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeTextXml 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeType'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypes'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXML 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MixedPropertiesAndAdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mkAdditionalPropertiesAnyTypeOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesArrayOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesBooleanOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesIntegerOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesNumberOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesObjectOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesStringOpenAPIPetstore.Model, OpenAPIPetstore
mkAnimalOpenAPIPetstore.Model, OpenAPIPetstore
mkApiResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayTestOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCapitalizationOpenAPIPetstore.Model, OpenAPIPetstore
mkCatOpenAPIPetstore.Model, OpenAPIPetstore
mkCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCategoryOpenAPIPetstore.Model, OpenAPIPetstore
mkClassModelOpenAPIPetstore.Model, OpenAPIPetstore
mkClientOpenAPIPetstore.Model, OpenAPIPetstore
mkDogOpenAPIPetstore.Model, OpenAPIPetstore
mkDogAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumArraysOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumTestOpenAPIPetstore.Model, OpenAPIPetstore
mkFileOpenAPIPetstore.Model, OpenAPIPetstore
mkFileSchemaTestClassOpenAPIPetstore.Model, OpenAPIPetstore
mkFormatTestOpenAPIPetstore.Model, OpenAPIPetstore
mkHasOnlyReadOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkMapTestOpenAPIPetstore.Model, OpenAPIPetstore
mkMixedPropertiesAndAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkModel200ResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkModelListOpenAPIPetstore.Model, OpenAPIPetstore
mkModelReturnOpenAPIPetstore.Model, OpenAPIPetstore
mkNameOpenAPIPetstore.Model, OpenAPIPetstore
mkNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkOrderOpenAPIPetstore.Model, OpenAPIPetstore
mkOuterCompositeOpenAPIPetstore.Model, OpenAPIPetstore
mkPetOpenAPIPetstore.Model, OpenAPIPetstore
mkReadOnlyFirstOpenAPIPetstore.Model, OpenAPIPetstore
mkSpecialModelNameOpenAPIPetstore.Model, OpenAPIPetstore
mkTagOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderDefaultOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderExampleOpenAPIPetstore.Model, OpenAPIPetstore
mkUserOpenAPIPetstore.Model, OpenAPIPetstore
mkXmlItemOpenAPIPetstore.Model, OpenAPIPetstore
Model200Response 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
model200ResponseNameOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelList 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelList123listOpenAPIPetstore.Model, OpenAPIPetstore
modelList123listLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelReturn 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnOpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnLOpenAPIPetstore.ModelLens, OpenAPIPetstore
modifyInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
modifyInitRequestMOpenAPIPetstore.Client, OpenAPIPetstore
MultiParamArrayOpenAPIPetstore.Core, OpenAPIPetstore
Name 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
name123numberOpenAPIPetstore.Model, OpenAPIPetstore
name123numberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Name2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
nameNameOpenAPIPetstore.Model, OpenAPIPetstore
nameNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
namePropertyOpenAPIPetstore.Model, OpenAPIPetstore
namePropertyLOpenAPIPetstore.ModelLens, OpenAPIPetstore
nameSnakeCaseOpenAPIPetstore.Model, OpenAPIPetstore
nameSnakeCaseLOpenAPIPetstore.ModelLens, OpenAPIPetstore
newConfigOpenAPIPetstore.Core, OpenAPIPetstore
NoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Number 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
NumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberOpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
OpenAPIPetstoreConfig 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
OpenAPIPetstoreRequest 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Order 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteOpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderIdOpenAPIPetstore.Model, OpenAPIPetstore
orderIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderIdText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdOpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderQuantityOpenAPIPetstore.Model, OpenAPIPetstore
orderQuantityLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderShipDateOpenAPIPetstore.Model, OpenAPIPetstore
orderShipDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderStatusOpenAPIPetstore.Model, OpenAPIPetstore
orderStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterComposite 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyNumberOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyStringOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
Param 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Param2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBinary 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBodyOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBLOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyFormUrlEncodedOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyMultipartFormDataOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyNoneOpenAPIPetstore.Core, OpenAPIPetstore
ParamDate 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDateTime 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamFloat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamMapMapStringText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Params 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyOpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyLOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersLOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryLOpenAPIPetstore.Core, OpenAPIPetstore
ParamString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Password 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PatternWithoutDelimiter 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Pet 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petCategoryOpenAPIPetstore.Model, OpenAPIPetstore
petCategoryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
PetId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petIdOpenAPIPetstore.Model, OpenAPIPetstore
petIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petNameOpenAPIPetstore.Model, OpenAPIPetstore
petNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petPhotoUrlsOpenAPIPetstore.Model, OpenAPIPetstore
petPhotoUrlsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petStatusOpenAPIPetstore.Model, OpenAPIPetstore
petStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petTagsOpenAPIPetstore.Model, OpenAPIPetstore
petTagsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Pipe 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PipeSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
PlaceOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
placeOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
ProducesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
Query 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
rAuthTypesOpenAPIPetstore.Core, OpenAPIPetstore
rAuthTypesLOpenAPIPetstore.Core, OpenAPIPetstore
ReadOnlyFirst 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
readOnlyFirstBazOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBazLOpenAPIPetstore.ModelLens, OpenAPIPetstore
removeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
RequiredBooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredFile 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredInt64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredStringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
rMethodOpenAPIPetstore.Core, OpenAPIPetstore
rMethodLOpenAPIPetstore.Core, OpenAPIPetstore
rParamsOpenAPIPetstore.Core, OpenAPIPetstore
rParamsLOpenAPIPetstore.Core, OpenAPIPetstore
runConfigLogOpenAPIPetstore.Client, OpenAPIPetstore
runConfigLogWithExceptionsOpenAPIPetstore.Client, OpenAPIPetstore
runDefaultLogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
runNullLogExecOpenAPIPetstore.Logging, OpenAPIPetstore
rUrlPathOpenAPIPetstore.Core, OpenAPIPetstore
rUrlPathLOpenAPIPetstore.Core, OpenAPIPetstore
setBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
setHeaderOpenAPIPetstore.Core, OpenAPIPetstore
setQueryOpenAPIPetstore.Core, OpenAPIPetstore
SpaceSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
SpecialModelName 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameOpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Status 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
StatusText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
stderrLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stderrLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
StringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
TabSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
Tag 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
tagIdOpenAPIPetstore.Model, OpenAPIPetstore
tagIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
tagNameOpenAPIPetstore.Model, OpenAPIPetstore
tagNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Tags 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
TestBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
testClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
TestClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
toE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
toE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
toE'KindOpenAPIPetstore.Model, OpenAPIPetstore
toE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
toE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
toEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
toFormOpenAPIPetstore.Core, OpenAPIPetstore
toFormCollOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderCollOpenAPIPetstore.Core, OpenAPIPetstore
toOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
toPartialEscapeQueryOpenAPIPetstore.Core, OpenAPIPetstore
toPathOpenAPIPetstore.Core, OpenAPIPetstore
toQueryOpenAPIPetstore.Core, OpenAPIPetstore
toQueryCollOpenAPIPetstore.Core, OpenAPIPetstore
TypeHolderDefault 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
TypeHolderExample 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleFloatItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleFloatItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
unAcceptOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unAdditionalMetadataOpenAPIPetstore.Model, OpenAPIPetstore
unApiKeyOpenAPIPetstore.Model, OpenAPIPetstore
unBinaryOpenAPIPetstore.Core, OpenAPIPetstore
unBodyOpenAPIPetstore.Model, OpenAPIPetstore
unBodyBoolOpenAPIPetstore.Model, OpenAPIPetstore
unBodyDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unBodyTextOpenAPIPetstore.Model, OpenAPIPetstore
unBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unByteOpenAPIPetstore.Model, OpenAPIPetstore
unByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
unCallbackOpenAPIPetstore.Model, OpenAPIPetstore
unContentTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unContextOpenAPIPetstore.Model, OpenAPIPetstore
unDateOpenAPIPetstore.Core, OpenAPIPetstore
unDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
unEnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unFile2OpenAPIPetstore.Model, OpenAPIPetstore
unHttpOpenAPIPetstore.Model, OpenAPIPetstore
unInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
unInt32OpenAPIPetstore.Model, OpenAPIPetstore
unInt64OpenAPIPetstore.Model, OpenAPIPetstore
unInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unIoutilOpenAPIPetstore.Model, OpenAPIPetstore
unName2OpenAPIPetstore.Model, OpenAPIPetstore
unNumberOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamOpenAPIPetstore.Model, OpenAPIPetstore
unParam2OpenAPIPetstore.Model, OpenAPIPetstore
unParamBinaryOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
unParamDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unParamFloatOpenAPIPetstore.Model, OpenAPIPetstore
unParamIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unParamMapMapStringTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamStringOpenAPIPetstore.Model, OpenAPIPetstore
unPasswordOpenAPIPetstore.Model, OpenAPIPetstore
unPatternWithoutDelimiterOpenAPIPetstore.Model, OpenAPIPetstore
unPetIdOpenAPIPetstore.Model, OpenAPIPetstore
unPipeOpenAPIPetstore.Model, OpenAPIPetstore
unQueryOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredFileOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unStatusOpenAPIPetstore.Model, OpenAPIPetstore
unStatusTextOpenAPIPetstore.Model, OpenAPIPetstore
unStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unTagsOpenAPIPetstore.Model, OpenAPIPetstore
unUrlOpenAPIPetstore.Model, OpenAPIPetstore
unUsernameOpenAPIPetstore.Model, OpenAPIPetstore
UpdatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
updateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
Url 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
User 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userEmailOpenAPIPetstore.Model, OpenAPIPetstore
userEmailLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userFirstNameOpenAPIPetstore.Model, OpenAPIPetstore
userFirstNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userIdOpenAPIPetstore.Model, OpenAPIPetstore
userIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userLastNameOpenAPIPetstore.Model, OpenAPIPetstore
userLastNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Username 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userPasswordOpenAPIPetstore.Model, OpenAPIPetstore
userPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userPhoneOpenAPIPetstore.Model, OpenAPIPetstore
userPhoneLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUsernameOpenAPIPetstore.Model, OpenAPIPetstore
userUsernameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUserStatusOpenAPIPetstore.Model, OpenAPIPetstore
userUserStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
withNoLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStderrLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStdoutLoggingOpenAPIPetstore.Core, OpenAPIPetstore
XmlItem 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
_addMultiFormPartOpenAPIPetstore.Core, OpenAPIPetstore
_applyAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
_emptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_hasAuthTypeOpenAPIPetstore.Core, OpenAPIPetstore
_logOpenAPIPetstore.Logging, OpenAPIPetstore
_memptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_mkParamsOpenAPIPetstore.Core, OpenAPIPetstore
_mkRequestOpenAPIPetstore.Core, OpenAPIPetstore
_omitNullsOpenAPIPetstore.Core, OpenAPIPetstore
_parseISO8601OpenAPIPetstore.Core, OpenAPIPetstore
_readBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_readByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_readDateOpenAPIPetstore.Core, OpenAPIPetstore
_readDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_setAcceptHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyBSOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyLBSOpenAPIPetstore.Core, OpenAPIPetstore
_setContentTypeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_showBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_showByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_showDateOpenAPIPetstore.Core, OpenAPIPetstore
_showDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_toCollOpenAPIPetstore.Core, OpenAPIPetstore
_toCollAOpenAPIPetstore.Core, OpenAPIPetstore
_toCollA'OpenAPIPetstore.Core, OpenAPIPetstore
_toFormItemOpenAPIPetstore.Core, OpenAPIPetstore
_toInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index

-&-OpenAPIPetstore.Core, OpenAPIPetstore
Accept 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
addAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
addFormOpenAPIPetstore.Core, OpenAPIPetstore
addHeaderOpenAPIPetstore.Core, OpenAPIPetstore
AdditionalMetadata 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AdditionalPropertiesAnyType 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesAnyTypeNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesArrayNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesBoolean 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesBooleanNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype1LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype2OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype2LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassAnytype3OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassAnytype3LOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapArrayIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapBooleanOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapIntegerOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapAnytypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapNumberOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
additionalPropertiesClassMapStringOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesClassMapStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesIntegerNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesNumber 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesNumberNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesObject 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesObjectNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AdditionalPropertiesString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameOpenAPIPetstore.Model, OpenAPIPetstore
additionalPropertiesStringNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AddPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addPetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
addQueryOpenAPIPetstore.Core, OpenAPIPetstore
Animal 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameOpenAPIPetstore.Model, OpenAPIPetstore
animalClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
animalColorOpenAPIPetstore.Model, OpenAPIPetstore
animalColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AnyAuthMethod 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
ApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ApiResponse 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseCodeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseMessageOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseMessageLOpenAPIPetstore.ModelLens, OpenAPIPetstore
apiResponseTypeOpenAPIPetstore.Model, OpenAPIPetstore
apiResponseTypeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
applyAuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
applyOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
ArrayOfArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfArrayOfNumberOnlyArrayArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayOfNumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberOpenAPIPetstore.Model, OpenAPIPetstore
arrayOfNumberOnlyArrayNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ArrayTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayArrayOfModelOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayArrayOfModelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
arrayTestArrayOfStringOpenAPIPetstore.Model, OpenAPIPetstore
arrayTestArrayOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
AuthApiKeyApiKey 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthApiKeyApiKeyQuery 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthBasicHttpBasicTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
AuthMethodOpenAPIPetstore.Core, OpenAPIPetstore
AuthMethodException 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
AuthOAuthPetstoreAuth 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BigCat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BigCatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatClassNameOpenAPIPetstore.Model, OpenAPIPetstore
bigCatClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatColorOpenAPIPetstore.Model, OpenAPIPetstore
bigCatColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
bigCatDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Binary 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Body 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyBool 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Byte 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ByteArray 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Callback 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Capitalization 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationScaEthFlowPointsOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationScaEthFlowPointsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Cat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catClassNameOpenAPIPetstore.Model, OpenAPIPetstore
catClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catColorOpenAPIPetstore.Model, OpenAPIPetstore
catColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Category 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
categoryIdOpenAPIPetstore.Model, OpenAPIPetstore
categoryIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
categoryNameOpenAPIPetstore.Model, OpenAPIPetstore
categoryNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ClassModel 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
classModelClassOpenAPIPetstore.Model, OpenAPIPetstore
classModelClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Client 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
clientClientOpenAPIPetstore.Model, OpenAPIPetstore
clientClientLOpenAPIPetstore.ModelLens, OpenAPIPetstore
CollectionFormatOpenAPIPetstore.Core, OpenAPIPetstore
CommaSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
configAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
configHostOpenAPIPetstore.Core, OpenAPIPetstore
configLogContextOpenAPIPetstore.Core, OpenAPIPetstore
configLogExecWithContextOpenAPIPetstore.Core, OpenAPIPetstore
configQueryExtraUnreservedOpenAPIPetstore.Core, OpenAPIPetstore
configUserAgentOpenAPIPetstore.Core, OpenAPIPetstore
configValidateAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
ConsumesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
ContentType 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Context 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CreateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
createXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
Date 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DateTime 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DeleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
deleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
DeletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
deletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
DeleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
deleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
dispatchInitUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMimeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMime'OpenAPIPetstore.Client, OpenAPIPetstore
Dog 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
DogAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogClassNameOpenAPIPetstore.Model, OpenAPIPetstore
dogClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogColorOpenAPIPetstore.Model, OpenAPIPetstore
dogColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
E'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'CrabOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'FishOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_abcOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_efgOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'GreaterThanOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'NumMinus_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'Num1_Dot_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'NumMinus_1_Dot_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'NumMinus_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'EmptyOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'InnerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'Greater_Than_Or_Equal_ToOpenAPIPetstore.Model, OpenAPIPetstore
E'KindOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'JaguarsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LeopardsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LionsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'TigersOpenAPIPetstore.Model, OpenAPIPetstore
E'StatusOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2OpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'AvailableOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'PendingOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'SoldOpenAPIPetstore.Model, OpenAPIPetstore
EnumArrays 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumArraysJustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysJustSymbolLOpenAPIPetstore.ModelLens, OpenAPIPetstore
EnumClassOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_abcOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_efgOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
EnumFormString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumFormStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringRequiredOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringRequiredLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumTestOuterEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
FakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
File 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
File2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
FileSchemaTestClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSchemaTestClassFilesOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFilesLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSourceUriOpenAPIPetstore.Model, OpenAPIPetstore
fileSourceUriLOpenAPIPetstore.ModelLens, OpenAPIPetstore
FindPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FindPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FormatTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestBinaryOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBinaryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestByteOpenAPIPetstore.Model, OpenAPIPetstore
formatTestByteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDoubleOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDoubleLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestFloatOpenAPIPetstore.Model, OpenAPIPetstore
formatTestFloatLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt32OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt32LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt64OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt64LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestIntegerOpenAPIPetstore.Model, OpenAPIPetstore
formatTestIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestNumberOpenAPIPetstore.Model, OpenAPIPetstore
formatTestNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestPasswordOpenAPIPetstore.Model, OpenAPIPetstore
formatTestPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestStringOpenAPIPetstore.Model, OpenAPIPetstore
formatTestStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestUuidOpenAPIPetstore.Model, OpenAPIPetstore
formatTestUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fromE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
fromE'KindOpenAPIPetstore.Model, OpenAPIPetstore
fromE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
fromE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
fromEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
fromOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
GetInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
getPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
GetUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
getUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
HasBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
HasOnlyReadOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
hasOnlyReadOnlyFooOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyFooLOpenAPIPetstore.ModelLens, OpenAPIPetstore
HasOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
Http 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
initLogContextOpenAPIPetstore.Logging, OpenAPIPetstore
InitRequest 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
Int32 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Ioutil 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Lens_OpenAPIPetstore.Core, OpenAPIPetstore
Lens_'OpenAPIPetstore.Core, OpenAPIPetstore
levelDebugOpenAPIPetstore.Logging, OpenAPIPetstore
levelErrorOpenAPIPetstore.Logging, OpenAPIPetstore
levelInfoOpenAPIPetstore.Logging, OpenAPIPetstore
LogContextOpenAPIPetstore.Logging, OpenAPIPetstore
logExceptionsOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
LoginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
loginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
LogLevelOpenAPIPetstore.Logging, OpenAPIPetstore
LogoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
logoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
MapTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestIndirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestIndirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapMapOfStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapMapOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapOfEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapOfEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
MimeAny 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeError 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorOpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeFormUrlEncoded 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeJSON 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeMultipartFormData 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeNoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeOctetStream 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimePlainText 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderDefaultMultipartFormDataOpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeResult 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeResultOpenAPIPetstore.Client, OpenAPIPetstore
mimeResultResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeTextXml 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeType'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypes'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXML 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MixedPropertiesAndAdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mkAdditionalPropertiesAnyTypeOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesArrayOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesBooleanOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesIntegerOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesNumberOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesObjectOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesStringOpenAPIPetstore.Model, OpenAPIPetstore
mkAnimalOpenAPIPetstore.Model, OpenAPIPetstore
mkApiResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayTestOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCapitalizationOpenAPIPetstore.Model, OpenAPIPetstore
mkCatOpenAPIPetstore.Model, OpenAPIPetstore
mkCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCategoryOpenAPIPetstore.Model, OpenAPIPetstore
mkClassModelOpenAPIPetstore.Model, OpenAPIPetstore
mkClientOpenAPIPetstore.Model, OpenAPIPetstore
mkDogOpenAPIPetstore.Model, OpenAPIPetstore
mkDogAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumArraysOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumTestOpenAPIPetstore.Model, OpenAPIPetstore
mkFileOpenAPIPetstore.Model, OpenAPIPetstore
mkFileSchemaTestClassOpenAPIPetstore.Model, OpenAPIPetstore
mkFormatTestOpenAPIPetstore.Model, OpenAPIPetstore
mkHasOnlyReadOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkMapTestOpenAPIPetstore.Model, OpenAPIPetstore
mkMixedPropertiesAndAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkModel200ResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkModelListOpenAPIPetstore.Model, OpenAPIPetstore
mkModelReturnOpenAPIPetstore.Model, OpenAPIPetstore
mkNameOpenAPIPetstore.Model, OpenAPIPetstore
mkNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkOrderOpenAPIPetstore.Model, OpenAPIPetstore
mkOuterCompositeOpenAPIPetstore.Model, OpenAPIPetstore
mkPetOpenAPIPetstore.Model, OpenAPIPetstore
mkReadOnlyFirstOpenAPIPetstore.Model, OpenAPIPetstore
mkSpecialModelNameOpenAPIPetstore.Model, OpenAPIPetstore
mkTagOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderDefaultOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderExampleOpenAPIPetstore.Model, OpenAPIPetstore
mkUserOpenAPIPetstore.Model, OpenAPIPetstore
mkXmlItemOpenAPIPetstore.Model, OpenAPIPetstore
Model200Response 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
model200ResponseNameOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelList 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelList123listOpenAPIPetstore.Model, OpenAPIPetstore
modelList123listLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelReturn 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnOpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnLOpenAPIPetstore.ModelLens, OpenAPIPetstore
modifyInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
modifyInitRequestMOpenAPIPetstore.Client, OpenAPIPetstore
MultiParamArrayOpenAPIPetstore.Core, OpenAPIPetstore
Name 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
name123numberOpenAPIPetstore.Model, OpenAPIPetstore
name123numberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Name2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
nameNameOpenAPIPetstore.Model, OpenAPIPetstore
nameNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
namePropertyOpenAPIPetstore.Model, OpenAPIPetstore
namePropertyLOpenAPIPetstore.ModelLens, OpenAPIPetstore
nameSnakeCaseOpenAPIPetstore.Model, OpenAPIPetstore
nameSnakeCaseLOpenAPIPetstore.ModelLens, OpenAPIPetstore
newConfigOpenAPIPetstore.Core, OpenAPIPetstore
NoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Number 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
NumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberOpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
OpenAPIPetstoreConfig 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
OpenAPIPetstoreRequest 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Order 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteOpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderIdOpenAPIPetstore.Model, OpenAPIPetstore
orderIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderIdText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdOpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderQuantityOpenAPIPetstore.Model, OpenAPIPetstore
orderQuantityLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderShipDateOpenAPIPetstore.Model, OpenAPIPetstore
orderShipDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderStatusOpenAPIPetstore.Model, OpenAPIPetstore
orderStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterComposite 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyNumberOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyStringOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
Param 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Param2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBinary 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBodyOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBLOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyFormUrlEncodedOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyMultipartFormDataOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyNoneOpenAPIPetstore.Core, OpenAPIPetstore
ParamDate 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDateTime 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamFloat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamMapMapStringText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Params 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyOpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyLOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersLOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryLOpenAPIPetstore.Core, OpenAPIPetstore
ParamString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Password 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PatternWithoutDelimiter 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Pet 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petCategoryOpenAPIPetstore.Model, OpenAPIPetstore
petCategoryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
PetId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petIdOpenAPIPetstore.Model, OpenAPIPetstore
petIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petNameOpenAPIPetstore.Model, OpenAPIPetstore
petNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petPhotoUrlsOpenAPIPetstore.Model, OpenAPIPetstore
petPhotoUrlsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petStatusOpenAPIPetstore.Model, OpenAPIPetstore
petStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petTagsOpenAPIPetstore.Model, OpenAPIPetstore
petTagsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Pipe 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PipeSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
PlaceOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
placeOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
ProducesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
Query 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
rAuthTypesOpenAPIPetstore.Core, OpenAPIPetstore
rAuthTypesLOpenAPIPetstore.Core, OpenAPIPetstore
ReadOnlyFirst 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
readOnlyFirstBazOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBazLOpenAPIPetstore.ModelLens, OpenAPIPetstore
removeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
RequiredBooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredFile 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredInt64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredStringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
rMethodOpenAPIPetstore.Core, OpenAPIPetstore
rMethodLOpenAPIPetstore.Core, OpenAPIPetstore
rParamsOpenAPIPetstore.Core, OpenAPIPetstore
rParamsLOpenAPIPetstore.Core, OpenAPIPetstore
runConfigLogOpenAPIPetstore.Client, OpenAPIPetstore
runConfigLogWithExceptionsOpenAPIPetstore.Client, OpenAPIPetstore
runDefaultLogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
runNullLogExecOpenAPIPetstore.Logging, OpenAPIPetstore
rUrlPathOpenAPIPetstore.Core, OpenAPIPetstore
rUrlPathLOpenAPIPetstore.Core, OpenAPIPetstore
setBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
setHeaderOpenAPIPetstore.Core, OpenAPIPetstore
setQueryOpenAPIPetstore.Core, OpenAPIPetstore
SpaceSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
SpecialModelName 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameOpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Status 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
StatusText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
stderrLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stderrLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
StringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
TabSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
Tag 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
tagIdOpenAPIPetstore.Model, OpenAPIPetstore
tagIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
tagNameOpenAPIPetstore.Model, OpenAPIPetstore
tagNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Tags 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
TestBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
testClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
TestClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
toE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
toE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
toE'KindOpenAPIPetstore.Model, OpenAPIPetstore
toE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
toE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
toEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
toFormOpenAPIPetstore.Core, OpenAPIPetstore
toFormCollOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderCollOpenAPIPetstore.Core, OpenAPIPetstore
toOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
toPartialEscapeQueryOpenAPIPetstore.Core, OpenAPIPetstore
toPathOpenAPIPetstore.Core, OpenAPIPetstore
toQueryOpenAPIPetstore.Core, OpenAPIPetstore
toQueryCollOpenAPIPetstore.Core, OpenAPIPetstore
TypeHolderDefault 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
TypeHolderExample 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleFloatItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleFloatItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
unAcceptOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unAdditionalMetadataOpenAPIPetstore.Model, OpenAPIPetstore
unApiKeyOpenAPIPetstore.Model, OpenAPIPetstore
unBinaryOpenAPIPetstore.Core, OpenAPIPetstore
unBodyOpenAPIPetstore.Model, OpenAPIPetstore
unBodyBoolOpenAPIPetstore.Model, OpenAPIPetstore
unBodyDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unBodyTextOpenAPIPetstore.Model, OpenAPIPetstore
unBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unByteOpenAPIPetstore.Model, OpenAPIPetstore
unByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
unCallbackOpenAPIPetstore.Model, OpenAPIPetstore
unContentTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unContextOpenAPIPetstore.Model, OpenAPIPetstore
unDateOpenAPIPetstore.Core, OpenAPIPetstore
unDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
unEnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unFile2OpenAPIPetstore.Model, OpenAPIPetstore
unHttpOpenAPIPetstore.Model, OpenAPIPetstore
unInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
unInt32OpenAPIPetstore.Model, OpenAPIPetstore
unInt64OpenAPIPetstore.Model, OpenAPIPetstore
unInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unIoutilOpenAPIPetstore.Model, OpenAPIPetstore
unName2OpenAPIPetstore.Model, OpenAPIPetstore
unNumberOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamOpenAPIPetstore.Model, OpenAPIPetstore
unParam2OpenAPIPetstore.Model, OpenAPIPetstore
unParamBinaryOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
unParamDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unParamFloatOpenAPIPetstore.Model, OpenAPIPetstore
unParamIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unParamMapMapStringTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamStringOpenAPIPetstore.Model, OpenAPIPetstore
unPasswordOpenAPIPetstore.Model, OpenAPIPetstore
unPatternWithoutDelimiterOpenAPIPetstore.Model, OpenAPIPetstore
unPetIdOpenAPIPetstore.Model, OpenAPIPetstore
unPipeOpenAPIPetstore.Model, OpenAPIPetstore
unQueryOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredFileOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unStatusOpenAPIPetstore.Model, OpenAPIPetstore
unStatusTextOpenAPIPetstore.Model, OpenAPIPetstore
unStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unTagsOpenAPIPetstore.Model, OpenAPIPetstore
unUrlOpenAPIPetstore.Model, OpenAPIPetstore
unUsernameOpenAPIPetstore.Model, OpenAPIPetstore
UpdatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
updateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
Url 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
User 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userEmailOpenAPIPetstore.Model, OpenAPIPetstore
userEmailLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userFirstNameOpenAPIPetstore.Model, OpenAPIPetstore
userFirstNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userIdOpenAPIPetstore.Model, OpenAPIPetstore
userIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userLastNameOpenAPIPetstore.Model, OpenAPIPetstore
userLastNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Username 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userPasswordOpenAPIPetstore.Model, OpenAPIPetstore
userPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userPhoneOpenAPIPetstore.Model, OpenAPIPetstore
userPhoneLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUsernameOpenAPIPetstore.Model, OpenAPIPetstore
userUsernameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUserStatusOpenAPIPetstore.Model, OpenAPIPetstore
userUserStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
withNoLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStderrLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStdoutLoggingOpenAPIPetstore.Core, OpenAPIPetstore
XmlItem 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
_addMultiFormPartOpenAPIPetstore.Core, OpenAPIPetstore
_applyAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
_emptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_hasAuthTypeOpenAPIPetstore.Core, OpenAPIPetstore
_logOpenAPIPetstore.Logging, OpenAPIPetstore
_memptyToNothingOpenAPIPetstore.Core, OpenAPIPetstore
_mkParamsOpenAPIPetstore.Core, OpenAPIPetstore
_mkRequestOpenAPIPetstore.Core, OpenAPIPetstore
_omitNullsOpenAPIPetstore.Core, OpenAPIPetstore
_parseISO8601OpenAPIPetstore.Core, OpenAPIPetstore
_readBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_readByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_readDateOpenAPIPetstore.Core, OpenAPIPetstore
_readDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_setAcceptHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyBSOpenAPIPetstore.Core, OpenAPIPetstore
_setBodyLBSOpenAPIPetstore.Core, OpenAPIPetstore
_setContentTypeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
_showBinaryBase64OpenAPIPetstore.Core, OpenAPIPetstore
_showByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
_showDateOpenAPIPetstore.Core, OpenAPIPetstore
_showDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
_toCollOpenAPIPetstore.Core, OpenAPIPetstore
_toCollAOpenAPIPetstore.Core, OpenAPIPetstore
_toCollA'OpenAPIPetstore.Core, OpenAPIPetstore
_toFormItemOpenAPIPetstore.Core, OpenAPIPetstore
_toInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-B.html b/samples/client/petstore/haskell-http-client/docs/doc-index-B.html index d47753903cbe..49a76acbf7c9 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-B.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-B.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - B)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - B

BigCat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BigCatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatClassNameOpenAPIPetstore.Model, OpenAPIPetstore
bigCatClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatColorOpenAPIPetstore.Model, OpenAPIPetstore
bigCatColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
bigCatDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Binary 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Body 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyBool 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Byte 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ByteArray 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - B)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - B

BigCat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BigCatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatAllOfKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatClassNameOpenAPIPetstore.Model, OpenAPIPetstore
bigCatClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatColorOpenAPIPetstore.Model, OpenAPIPetstore
bigCatColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
bigCatDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
bigCatKindOpenAPIPetstore.Model, OpenAPIPetstore
bigCatKindLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Binary 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Body 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyBool 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BodyText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
BooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Byte 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ByteArray 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-C.html b/samples/client/petstore/haskell-http-client/docs/doc-index-C.html index 5d31521da083..d122b87f679e 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-C.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-C.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - C)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - C

Callback 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Capitalization 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationScaEthFlowPointsOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationScaEthFlowPointsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Cat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catClassNameOpenAPIPetstore.Model, OpenAPIPetstore
catClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catColorOpenAPIPetstore.Model, OpenAPIPetstore
catColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Category 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
categoryIdOpenAPIPetstore.Model, OpenAPIPetstore
categoryIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
categoryNameOpenAPIPetstore.Model, OpenAPIPetstore
categoryNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ClassModel 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
classModelClassOpenAPIPetstore.Model, OpenAPIPetstore
classModelClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Client 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
clientClientOpenAPIPetstore.Model, OpenAPIPetstore
clientClientLOpenAPIPetstore.ModelLens, OpenAPIPetstore
CollectionFormatOpenAPIPetstore.Core, OpenAPIPetstore
CommaSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
configAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
configHostOpenAPIPetstore.Core, OpenAPIPetstore
configLogContextOpenAPIPetstore.Core, OpenAPIPetstore
configLogExecWithContextOpenAPIPetstore.Core, OpenAPIPetstore
configQueryExtraUnreservedOpenAPIPetstore.Core, OpenAPIPetstore
configUserAgentOpenAPIPetstore.Core, OpenAPIPetstore
configValidateAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
ConsumesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
ContentType 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Context 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CreateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
createXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - C)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - C

Callback 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Capitalization 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationAttNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationCapitalSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationCapitalSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationScaEthFlowPointsOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationScaEthFlowPointsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallCamelOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallCamelLOpenAPIPetstore.ModelLens, OpenAPIPetstore
capitalizationSmallSnakeOpenAPIPetstore.Model, OpenAPIPetstore
capitalizationSmallSnakeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Cat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CatAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catAllOfDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catClassNameOpenAPIPetstore.Model, OpenAPIPetstore
catClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catColorOpenAPIPetstore.Model, OpenAPIPetstore
catColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
catDeclawedOpenAPIPetstore.Model, OpenAPIPetstore
catDeclawedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Category 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
categoryIdOpenAPIPetstore.Model, OpenAPIPetstore
categoryIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
categoryNameOpenAPIPetstore.Model, OpenAPIPetstore
categoryNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ClassModel 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
classModelClassOpenAPIPetstore.Model, OpenAPIPetstore
classModelClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Client 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
clientClientOpenAPIPetstore.Model, OpenAPIPetstore
clientClientLOpenAPIPetstore.ModelLens, OpenAPIPetstore
CollectionFormatOpenAPIPetstore.Core, OpenAPIPetstore
CommaSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
configAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
configHostOpenAPIPetstore.Core, OpenAPIPetstore
configLogContextOpenAPIPetstore.Core, OpenAPIPetstore
configLogExecWithContextOpenAPIPetstore.Core, OpenAPIPetstore
configQueryExtraUnreservedOpenAPIPetstore.Core, OpenAPIPetstore
configUserAgentOpenAPIPetstore.Core, OpenAPIPetstore
configValidateAuthMethodsOpenAPIPetstore.Core, OpenAPIPetstore
ConsumesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
ContentType 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Context 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
CreateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithArrayInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
createUsersWithListInputOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
CreateXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
createXmlItemOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-D.html b/samples/client/petstore/haskell-http-client/docs/doc-index-D.html index 6be154d03d41..944c0e505de1 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-D.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-D.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - D)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - D

Date 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DateTime 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DeleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
deleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
DeletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
deletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
DeleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
deleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
dispatchInitUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMimeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMime'OpenAPIPetstore.Client, OpenAPIPetstore
Dog 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
DogAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogClassNameOpenAPIPetstore.Model, OpenAPIPetstore
dogClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogColorOpenAPIPetstore.Model, OpenAPIPetstore
dogColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - D)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - D

Date 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DateTime 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
DeleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
deleteOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
DeletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
deletePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
DeleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
deleteUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
dispatchInitUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsOpenAPIPetstore.Client, OpenAPIPetstore
dispatchLbsUnsafeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMimeOpenAPIPetstore.Client, OpenAPIPetstore
dispatchMime'OpenAPIPetstore.Client, OpenAPIPetstore
Dog 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
DogAllOf 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogAllOfBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogBreedOpenAPIPetstore.Model, OpenAPIPetstore
dogBreedLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogClassNameOpenAPIPetstore.Model, OpenAPIPetstore
dogClassNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
dogColorOpenAPIPetstore.Model, OpenAPIPetstore
dogColorLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-E.html b/samples/client/petstore/haskell-http-client/docs/doc-index-E.html index 455d583c6435..ff8036498f88 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-E.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-E.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - E)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - E

E'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'CrabOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'FishOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_abcOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_efgOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'GreaterThanOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'NumMinus_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'Num1_Dot_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'NumMinus_1_Dot_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'NumMinus_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'EmptyOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'InnerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'Greater_Than_Or_Equal_ToOpenAPIPetstore.Model, OpenAPIPetstore
E'KindOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'JaguarsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LeopardsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LionsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'TigersOpenAPIPetstore.Model, OpenAPIPetstore
E'StatusOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2OpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'AvailableOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'PendingOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'SoldOpenAPIPetstore.Model, OpenAPIPetstore
EnumArrays 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumArraysJustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysJustSymbolLOpenAPIPetstore.ModelLens, OpenAPIPetstore
EnumClassOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_abcOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_efgOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
EnumFormString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumFormStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringRequiredOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringRequiredLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumTestOuterEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - E)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - E

E'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'CrabOpenAPIPetstore.Model, OpenAPIPetstore
E'ArrayEnum'FishOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_abcOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_efgOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormString'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumFormStringArray'GreaterThanOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumInteger'NumMinus_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'Num1_Dot_1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumNumber'NumMinus_1_Dot_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'Num1OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumQueryInteger'NumMinus_2OpenAPIPetstore.Model, OpenAPIPetstore
E'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'EmptyOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'EnumString'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'InnerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'LowerOpenAPIPetstore.Model, OpenAPIPetstore
E'Inner'UPPEROpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'DollarOpenAPIPetstore.Model, OpenAPIPetstore
E'JustSymbol'Greater_Than_Or_Equal_ToOpenAPIPetstore.Model, OpenAPIPetstore
E'KindOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'JaguarsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LeopardsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'LionsOpenAPIPetstore.Model, OpenAPIPetstore
E'Kind'TigersOpenAPIPetstore.Model, OpenAPIPetstore
E'StatusOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
E'Status'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2OpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'AvailableOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'PendingOpenAPIPetstore.Model, OpenAPIPetstore
E'Status2'SoldOpenAPIPetstore.Model, OpenAPIPetstore
EnumArrays 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysArrayEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumArraysJustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
enumArraysJustSymbolLOpenAPIPetstore.ModelLens, OpenAPIPetstore
EnumClassOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_abcOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_efgOpenAPIPetstore.Model, OpenAPIPetstore
EnumClass'_xyzOpenAPIPetstore.Model, OpenAPIPetstore
EnumFormString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumFormStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumHeaderStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumQueryStringArray 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
EnumTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestEnumStringRequiredOpenAPIPetstore.Model, OpenAPIPetstore
enumTestEnumStringRequiredLOpenAPIPetstore.ModelLens, OpenAPIPetstore
enumTestOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
enumTestOuterEnumLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-F.html b/samples/client/petstore/haskell-http-client/docs/doc-index-F.html index 6d6ddc750215..d05c782ba706 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-F.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-F.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - F)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - F

FakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
File 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
File2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
FileSchemaTestClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSchemaTestClassFilesOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFilesLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSourceUriOpenAPIPetstore.Model, OpenAPIPetstore
fileSourceUriLOpenAPIPetstore.ModelLens, OpenAPIPetstore
FindPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FindPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FormatTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestBinaryOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBinaryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestByteOpenAPIPetstore.Model, OpenAPIPetstore
formatTestByteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDoubleOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDoubleLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestFloatOpenAPIPetstore.Model, OpenAPIPetstore
formatTestFloatLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt32OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt32LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt64OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt64LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestIntegerOpenAPIPetstore.Model, OpenAPIPetstore
formatTestIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestNumberOpenAPIPetstore.Model, OpenAPIPetstore
formatTestNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestPasswordOpenAPIPetstore.Model, OpenAPIPetstore
formatTestPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestStringOpenAPIPetstore.Model, OpenAPIPetstore
formatTestStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestUuidOpenAPIPetstore.Model, OpenAPIPetstore
formatTestUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fromE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
fromE'KindOpenAPIPetstore.Model, OpenAPIPetstore
fromE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
fromE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
fromEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
fromOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - F)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - F

FakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterBooleanSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterCompositeSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterNumberSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
FakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
fakeOuterStringSerializeOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
File 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
File2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
FileSchemaTestClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFileLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSchemaTestClassFilesOpenAPIPetstore.Model, OpenAPIPetstore
fileSchemaTestClassFilesLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fileSourceUriOpenAPIPetstore.Model, OpenAPIPetstore
fileSourceUriLOpenAPIPetstore.ModelLens, OpenAPIPetstore
FindPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByStatusOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FindPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
findPetsByTagsOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
FormatTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBigDecimalLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestBinaryOpenAPIPetstore.Model, OpenAPIPetstore
formatTestBinaryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestByteOpenAPIPetstore.Model, OpenAPIPetstore
formatTestByteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestDoubleOpenAPIPetstore.Model, OpenAPIPetstore
formatTestDoubleLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestFloatOpenAPIPetstore.Model, OpenAPIPetstore
formatTestFloatLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt32OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt32LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestInt64OpenAPIPetstore.Model, OpenAPIPetstore
formatTestInt64LOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestIntegerOpenAPIPetstore.Model, OpenAPIPetstore
formatTestIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestNumberOpenAPIPetstore.Model, OpenAPIPetstore
formatTestNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestPasswordOpenAPIPetstore.Model, OpenAPIPetstore
formatTestPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestStringOpenAPIPetstore.Model, OpenAPIPetstore
formatTestStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
formatTestUuidOpenAPIPetstore.Model, OpenAPIPetstore
formatTestUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
fromE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
fromE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
fromE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
fromE'KindOpenAPIPetstore.Model, OpenAPIPetstore
fromE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
fromE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
fromEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
fromOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-G.html b/samples/client/petstore/haskell-http-client/docs/doc-index-G.html index ab609caf9a59..e0e74a1996ed 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-G.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-G.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - G)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - G

GetInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
getPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
GetUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
getUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - G)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - G

GetInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getInventoryOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
getOrderByIdOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
GetPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
getPetByIdOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
GetUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
getUserByNameOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-H.html b/samples/client/petstore/haskell-http-client/docs/doc-index-H.html index 295a3918a8df..f1cf52f1dc6d 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-H.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-H.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - H)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - H

HasBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
HasOnlyReadOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
hasOnlyReadOnlyFooOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyFooLOpenAPIPetstore.ModelLens, OpenAPIPetstore
HasOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
Http 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - H)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - H

HasBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
HasOnlyReadOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
hasOnlyReadOnlyFooOpenAPIPetstore.Model, OpenAPIPetstore
hasOnlyReadOnlyFooLOpenAPIPetstore.ModelLens, OpenAPIPetstore
HasOptionalParamOpenAPIPetstore.Core, OpenAPIPetstore
Http 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-I.html b/samples/client/petstore/haskell-http-client/docs/doc-index-I.html index 7c1c64f9c572..976d0df1537b 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-I.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-I.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - I)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - I

initLogContextOpenAPIPetstore.Logging, OpenAPIPetstore
InitRequest 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
Int32 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Ioutil 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - I)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - I

initLogContextOpenAPIPetstore.Logging, OpenAPIPetstore
InitRequest 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
Int32 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Int64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Ioutil 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-L.html b/samples/client/petstore/haskell-http-client/docs/doc-index-L.html index 563ccc24d498..0822bcb81781 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-L.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-L.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - L)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - L

Lens_OpenAPIPetstore.Core, OpenAPIPetstore
Lens_'OpenAPIPetstore.Core, OpenAPIPetstore
levelDebugOpenAPIPetstore.Logging, OpenAPIPetstore
levelErrorOpenAPIPetstore.Logging, OpenAPIPetstore
levelInfoOpenAPIPetstore.Logging, OpenAPIPetstore
LogContextOpenAPIPetstore.Logging, OpenAPIPetstore
logExceptionsOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
LoginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
loginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
LogLevelOpenAPIPetstore.Logging, OpenAPIPetstore
LogoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
logoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - L)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - L

Lens_OpenAPIPetstore.Core, OpenAPIPetstore
Lens_'OpenAPIPetstore.Core, OpenAPIPetstore
levelDebugOpenAPIPetstore.Logging, OpenAPIPetstore
levelErrorOpenAPIPetstore.Logging, OpenAPIPetstore
levelInfoOpenAPIPetstore.Logging, OpenAPIPetstore
LogContextOpenAPIPetstore.Logging, OpenAPIPetstore
logExceptionsOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecOpenAPIPetstore.Logging, OpenAPIPetstore
LogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
LoginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
loginUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
LogLevelOpenAPIPetstore.Logging, OpenAPIPetstore
LogoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
logoutUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-M.html b/samples/client/petstore/haskell-http-client/docs/doc-index-M.html index daf4cc7c8734..0b97ef73b95a 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-M.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-M.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - M)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - M

MapTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestIndirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestIndirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapMapOfStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapMapOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapOfEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapOfEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
MimeAny 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeError 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorOpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeFormUrlEncoded 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeJSON 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeMultipartFormData 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeNoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeOctetStream 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimePlainText 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderDefaultMultipartFormDataOpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeResult 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeResultOpenAPIPetstore.Client, OpenAPIPetstore
mimeResultResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeTextXml 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeType'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypes'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXML 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MixedPropertiesAndAdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mkAdditionalPropertiesAnyTypeOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesArrayOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesBooleanOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesIntegerOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesNumberOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesObjectOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesStringOpenAPIPetstore.Model, OpenAPIPetstore
mkAnimalOpenAPIPetstore.Model, OpenAPIPetstore
mkApiResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayTestOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCapitalizationOpenAPIPetstore.Model, OpenAPIPetstore
mkCatOpenAPIPetstore.Model, OpenAPIPetstore
mkCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCategoryOpenAPIPetstore.Model, OpenAPIPetstore
mkClassModelOpenAPIPetstore.Model, OpenAPIPetstore
mkClientOpenAPIPetstore.Model, OpenAPIPetstore
mkDogOpenAPIPetstore.Model, OpenAPIPetstore
mkDogAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumArraysOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumTestOpenAPIPetstore.Model, OpenAPIPetstore
mkFileOpenAPIPetstore.Model, OpenAPIPetstore
mkFileSchemaTestClassOpenAPIPetstore.Model, OpenAPIPetstore
mkFormatTestOpenAPIPetstore.Model, OpenAPIPetstore
mkHasOnlyReadOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkMapTestOpenAPIPetstore.Model, OpenAPIPetstore
mkMixedPropertiesAndAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkModel200ResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkModelListOpenAPIPetstore.Model, OpenAPIPetstore
mkModelReturnOpenAPIPetstore.Model, OpenAPIPetstore
mkNameOpenAPIPetstore.Model, OpenAPIPetstore
mkNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkOrderOpenAPIPetstore.Model, OpenAPIPetstore
mkOuterCompositeOpenAPIPetstore.Model, OpenAPIPetstore
mkPetOpenAPIPetstore.Model, OpenAPIPetstore
mkReadOnlyFirstOpenAPIPetstore.Model, OpenAPIPetstore
mkSpecialModelNameOpenAPIPetstore.Model, OpenAPIPetstore
mkTagOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderDefaultOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderExampleOpenAPIPetstore.Model, OpenAPIPetstore
mkUserOpenAPIPetstore.Model, OpenAPIPetstore
mkXmlItemOpenAPIPetstore.Model, OpenAPIPetstore
Model200Response 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
model200ResponseNameOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelList 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelList123listOpenAPIPetstore.Model, OpenAPIPetstore
modelList123listLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelReturn 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnOpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnLOpenAPIPetstore.ModelLens, OpenAPIPetstore
modifyInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
modifyInitRequestMOpenAPIPetstore.Client, OpenAPIPetstore
MultiParamArrayOpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - M)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - M

MapTest 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestDirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestIndirectMapOpenAPIPetstore.Model, OpenAPIPetstore
mapTestIndirectMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapMapOfStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapMapOfStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mapTestMapOfEnumStringOpenAPIPetstore.Model, OpenAPIPetstore
mapTestMapOfEnumStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
MimeAny 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeError 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorOpenAPIPetstore.Client, OpenAPIPetstore
mimeErrorResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeFormUrlEncoded 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeJSON 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeMultipartFormData 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeNoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeOctetStream 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimePlainText 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeRenderDefaultMultipartFormDataOpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeResult 
1 (Type/Class)OpenAPIPetstore.Client, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Client, OpenAPIPetstore
mimeResultOpenAPIPetstore.Client, OpenAPIPetstore
mimeResultResponseOpenAPIPetstore.Client, OpenAPIPetstore
MimeTextXml 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTextXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeType'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeTypes'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrenderOpenAPIPetstore.MimeTypes, OpenAPIPetstore
mimeUnrender'OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXML 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf16 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MimeXmlCharsetutf8 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
MixedPropertiesAndAdditionalPropertiesClass 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassDateTimeLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassMapLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidOpenAPIPetstore.Model, OpenAPIPetstore
mixedPropertiesAndAdditionalPropertiesClassUuidLOpenAPIPetstore.ModelLens, OpenAPIPetstore
mkAdditionalPropertiesAnyTypeOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesArrayOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesBooleanOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesIntegerOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesNumberOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesObjectOpenAPIPetstore.Model, OpenAPIPetstore
mkAdditionalPropertiesStringOpenAPIPetstore.Model, OpenAPIPetstore
mkAnimalOpenAPIPetstore.Model, OpenAPIPetstore
mkApiResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayOfNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkArrayTestOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatOpenAPIPetstore.Model, OpenAPIPetstore
mkBigCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCapitalizationOpenAPIPetstore.Model, OpenAPIPetstore
mkCatOpenAPIPetstore.Model, OpenAPIPetstore
mkCatAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkCategoryOpenAPIPetstore.Model, OpenAPIPetstore
mkClassModelOpenAPIPetstore.Model, OpenAPIPetstore
mkClientOpenAPIPetstore.Model, OpenAPIPetstore
mkDogOpenAPIPetstore.Model, OpenAPIPetstore
mkDogAllOfOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumArraysOpenAPIPetstore.Model, OpenAPIPetstore
mkEnumTestOpenAPIPetstore.Model, OpenAPIPetstore
mkFileOpenAPIPetstore.Model, OpenAPIPetstore
mkFileSchemaTestClassOpenAPIPetstore.Model, OpenAPIPetstore
mkFormatTestOpenAPIPetstore.Model, OpenAPIPetstore
mkHasOnlyReadOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkMapTestOpenAPIPetstore.Model, OpenAPIPetstore
mkMixedPropertiesAndAdditionalPropertiesClassOpenAPIPetstore.Model, OpenAPIPetstore
mkModel200ResponseOpenAPIPetstore.Model, OpenAPIPetstore
mkModelListOpenAPIPetstore.Model, OpenAPIPetstore
mkModelReturnOpenAPIPetstore.Model, OpenAPIPetstore
mkNameOpenAPIPetstore.Model, OpenAPIPetstore
mkNumberOnlyOpenAPIPetstore.Model, OpenAPIPetstore
mkOrderOpenAPIPetstore.Model, OpenAPIPetstore
mkOuterCompositeOpenAPIPetstore.Model, OpenAPIPetstore
mkPetOpenAPIPetstore.Model, OpenAPIPetstore
mkReadOnlyFirstOpenAPIPetstore.Model, OpenAPIPetstore
mkSpecialModelNameOpenAPIPetstore.Model, OpenAPIPetstore
mkTagOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderDefaultOpenAPIPetstore.Model, OpenAPIPetstore
mkTypeHolderExampleOpenAPIPetstore.Model, OpenAPIPetstore
mkUserOpenAPIPetstore.Model, OpenAPIPetstore
mkXmlItemOpenAPIPetstore.Model, OpenAPIPetstore
Model200Response 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseClassLOpenAPIPetstore.ModelLens, OpenAPIPetstore
model200ResponseNameOpenAPIPetstore.Model, OpenAPIPetstore
model200ResponseNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelList 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelList123listOpenAPIPetstore.Model, OpenAPIPetstore
modelList123listLOpenAPIPetstore.ModelLens, OpenAPIPetstore
ModelReturn 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnOpenAPIPetstore.Model, OpenAPIPetstore
modelReturnReturnLOpenAPIPetstore.ModelLens, OpenAPIPetstore
modifyInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
modifyInitRequestMOpenAPIPetstore.Client, OpenAPIPetstore
MultiParamArrayOpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-N.html b/samples/client/petstore/haskell-http-client/docs/doc-index-N.html index 6e1f51051b58..12da9d5a2f40 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-N.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-N.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - N)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - N

Name 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
name123numberOpenAPIPetstore.Model, OpenAPIPetstore
name123numberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Name2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
nameNameOpenAPIPetstore.Model, OpenAPIPetstore
nameNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
namePropertyOpenAPIPetstore.Model, OpenAPIPetstore
namePropertyLOpenAPIPetstore.ModelLens, OpenAPIPetstore
nameSnakeCaseOpenAPIPetstore.Model, OpenAPIPetstore
nameSnakeCaseLOpenAPIPetstore.ModelLens, OpenAPIPetstore
newConfigOpenAPIPetstore.Core, OpenAPIPetstore
NoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Number 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
NumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberOpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - N)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - N

Name 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
name123numberOpenAPIPetstore.Model, OpenAPIPetstore
name123numberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Name2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
nameNameOpenAPIPetstore.Model, OpenAPIPetstore
nameNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
namePropertyOpenAPIPetstore.Model, OpenAPIPetstore
namePropertyLOpenAPIPetstore.ModelLens, OpenAPIPetstore
nameSnakeCaseOpenAPIPetstore.Model, OpenAPIPetstore
nameSnakeCaseLOpenAPIPetstore.ModelLens, OpenAPIPetstore
newConfigOpenAPIPetstore.Core, OpenAPIPetstore
NoContent 
1 (Type/Class)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.MimeTypes, OpenAPIPetstore
Number 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
NumberOnly 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberOpenAPIPetstore.Model, OpenAPIPetstore
numberOnlyJustNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-O.html b/samples/client/petstore/haskell-http-client/docs/doc-index-O.html index 71708e5c8abf..d56a838577d8 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-O.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-O.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - O)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - O

Op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
OpenAPIPetstoreConfig 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
OpenAPIPetstoreRequest 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Order 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteOpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderIdOpenAPIPetstore.Model, OpenAPIPetstore
orderIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderIdText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdOpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderQuantityOpenAPIPetstore.Model, OpenAPIPetstore
orderQuantityLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderShipDateOpenAPIPetstore.Model, OpenAPIPetstore
orderShipDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderStatusOpenAPIPetstore.Model, OpenAPIPetstore
orderStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterComposite 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyNumberOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyStringOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - O)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - O

Op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
op123testSpecialTagsOpenAPIPetstore.API.AnotherFake, OpenAPIPetstore.API, OpenAPIPetstore
OpenAPIPetstoreConfig 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
OpenAPIPetstoreRequest 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
Order 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteOpenAPIPetstore.Model, OpenAPIPetstore
orderCompleteLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderIdOpenAPIPetstore.Model, OpenAPIPetstore
orderIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OrderIdText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdOpenAPIPetstore.Model, OpenAPIPetstore
orderPetIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderQuantityOpenAPIPetstore.Model, OpenAPIPetstore
orderQuantityLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderShipDateOpenAPIPetstore.Model, OpenAPIPetstore
orderShipDateLOpenAPIPetstore.ModelLens, OpenAPIPetstore
orderStatusOpenAPIPetstore.Model, OpenAPIPetstore
orderStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterComposite 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyNumberOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
outerCompositeMyStringOpenAPIPetstore.Model, OpenAPIPetstore
outerCompositeMyStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
OuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'ApprovedOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'DeliveredOpenAPIPetstore.Model, OpenAPIPetstore
OuterEnum'PlacedOpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-P.html b/samples/client/petstore/haskell-http-client/docs/doc-index-P.html index 71a34a12dddc..ce9402b4e3eb 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-P.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-P.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - P)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - P

Param 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Param2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBinary 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBodyOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBLOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyFormUrlEncodedOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyMultipartFormDataOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyNoneOpenAPIPetstore.Core, OpenAPIPetstore
ParamDate 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDateTime 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamFloat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamMapMapStringText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Params 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyOpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyLOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersLOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryLOpenAPIPetstore.Core, OpenAPIPetstore
ParamString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Password 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PatternWithoutDelimiter 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Pet 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petCategoryOpenAPIPetstore.Model, OpenAPIPetstore
petCategoryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
PetId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petIdOpenAPIPetstore.Model, OpenAPIPetstore
petIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petNameOpenAPIPetstore.Model, OpenAPIPetstore
petNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petPhotoUrlsOpenAPIPetstore.Model, OpenAPIPetstore
petPhotoUrlsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petStatusOpenAPIPetstore.Model, OpenAPIPetstore
petStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petTagsOpenAPIPetstore.Model, OpenAPIPetstore
petTagsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Pipe 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PipeSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
PlaceOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
placeOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
ProducesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - P)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - P

Param 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Param2 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBinary 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamBodyOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyBLOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyFormUrlEncodedOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyMultipartFormDataOpenAPIPetstore.Core, OpenAPIPetstore
ParamBodyNoneOpenAPIPetstore.Core, OpenAPIPetstore
ParamDate 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDateTime 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamDouble 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamFloat 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamInteger 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
ParamMapMapStringText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Params 
1 (Type/Class)OpenAPIPetstore.Core, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyOpenAPIPetstore.Core, OpenAPIPetstore
paramsBodyLOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersOpenAPIPetstore.Core, OpenAPIPetstore
paramsHeadersLOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryOpenAPIPetstore.Core, OpenAPIPetstore
paramsQueryLOpenAPIPetstore.Core, OpenAPIPetstore
ParamString 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Password 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PatternWithoutDelimiter 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
Pet 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petCategoryOpenAPIPetstore.Model, OpenAPIPetstore
petCategoryLOpenAPIPetstore.ModelLens, OpenAPIPetstore
PetId 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
petIdOpenAPIPetstore.Model, OpenAPIPetstore
petIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petNameOpenAPIPetstore.Model, OpenAPIPetstore
petNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petPhotoUrlsOpenAPIPetstore.Model, OpenAPIPetstore
petPhotoUrlsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petStatusOpenAPIPetstore.Model, OpenAPIPetstore
petStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
petTagsOpenAPIPetstore.Model, OpenAPIPetstore
petTagsLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Pipe 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
PipeSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
PlaceOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
placeOrderOpenAPIPetstore.API.Store, OpenAPIPetstore.API, OpenAPIPetstore
ProducesOpenAPIPetstore.MimeTypes, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-Q.html b/samples/client/petstore/haskell-http-client/docs/doc-index-Q.html index 89683b243ec3..82cb4ed65d82 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-Q.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-Q.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - Q)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - Q

Query 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - Q)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - Q

Query 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-R.html b/samples/client/petstore/haskell-http-client/docs/doc-index-R.html index f6c9df142677..62ba067ff2cf 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-R.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-R.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - R)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - R

rAuthTypesOpenAPIPetstore.Core, OpenAPIPetstore
rAuthTypesLOpenAPIPetstore.Core, OpenAPIPetstore
ReadOnlyFirst 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
readOnlyFirstBazOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBazLOpenAPIPetstore.ModelLens, OpenAPIPetstore
removeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
RequiredBooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredFile 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredInt64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredStringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
rMethodOpenAPIPetstore.Core, OpenAPIPetstore
rMethodLOpenAPIPetstore.Core, OpenAPIPetstore
rParamsOpenAPIPetstore.Core, OpenAPIPetstore
rParamsLOpenAPIPetstore.Core, OpenAPIPetstore
runConfigLogOpenAPIPetstore.Client, OpenAPIPetstore
runConfigLogWithExceptionsOpenAPIPetstore.Client, OpenAPIPetstore
runDefaultLogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
runNullLogExecOpenAPIPetstore.Logging, OpenAPIPetstore
rUrlPathOpenAPIPetstore.Core, OpenAPIPetstore
rUrlPathLOpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - R)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - R

rAuthTypesOpenAPIPetstore.Core, OpenAPIPetstore
rAuthTypesLOpenAPIPetstore.Core, OpenAPIPetstore
ReadOnlyFirst 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBarLOpenAPIPetstore.ModelLens, OpenAPIPetstore
readOnlyFirstBazOpenAPIPetstore.Model, OpenAPIPetstore
readOnlyFirstBazLOpenAPIPetstore.ModelLens, OpenAPIPetstore
removeHeaderOpenAPIPetstore.Core, OpenAPIPetstore
RequiredBooleanGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredFile 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredInt64Group 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
RequiredStringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
rMethodOpenAPIPetstore.Core, OpenAPIPetstore
rMethodLOpenAPIPetstore.Core, OpenAPIPetstore
rParamsOpenAPIPetstore.Core, OpenAPIPetstore
rParamsLOpenAPIPetstore.Core, OpenAPIPetstore
runConfigLogOpenAPIPetstore.Client, OpenAPIPetstore
runConfigLogWithExceptionsOpenAPIPetstore.Client, OpenAPIPetstore
runDefaultLogExecWithContextOpenAPIPetstore.Logging, OpenAPIPetstore
runNullLogExecOpenAPIPetstore.Logging, OpenAPIPetstore
rUrlPathOpenAPIPetstore.Core, OpenAPIPetstore
rUrlPathLOpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-S.html b/samples/client/petstore/haskell-http-client/docs/doc-index-S.html index 903f952e4c07..d83e59ae57f5 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-S.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-S.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - S)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - S

setBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
setHeaderOpenAPIPetstore.Core, OpenAPIPetstore
setQueryOpenAPIPetstore.Core, OpenAPIPetstore
SpaceSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
SpecialModelName 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameOpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Status 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
StatusText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
stderrLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stderrLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
StringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - S)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - S

setBodyParamOpenAPIPetstore.Core, OpenAPIPetstore
setHeaderOpenAPIPetstore.Core, OpenAPIPetstore
setQueryOpenAPIPetstore.Core, OpenAPIPetstore
SpaceSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
SpecialModelName 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameOpenAPIPetstore.Model, OpenAPIPetstore
specialModelNameSpecialPropertyNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Status 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
StatusText 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
stderrLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stderrLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingContextOpenAPIPetstore.Logging, OpenAPIPetstore
stdoutLoggingExecOpenAPIPetstore.Logging, OpenAPIPetstore
StringGroup 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-T.html b/samples/client/petstore/haskell-http-client/docs/doc-index-T.html index 0483d6ba6d48..6e9ebd2567d9 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-T.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-T.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - T)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - T

TabSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
Tag 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
tagIdOpenAPIPetstore.Model, OpenAPIPetstore
tagIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
tagNameOpenAPIPetstore.Model, OpenAPIPetstore
tagNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Tags 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
TestBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
testClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
TestClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
toE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
toE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
toE'KindOpenAPIPetstore.Model, OpenAPIPetstore
toE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
toE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
toEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
toFormOpenAPIPetstore.Core, OpenAPIPetstore
toFormCollOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderCollOpenAPIPetstore.Core, OpenAPIPetstore
toOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
toPartialEscapeQueryOpenAPIPetstore.Core, OpenAPIPetstore
toPathOpenAPIPetstore.Core, OpenAPIPetstore
toQueryOpenAPIPetstore.Core, OpenAPIPetstore
toQueryCollOpenAPIPetstore.Core, OpenAPIPetstore
TypeHolderDefault 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
TypeHolderExample 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleFloatItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleFloatItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - T)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - T

TabSeparatedOpenAPIPetstore.Core, OpenAPIPetstore
Tag 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
tagIdOpenAPIPetstore.Model, OpenAPIPetstore
tagIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
tagNameOpenAPIPetstore.Model, OpenAPIPetstore
tagNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Tags 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
TestBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithFileSchemaOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testBodyWithQueryParamsOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
testClassnameOpenAPIPetstore.API.FakeClassnameTags123, OpenAPIPetstore.API, OpenAPIPetstore
TestClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testClientModelOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEndpointParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testEnumParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testGroupParametersOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testInlineAdditionalPropertiesOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testJsonFormDataOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
TestQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
testQueryParameterCollectionFormatOpenAPIPetstore.API.Fake, OpenAPIPetstore.API, OpenAPIPetstore
toE'ArrayEnumOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumNumberOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
toE'EnumStringOpenAPIPetstore.Model, OpenAPIPetstore
toE'InnerOpenAPIPetstore.Model, OpenAPIPetstore
toE'JustSymbolOpenAPIPetstore.Model, OpenAPIPetstore
toE'KindOpenAPIPetstore.Model, OpenAPIPetstore
toE'StatusOpenAPIPetstore.Model, OpenAPIPetstore
toE'Status2OpenAPIPetstore.Model, OpenAPIPetstore
toEnumClassOpenAPIPetstore.Model, OpenAPIPetstore
toFormOpenAPIPetstore.Core, OpenAPIPetstore
toFormCollOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderOpenAPIPetstore.Core, OpenAPIPetstore
toHeaderCollOpenAPIPetstore.Core, OpenAPIPetstore
toOuterEnumOpenAPIPetstore.Model, OpenAPIPetstore
toPartialEscapeQueryOpenAPIPetstore.Core, OpenAPIPetstore
toPathOpenAPIPetstore.Core, OpenAPIPetstore
toQueryOpenAPIPetstore.Core, OpenAPIPetstore
toQueryCollOpenAPIPetstore.Core, OpenAPIPetstore
TypeHolderDefault 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderDefaultStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderDefaultStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
TypeHolderExample 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleArrayItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleBoolItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleBoolItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleFloatItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleFloatItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleIntegerItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleIntegerItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleNumberItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleNumberItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
typeHolderExampleStringItemOpenAPIPetstore.Model, OpenAPIPetstore
typeHolderExampleStringItemLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-U.html b/samples/client/petstore/haskell-http-client/docs/doc-index-U.html index 1c7b05a47eab..ac23a806407b 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-U.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-U.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - U)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - U

unAcceptOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unAdditionalMetadataOpenAPIPetstore.Model, OpenAPIPetstore
unApiKeyOpenAPIPetstore.Model, OpenAPIPetstore
unBinaryOpenAPIPetstore.Core, OpenAPIPetstore
unBodyOpenAPIPetstore.Model, OpenAPIPetstore
unBodyBoolOpenAPIPetstore.Model, OpenAPIPetstore
unBodyDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unBodyTextOpenAPIPetstore.Model, OpenAPIPetstore
unBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unByteOpenAPIPetstore.Model, OpenAPIPetstore
unByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
unCallbackOpenAPIPetstore.Model, OpenAPIPetstore
unContentTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unContextOpenAPIPetstore.Model, OpenAPIPetstore
unDateOpenAPIPetstore.Core, OpenAPIPetstore
unDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
unEnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unFile2OpenAPIPetstore.Model, OpenAPIPetstore
unHttpOpenAPIPetstore.Model, OpenAPIPetstore
unInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
unInt32OpenAPIPetstore.Model, OpenAPIPetstore
unInt64OpenAPIPetstore.Model, OpenAPIPetstore
unInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unIoutilOpenAPIPetstore.Model, OpenAPIPetstore
unName2OpenAPIPetstore.Model, OpenAPIPetstore
unNumberOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamOpenAPIPetstore.Model, OpenAPIPetstore
unParam2OpenAPIPetstore.Model, OpenAPIPetstore
unParamBinaryOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
unParamDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unParamFloatOpenAPIPetstore.Model, OpenAPIPetstore
unParamIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unParamMapMapStringTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamStringOpenAPIPetstore.Model, OpenAPIPetstore
unPasswordOpenAPIPetstore.Model, OpenAPIPetstore
unPatternWithoutDelimiterOpenAPIPetstore.Model, OpenAPIPetstore
unPetIdOpenAPIPetstore.Model, OpenAPIPetstore
unPipeOpenAPIPetstore.Model, OpenAPIPetstore
unQueryOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredFileOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unStatusOpenAPIPetstore.Model, OpenAPIPetstore
unStatusTextOpenAPIPetstore.Model, OpenAPIPetstore
unStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unTagsOpenAPIPetstore.Model, OpenAPIPetstore
unUrlOpenAPIPetstore.Model, OpenAPIPetstore
unUsernameOpenAPIPetstore.Model, OpenAPIPetstore
UpdatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
updateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
Url 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
User 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userEmailOpenAPIPetstore.Model, OpenAPIPetstore
userEmailLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userFirstNameOpenAPIPetstore.Model, OpenAPIPetstore
userFirstNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userIdOpenAPIPetstore.Model, OpenAPIPetstore
userIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userLastNameOpenAPIPetstore.Model, OpenAPIPetstore
userLastNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Username 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userPasswordOpenAPIPetstore.Model, OpenAPIPetstore
userPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userPhoneOpenAPIPetstore.Model, OpenAPIPetstore
userPhoneLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUsernameOpenAPIPetstore.Model, OpenAPIPetstore
userUsernameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUserStatusOpenAPIPetstore.Model, OpenAPIPetstore
userUserStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - U)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - U

unAcceptOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unAdditionalMetadataOpenAPIPetstore.Model, OpenAPIPetstore
unApiKeyOpenAPIPetstore.Model, OpenAPIPetstore
unBinaryOpenAPIPetstore.Core, OpenAPIPetstore
unBodyOpenAPIPetstore.Model, OpenAPIPetstore
unBodyBoolOpenAPIPetstore.Model, OpenAPIPetstore
unBodyDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unBodyTextOpenAPIPetstore.Model, OpenAPIPetstore
unBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unByteOpenAPIPetstore.Model, OpenAPIPetstore
unByteArrayOpenAPIPetstore.Core, OpenAPIPetstore
unCallbackOpenAPIPetstore.Model, OpenAPIPetstore
unContentTypeOpenAPIPetstore.MimeTypes, OpenAPIPetstore
unContextOpenAPIPetstore.Model, OpenAPIPetstore
unDateOpenAPIPetstore.Core, OpenAPIPetstore
unDateTimeOpenAPIPetstore.Core, OpenAPIPetstore
unEnumFormStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumFormStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumHeaderStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringOpenAPIPetstore.Model, OpenAPIPetstore
unEnumQueryStringArrayOpenAPIPetstore.Model, OpenAPIPetstore
unFile2OpenAPIPetstore.Model, OpenAPIPetstore
unHttpOpenAPIPetstore.Model, OpenAPIPetstore
unInitRequestOpenAPIPetstore.Client, OpenAPIPetstore
unInt32OpenAPIPetstore.Model, OpenAPIPetstore
unInt64OpenAPIPetstore.Model, OpenAPIPetstore
unInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unIoutilOpenAPIPetstore.Model, OpenAPIPetstore
unName2OpenAPIPetstore.Model, OpenAPIPetstore
unNumberOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdOpenAPIPetstore.Model, OpenAPIPetstore
unOrderIdTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamOpenAPIPetstore.Model, OpenAPIPetstore
unParam2OpenAPIPetstore.Model, OpenAPIPetstore
unParamBinaryOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateOpenAPIPetstore.Model, OpenAPIPetstore
unParamDateTimeOpenAPIPetstore.Model, OpenAPIPetstore
unParamDoubleOpenAPIPetstore.Model, OpenAPIPetstore
unParamFloatOpenAPIPetstore.Model, OpenAPIPetstore
unParamIntegerOpenAPIPetstore.Model, OpenAPIPetstore
unParamMapMapStringTextOpenAPIPetstore.Model, OpenAPIPetstore
unParamStringOpenAPIPetstore.Model, OpenAPIPetstore
unPasswordOpenAPIPetstore.Model, OpenAPIPetstore
unPatternWithoutDelimiterOpenAPIPetstore.Model, OpenAPIPetstore
unPetIdOpenAPIPetstore.Model, OpenAPIPetstore
unPipeOpenAPIPetstore.Model, OpenAPIPetstore
unQueryOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredBooleanGroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredFileOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredInt64GroupOpenAPIPetstore.Model, OpenAPIPetstore
unRequiredStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unStatusOpenAPIPetstore.Model, OpenAPIPetstore
unStatusTextOpenAPIPetstore.Model, OpenAPIPetstore
unStringGroupOpenAPIPetstore.Model, OpenAPIPetstore
unTagsOpenAPIPetstore.Model, OpenAPIPetstore
unUrlOpenAPIPetstore.Model, OpenAPIPetstore
unUsernameOpenAPIPetstore.Model, OpenAPIPetstore
UpdatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
updatePetWithFormOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UpdateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
updateUserOpenAPIPetstore.API.User, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
UploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
uploadFileWithRequiredFileOpenAPIPetstore.API.Pet, OpenAPIPetstore.API, OpenAPIPetstore
Url 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
User 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userEmailOpenAPIPetstore.Model, OpenAPIPetstore
userEmailLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userFirstNameOpenAPIPetstore.Model, OpenAPIPetstore
userFirstNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userIdOpenAPIPetstore.Model, OpenAPIPetstore
userIdLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userLastNameOpenAPIPetstore.Model, OpenAPIPetstore
userLastNameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
Username 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
userPasswordOpenAPIPetstore.Model, OpenAPIPetstore
userPasswordLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userPhoneOpenAPIPetstore.Model, OpenAPIPetstore
userPhoneLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUsernameOpenAPIPetstore.Model, OpenAPIPetstore
userUsernameLOpenAPIPetstore.ModelLens, OpenAPIPetstore
userUserStatusOpenAPIPetstore.Model, OpenAPIPetstore
userUserStatusLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-W.html b/samples/client/petstore/haskell-http-client/docs/doc-index-W.html index 8c061fc8038f..e2a58ec06ed3 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-W.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-W.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - W)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - W

withNoLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStderrLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStdoutLoggingOpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - W)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - W

withNoLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStderrLoggingOpenAPIPetstore.Core, OpenAPIPetstore
withStdoutLoggingOpenAPIPetstore.Core, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index-X.html b/samples/client/petstore/haskell-http-client/docs/doc-index-X.html index 2e3f9efa6d66..c9b1458c9953 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index-X.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index-X.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - X)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - X

XmlItem 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index - X)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Index - X

XmlItem 
1 (Type/Class)OpenAPIPetstore.Model, OpenAPIPetstore
2 (Data Constructor)OpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemAttributeStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemAttributeStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNamespaceWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNamespaceWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemNameWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemNameWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsBooleanOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsBooleanLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsIntegerOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsIntegerLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNsWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixNumberOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixNumberLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixStringOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixStringLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemPrefixWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemPrefixWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
xmlItemWrappedArrayOpenAPIPetstore.Model, OpenAPIPetstore
xmlItemWrappedArrayLOpenAPIPetstore.ModelLens, OpenAPIPetstore
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index.html b/samples/client/petstore/haskell-http-client/docs/doc-index.html index 4e5d83c86b73..683758d96416 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index.html +++ b/samples/client/petstore/haskell-http-client/docs/doc-index.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client (Index)
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/doc-index.json b/samples/client/petstore/haskell-http-client/docs/doc-index.json index 78ab049d7c7b..0af5b0687894 100644 --- a/samples/client/petstore/haskell-http-client/docs/doc-index.json +++ b/samples/client/petstore/haskell-http-client/docs/doc-index.json @@ -1 +1 @@ -[{"display_html":"type LogExecWithContext = forall m a. MonadIO m => LogContext -> LogExec m a","name":"LogExecWithContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogExecWithContext"},{"display_html":"type LogExec m a = KatipT m a -> m a","name":"LogExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogExec"},{"display_html":"type LogContext = LogEnv","name":"LogContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogContext"},{"display_html":"type LogLevel = Severity","name":"LogLevel","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogLevel"},{"display_html":"initLogContext :: IO LogContext","name":"initLogContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:initLogContext"},{"display_html":"runDefaultLogExecWithContext :: LogExecWithContext","name":"runDefaultLogExecWithContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:runDefaultLogExecWithContext"},{"display_html":"stdoutLoggingExec :: LogExecWithContext","name":"stdoutLoggingExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stdoutLoggingExec"},{"display_html":"stdoutLoggingContext :: LogContext -> IO LogContext","name":"stdoutLoggingContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stdoutLoggingContext"},{"display_html":"stderrLoggingExec :: LogExecWithContext","name":"stderrLoggingExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stderrLoggingExec"},{"display_html":"stderrLoggingContext :: LogContext -> IO LogContext","name":"stderrLoggingContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stderrLoggingContext"},{"display_html":"runNullLogExec :: LogExecWithContext","name":"runNullLogExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:runNullLogExec"},{"display_html":"_log :: (Applicative m, Katip m) => Text -> LogLevel -> Text -> m ()","name":"_log","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:_log"},{"display_html":"logExceptions :: (Katip m, MonadCatch m, Applicative m) => Text -> m a -> m a","name":"logExceptions","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:logExceptions"},{"display_html":"levelInfo :: LogLevel","name":"levelInfo","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:levelInfo"},{"display_html":"levelError :: LogLevel","name":"levelError","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:levelError"},{"display_html":"levelDebug :: LogLevel","name":"levelDebug","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:levelDebug"},{"display_html":"data ContentType a = MimeType a => ContentType {}","name":"ContentType ContentType unContentType","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:ContentType"},{"display_html":"data Accept a = MimeType a => Accept {}","name":"Accept Accept unAccept","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:Accept"},{"display_html":"class MimeType mtype => Consumes req mtype","name":"Consumes","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:Consumes"},{"display_html":"class MimeType mtype => Produces req mtype","name":"Produces","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:Produces"},{"display_html":"data MimeJSON = MimeJSON","name":"MimeJSON MimeJSON","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeJSON"},{"display_html":"data MimeXML = MimeXML","name":"MimeXML MimeXML","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeXML"},{"display_html":"data MimePlainText = MimePlainText","name":"MimePlainText MimePlainText","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimePlainText"},{"display_html":"data MimeFormUrlEncoded = MimeFormUrlEncoded","name":"MimeFormUrlEncoded MimeFormUrlEncoded","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeFormUrlEncoded"},{"display_html":"data MimeMultipartFormData = MimeMultipartFormData","name":"MimeMultipartFormData MimeMultipartFormData","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeMultipartFormData"},{"display_html":"data MimeOctetStream = MimeOctetStream","name":"MimeOctetStream MimeOctetStream","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeOctetStream"},{"display_html":"data MimeNoContent = MimeNoContent","name":"MimeNoContent MimeNoContent","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeNoContent"},{"display_html":"data MimeAny = MimeAny","name":"MimeAny MimeAny","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeAny"},{"display_html":"data NoContent = NoContent","name":"NoContent NoContent","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:NoContent"},{"display_html":"class Typeable mtype => MimeType mtype where","name":"MimeType mimeTypes' mimeType' mimeTypes mimeType","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeType"},{"display_html":"class MimeType mtype => MimeRender mtype x where","name":"MimeRender mimeRender' mimeRender","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeRender"},{"display_html":"mimeRenderDefaultMultipartFormData :: ToHttpApiData a => a -> ByteString","name":"mimeRenderDefaultMultipartFormData","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#v:mimeRenderDefaultMultipartFormData"},{"display_html":"class MimeType mtype => MimeUnrender mtype o where","name":"MimeUnrender mimeUnrender' mimeUnrender","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeUnrender"},{"display_html":"data MimeXmlCharsetutf16 = MimeXmlCharsetutf16","name":"MimeXmlCharsetutf16 MimeXmlCharsetutf16","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeXmlCharsetutf16"},{"display_html":"data MimeXmlCharsetutf8 = MimeXmlCharsetutf8","name":"MimeXmlCharsetutf8 MimeXmlCharsetutf8","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeXmlCharsetutf8"},{"display_html":"data MimeTextXml = MimeTextXml","name":"MimeTextXml MimeTextXml","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeTextXml"},{"display_html":"data MimeTextXmlCharsetutf16 = MimeTextXmlCharsetutf16","name":"MimeTextXmlCharsetutf16 MimeTextXmlCharsetutf16","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeTextXmlCharsetutf16"},{"display_html":"data MimeTextXmlCharsetutf8 = MimeTextXmlCharsetutf8","name":"MimeTextXmlCharsetutf8 MimeTextXmlCharsetutf8","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeTextXmlCharsetutf8"},{"display_html":"data OpenAPIPetstoreConfig = OpenAPIPetstoreConfig {}","name":"OpenAPIPetstoreConfig OpenAPIPetstoreConfig configQueryExtraUnreserved configValidateAuthMethods configAuthMethods configLogContext configLogExecWithContext configUserAgent configHost","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:OpenAPIPetstoreConfig"},{"display_html":"newConfig :: IO OpenAPIPetstoreConfig","name":"newConfig","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:newConfig"},{"display_html":"addAuthMethod :: AuthMethod auth => OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig","name":"addAuthMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addAuthMethod"},{"display_html":"withStdoutLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig","name":"withStdoutLogging","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:withStdoutLogging"},{"display_html":"withStderrLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig","name":"withStderrLogging","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:withStderrLogging"},{"display_html":"withNoLogging :: OpenAPIPetstoreConfig -> OpenAPIPetstoreConfig","name":"withNoLogging","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:withNoLogging"},{"display_html":"data OpenAPIPetstoreRequest req contentType res accept = OpenAPIPetstoreRequest {}","name":"OpenAPIPetstoreRequest OpenAPIPetstoreRequest rAuthTypes rParams rUrlPath rMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:OpenAPIPetstoreRequest"},{"display_html":"rMethodL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Method","name":"rMethodL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rMethodL"},{"display_html":"rUrlPathL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [ByteString]","name":"rUrlPathL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rUrlPathL"},{"display_html":"rParamsL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Params","name":"rParamsL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rParamsL"},{"display_html":"rAuthTypesL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [TypeRep]","name":"rAuthTypesL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rAuthTypesL"},{"display_html":"class HasBodyParam req param where","name":"HasBodyParam setBodyParam","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:HasBodyParam"},{"display_html":"class HasOptionalParam req param where","name":"HasOptionalParam -&- applyOptionalParam","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:HasOptionalParam"},{"display_html":"data Params = Params {}","name":"Params Params paramsBody paramsHeaders paramsQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Params"},{"display_html":"paramsQueryL :: Lens_' Params Query","name":"paramsQueryL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:paramsQueryL"},{"display_html":"paramsHeadersL :: Lens_' Params RequestHeaders","name":"paramsHeadersL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:paramsHeadersL"},{"display_html":"paramsBodyL :: Lens_' Params ParamBody","name":"paramsBodyL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:paramsBodyL"},{"display_html":"data ParamBody","name":"ParamBody ParamBodyMultipartFormData ParamBodyFormUrlEncoded ParamBodyBL ParamBodyB ParamBodyNone","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:ParamBody"},{"display_html":"_mkRequest :: Method -> [ByteString] -> OpenAPIPetstoreRequest req contentType res accept","name":"_mkRequest","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_mkRequest"},{"display_html":"_mkParams :: Params","name":"_mkParams","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_mkParams"},{"display_html":"setHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept","name":"setHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:setHeader"},{"display_html":"addHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept","name":"addHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addHeader"},{"display_html":"removeHeader :: OpenAPIPetstoreRequest req contentType res accept -> [HeaderName] -> OpenAPIPetstoreRequest req contentType res accept","name":"removeHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:removeHeader"},{"display_html":"_setContentTypeHeader :: forall req contentType res accept. MimeType contentType => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept","name":"_setContentTypeHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setContentTypeHeader"},{"display_html":"_setAcceptHeader :: forall req contentType res accept. MimeType accept => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept","name":"_setAcceptHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setAcceptHeader"},{"display_html":"setQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept","name":"setQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:setQuery"},{"display_html":"addQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept","name":"addQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addQuery"},{"display_html":"addForm :: OpenAPIPetstoreRequest req contentType res accept -> Form -> OpenAPIPetstoreRequest req contentType res accept","name":"addForm","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addForm"},{"display_html":"_addMultiFormPart :: OpenAPIPetstoreRequest req contentType res accept -> Part -> OpenAPIPetstoreRequest req contentType res accept","name":"_addMultiFormPart","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_addMultiFormPart"},{"display_html":"_setBodyBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept","name":"_setBodyBS","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setBodyBS"},{"display_html":"_setBodyLBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept","name":"_setBodyLBS","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setBodyLBS"},{"display_html":"_hasAuthType :: AuthMethod authMethod => OpenAPIPetstoreRequest req contentType res accept -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept","name":"_hasAuthType","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_hasAuthType"},{"display_html":"toPath :: ToHttpApiData a => a -> ByteString","name":"toPath","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toPath"},{"display_html":"toHeader :: ToHttpApiData a => (HeaderName, a) -> [Header]","name":"toHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toHeader"},{"display_html":"toForm :: ToHttpApiData v => (ByteString, v) -> Form","name":"toForm","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toForm"},{"display_html":"toQuery :: ToHttpApiData a => (ByteString, Maybe a) -> [QueryItem]","name":"toQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toQuery"},{"display_html":"toPartialEscapeQuery :: ByteString -> Query -> PartialEscapeQuery","name":"toPartialEscapeQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toPartialEscapeQuery"},{"display_html":"data CollectionFormat","name":"CollectionFormat MultiParamArray PipeSeparated TabSeparated SpaceSeparated CommaSeparated","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:CollectionFormat"},{"display_html":"toHeaderColl :: ToHttpApiData a => CollectionFormat -> (HeaderName, [a]) -> [Header]","name":"toHeaderColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toHeaderColl"},{"display_html":"toFormColl :: ToHttpApiData v => CollectionFormat -> (ByteString, [v]) -> Form","name":"toFormColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toFormColl"},{"display_html":"toQueryColl :: ToHttpApiData a => CollectionFormat -> (ByteString, Maybe [a]) -> Query","name":"toQueryColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toQueryColl"},{"display_html":"_toColl :: Traversable f => CollectionFormat -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)]","name":"_toColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toColl"},{"display_html":"_toCollA :: (Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t ByteString)]) -> f (t [a]) -> [(b, t ByteString)]","name":"_toCollA","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toCollA"},{"display_html":"_toCollA' :: (Monoid c, Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t c)]) -> (Char -> c) -> f (t [a]) -> [(b, t c)]","name":"_toCollA'","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toCollA-39-"},{"display_html":"class Typeable a => AuthMethod a where","name":"AuthMethod applyAuthMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:AuthMethod"},{"display_html":"data AnyAuthMethod = forall a.AuthMethod a => AnyAuthMethod a","name":"AnyAuthMethod AnyAuthMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:AnyAuthMethod"},{"display_html":"data AuthMethodException = AuthMethodException String","name":"AuthMethodException AuthMethodException","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:AuthMethodException"},{"display_html":"_applyAuthMethods :: OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreConfig -> IO (OpenAPIPetstoreRequest req contentType res accept)","name":"_applyAuthMethods","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_applyAuthMethods"},{"display_html":"_omitNulls :: [(Text, Value)] -> Value","name":"_omitNulls","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_omitNulls"},{"display_html":"_toFormItem :: (ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text])","name":"_toFormItem","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toFormItem"},{"display_html":"_emptyToNothing :: Maybe String -> Maybe String","name":"_emptyToNothing","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_emptyToNothing"},{"display_html":"_memptyToNothing :: (Monoid a, Eq a) => Maybe a -> Maybe a","name":"_memptyToNothing","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_memptyToNothing"},{"display_html":"newtype DateTime = DateTime {}","name":"DateTime DateTime unDateTime","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:DateTime"},{"display_html":"_readDateTime :: (MonadFail m, Alternative m) => String -> m DateTime","name":"_readDateTime","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readDateTime"},{"display_html":"_showDateTime :: (t ~ UTCTime, FormatTime t) => t -> String","name":"_showDateTime","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showDateTime"},{"display_html":"_parseISO8601 :: (ParseTime t, MonadFail m, Alternative m) => String -> m t","name":"_parseISO8601","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_parseISO8601"},{"display_html":"newtype Date = Date {}","name":"Date Date unDate","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Date"},{"display_html":"_readDate :: MonadFail m => String -> m Date","name":"_readDate","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readDate"},{"display_html":"_showDate :: FormatTime t => t -> String","name":"_showDate","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showDate"},{"display_html":"newtype ByteArray = ByteArray {}","name":"ByteArray ByteArray unByteArray","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:ByteArray"},{"display_html":"_readByteArray :: MonadFail m => Text -> m ByteArray","name":"_readByteArray","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readByteArray"},{"display_html":"_showByteArray :: ByteArray -> Text","name":"_showByteArray","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showByteArray"},{"display_html":"newtype Binary = Binary {}","name":"Binary Binary unBinary","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Binary"},{"display_html":"_readBinaryBase64 :: MonadFail m => Text -> m Binary","name":"_readBinaryBase64","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readBinaryBase64"},{"display_html":"_showBinaryBase64 :: Binary -> Text","name":"_showBinaryBase64","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showBinaryBase64"},{"display_html":"type Lens_' s a = Lens_ s s a a","name":"Lens_'","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Lens_-39-"},{"display_html":"type Lens_ s t a b = forall (f :: Type -> Type). Functor f => (a -> f b) -> s -> f t","name":"Lens_","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Lens_"},{"display_html":"dispatchLbs :: (Produces req accept, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString)","name":"dispatchLbs","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchLbs"},{"display_html":"data MimeResult res = MimeResult {}","name":"MimeResult MimeResult mimeResultResponse mimeResult","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#t:MimeResult"},{"display_html":"data MimeError = MimeError {}","name":"MimeError MimeError mimeErrorResponse mimeError","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#t:MimeError"},{"display_html":"dispatchMime :: forall req contentType res accept. (Produces req accept, MimeUnrender accept res, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (MimeResult res)","name":"dispatchMime","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchMime"},{"display_html":"dispatchMime' :: (Produces req accept, MimeUnrender accept res, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Either MimeError res)","name":"dispatchMime'","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchMime-39-"},{"display_html":"dispatchLbsUnsafe :: (MimeType accept, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString)","name":"dispatchLbsUnsafe","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchLbsUnsafe"},{"display_html":"dispatchInitUnsafe :: Manager -> OpenAPIPetstoreConfig -> InitRequest req contentType res accept -> IO (Response ByteString)","name":"dispatchInitUnsafe","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchInitUnsafe"},{"display_html":"newtype InitRequest req contentType res accept = InitRequest {}","name":"InitRequest InitRequest unInitRequest","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#t:InitRequest"},{"display_html":"_toInitRequest :: (MimeType accept, MimeType contentType) => OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (InitRequest req contentType res accept)","name":"_toInitRequest","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:_toInitRequest"},{"display_html":"modifyInitRequest :: InitRequest req contentType res accept -> (Request -> Request) -> InitRequest req contentType res accept","name":"modifyInitRequest","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:modifyInitRequest"},{"display_html":"modifyInitRequestM :: Monad m => InitRequest req contentType res accept -> (Request -> m Request) -> m (InitRequest req contentType res accept)","name":"modifyInitRequestM","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:modifyInitRequestM"},{"display_html":"runConfigLog :: MonadIO m => OpenAPIPetstoreConfig -> LogExec m a","name":"runConfigLog","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:runConfigLog"},{"display_html":"runConfigLogWithExceptions :: (MonadCatch m, MonadIO m) => Text -> OpenAPIPetstoreConfig -> LogExec m a","name":"runConfigLogWithExceptions","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:runConfigLogWithExceptions"},{"display_html":"newtype AdditionalMetadata = AdditionalMetadata {}","name":"AdditionalMetadata AdditionalMetadata unAdditionalMetadata","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalMetadata"},{"display_html":"newtype ApiKey = ApiKey {}","name":"ApiKey ApiKey unApiKey","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ApiKey"},{"display_html":"newtype Body = Body {}","name":"Body Body unBody","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Body"},{"display_html":"newtype BodyBool = BodyBool {}","name":"BodyBool BodyBool unBodyBool","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BodyBool"},{"display_html":"newtype BodyDouble = BodyDouble {}","name":"BodyDouble BodyDouble unBodyDouble","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BodyDouble"},{"display_html":"newtype BodyText = BodyText {}","name":"BodyText BodyText unBodyText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BodyText"},{"display_html":"newtype BooleanGroup = BooleanGroup {}","name":"BooleanGroup BooleanGroup unBooleanGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BooleanGroup"},{"display_html":"newtype Byte = Byte {}","name":"Byte Byte unByte","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Byte"},{"display_html":"newtype Callback = Callback {}","name":"Callback Callback unCallback","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Callback"},{"display_html":"newtype Context = Context {}","name":"Context Context unContext","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Context"},{"display_html":"newtype EnumFormString = EnumFormString {}","name":"EnumFormString EnumFormString unEnumFormString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumFormString"},{"display_html":"newtype EnumFormStringArray = EnumFormStringArray {}","name":"EnumFormStringArray EnumFormStringArray unEnumFormStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumFormStringArray"},{"display_html":"newtype EnumHeaderString = EnumHeaderString {}","name":"EnumHeaderString EnumHeaderString unEnumHeaderString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumHeaderString"},{"display_html":"newtype EnumHeaderStringArray = EnumHeaderStringArray {}","name":"EnumHeaderStringArray EnumHeaderStringArray unEnumHeaderStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumHeaderStringArray"},{"display_html":"newtype EnumQueryDouble = EnumQueryDouble {}","name":"EnumQueryDouble EnumQueryDouble unEnumQueryDouble","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryDouble"},{"display_html":"newtype EnumQueryInteger = EnumQueryInteger {}","name":"EnumQueryInteger EnumQueryInteger unEnumQueryInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryInteger"},{"display_html":"newtype EnumQueryString = EnumQueryString {}","name":"EnumQueryString EnumQueryString unEnumQueryString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryString"},{"display_html":"newtype EnumQueryStringArray = EnumQueryStringArray {}","name":"EnumQueryStringArray EnumQueryStringArray unEnumQueryStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryStringArray"},{"display_html":"newtype File2 = File2 {}","name":"File2 File2 unFile2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:File2"},{"display_html":"newtype Http = Http {}","name":"Http Http unHttp","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Http"},{"display_html":"newtype Int32 = Int32 {}","name":"Int32 Int32 unInt32","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Int32"},{"display_html":"newtype Int64 = Int64 {}","name":"Int64 Int64 unInt64","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Int64"},{"display_html":"newtype Int64Group = Int64Group {}","name":"Int64Group Int64Group unInt64Group","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Int64Group"},{"display_html":"newtype Ioutil = Ioutil {}","name":"Ioutil Ioutil unIoutil","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Ioutil"},{"display_html":"newtype Name2 = Name2 {}","name":"Name2 Name2 unName2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Name2"},{"display_html":"newtype Number = Number {}","name":"Number Number unNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Number"},{"display_html":"newtype OrderId = OrderId {}","name":"OrderId OrderId unOrderId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OrderId"},{"display_html":"newtype OrderIdText = OrderIdText {}","name":"OrderIdText OrderIdText unOrderIdText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OrderIdText"},{"display_html":"newtype Param = Param {}","name":"Param Param unParam","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Param"},{"display_html":"newtype Param2 = Param2 {}","name":"Param2 Param2 unParam2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Param2"},{"display_html":"newtype ParamBinary = ParamBinary {}","name":"ParamBinary ParamBinary unParamBinary","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamBinary"},{"display_html":"newtype ParamDate = ParamDate {}","name":"ParamDate ParamDate unParamDate","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamDate"},{"display_html":"newtype ParamDateTime = ParamDateTime {}","name":"ParamDateTime ParamDateTime unParamDateTime","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamDateTime"},{"display_html":"newtype ParamDouble = ParamDouble {}","name":"ParamDouble ParamDouble unParamDouble","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamDouble"},{"display_html":"newtype ParamFloat = ParamFloat {}","name":"ParamFloat ParamFloat unParamFloat","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamFloat"},{"display_html":"newtype ParamInteger = ParamInteger {}","name":"ParamInteger ParamInteger unParamInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamInteger"},{"display_html":"newtype ParamMapMapStringText = ParamMapMapStringText {}","name":"ParamMapMapStringText ParamMapMapStringText unParamMapMapStringText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamMapMapStringText"},{"display_html":"newtype ParamString = ParamString {}","name":"ParamString ParamString unParamString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamString"},{"display_html":"newtype Password = Password {}","name":"Password Password unPassword","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Password"},{"display_html":"newtype PatternWithoutDelimiter = PatternWithoutDelimiter {}","name":"PatternWithoutDelimiter PatternWithoutDelimiter unPatternWithoutDelimiter","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:PatternWithoutDelimiter"},{"display_html":"newtype PetId = PetId {}","name":"PetId PetId unPetId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:PetId"},{"display_html":"newtype Pipe = Pipe {}","name":"Pipe Pipe unPipe","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Pipe"},{"display_html":"newtype Query = Query {}","name":"Query Query unQuery","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Query"},{"display_html":"newtype RequiredBooleanGroup = RequiredBooleanGroup {}","name":"RequiredBooleanGroup RequiredBooleanGroup unRequiredBooleanGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredBooleanGroup"},{"display_html":"newtype RequiredFile = RequiredFile {}","name":"RequiredFile RequiredFile unRequiredFile","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredFile"},{"display_html":"newtype RequiredInt64Group = RequiredInt64Group {}","name":"RequiredInt64Group RequiredInt64Group unRequiredInt64Group","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredInt64Group"},{"display_html":"newtype RequiredStringGroup = RequiredStringGroup {}","name":"RequiredStringGroup RequiredStringGroup unRequiredStringGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredStringGroup"},{"display_html":"newtype Status = Status {}","name":"Status Status unStatus","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Status"},{"display_html":"newtype StatusText = StatusText {}","name":"StatusText StatusText unStatusText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:StatusText"},{"display_html":"newtype StringGroup = StringGroup {}","name":"StringGroup StringGroup unStringGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:StringGroup"},{"display_html":"newtype Tags = Tags {}","name":"Tags Tags unTags","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Tags"},{"display_html":"newtype Url = Url {}","name":"Url Url unUrl","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Url"},{"display_html":"newtype Username = Username {}","name":"Username Username unUsername","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Username"},{"display_html":"data AdditionalPropertiesAnyType = AdditionalPropertiesAnyType {}","name":"AdditionalPropertiesAnyType AdditionalPropertiesAnyType additionalPropertiesAnyTypeName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesAnyType"},{"display_html":"mkAdditionalPropertiesAnyType :: AdditionalPropertiesAnyType","name":"mkAdditionalPropertiesAnyType","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesAnyType"},{"display_html":"data AdditionalPropertiesArray = AdditionalPropertiesArray {}","name":"AdditionalPropertiesArray AdditionalPropertiesArray additionalPropertiesArrayName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesArray"},{"display_html":"mkAdditionalPropertiesArray :: AdditionalPropertiesArray","name":"mkAdditionalPropertiesArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesArray"},{"display_html":"data AdditionalPropertiesBoolean = AdditionalPropertiesBoolean {}","name":"AdditionalPropertiesBoolean AdditionalPropertiesBoolean additionalPropertiesBooleanName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesBoolean"},{"display_html":"mkAdditionalPropertiesBoolean :: AdditionalPropertiesBoolean","name":"mkAdditionalPropertiesBoolean","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesBoolean"},{"display_html":"data AdditionalPropertiesClass = AdditionalPropertiesClass {}","name":"AdditionalPropertiesClass AdditionalPropertiesClass additionalPropertiesClassAnytype3 additionalPropertiesClassAnytype2 additionalPropertiesClassAnytype1 additionalPropertiesClassMapMapAnytype additionalPropertiesClassMapMapString additionalPropertiesClassMapArrayAnytype additionalPropertiesClassMapArrayInteger additionalPropertiesClassMapBoolean additionalPropertiesClassMapInteger additionalPropertiesClassMapNumber additionalPropertiesClassMapString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesClass"},{"display_html":"mkAdditionalPropertiesClass :: AdditionalPropertiesClass","name":"mkAdditionalPropertiesClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesClass"},{"display_html":"data AdditionalPropertiesInteger = AdditionalPropertiesInteger {}","name":"AdditionalPropertiesInteger AdditionalPropertiesInteger additionalPropertiesIntegerName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesInteger"},{"display_html":"mkAdditionalPropertiesInteger :: AdditionalPropertiesInteger","name":"mkAdditionalPropertiesInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesInteger"},{"display_html":"data AdditionalPropertiesNumber = AdditionalPropertiesNumber {}","name":"AdditionalPropertiesNumber AdditionalPropertiesNumber additionalPropertiesNumberName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesNumber"},{"display_html":"mkAdditionalPropertiesNumber :: AdditionalPropertiesNumber","name":"mkAdditionalPropertiesNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesNumber"},{"display_html":"data AdditionalPropertiesObject = AdditionalPropertiesObject {}","name":"AdditionalPropertiesObject AdditionalPropertiesObject additionalPropertiesObjectName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesObject"},{"display_html":"mkAdditionalPropertiesObject :: AdditionalPropertiesObject","name":"mkAdditionalPropertiesObject","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesObject"},{"display_html":"data AdditionalPropertiesString = AdditionalPropertiesString {}","name":"AdditionalPropertiesString AdditionalPropertiesString additionalPropertiesStringName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesString"},{"display_html":"mkAdditionalPropertiesString :: AdditionalPropertiesString","name":"mkAdditionalPropertiesString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesString"},{"display_html":"data Animal = Animal {}","name":"Animal Animal animalColor animalClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Animal"},{"display_html":"mkAnimal :: Text -> Animal","name":"mkAnimal","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAnimal"},{"display_html":"data ApiResponse = ApiResponse {}","name":"ApiResponse ApiResponse apiResponseMessage apiResponseType apiResponseCode","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ApiResponse"},{"display_html":"mkApiResponse :: ApiResponse","name":"mkApiResponse","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkApiResponse"},{"display_html":"data ArrayOfArrayOfNumberOnly = ArrayOfArrayOfNumberOnly {}","name":"ArrayOfArrayOfNumberOnly ArrayOfArrayOfNumberOnly arrayOfArrayOfNumberOnlyArrayArrayNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ArrayOfArrayOfNumberOnly"},{"display_html":"mkArrayOfArrayOfNumberOnly :: ArrayOfArrayOfNumberOnly","name":"mkArrayOfArrayOfNumberOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkArrayOfArrayOfNumberOnly"},{"display_html":"data ArrayOfNumberOnly = ArrayOfNumberOnly {}","name":"ArrayOfNumberOnly ArrayOfNumberOnly arrayOfNumberOnlyArrayNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ArrayOfNumberOnly"},{"display_html":"mkArrayOfNumberOnly :: ArrayOfNumberOnly","name":"mkArrayOfNumberOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkArrayOfNumberOnly"},{"display_html":"data ArrayTest = ArrayTest {}","name":"ArrayTest ArrayTest arrayTestArrayArrayOfModel arrayTestArrayArrayOfInteger arrayTestArrayOfString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ArrayTest"},{"display_html":"mkArrayTest :: ArrayTest","name":"mkArrayTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkArrayTest"},{"display_html":"data BigCat = BigCat {}","name":"BigCat BigCat bigCatKind bigCatDeclawed bigCatColor bigCatClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BigCat"},{"display_html":"mkBigCat :: Text -> BigCat","name":"mkBigCat","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkBigCat"},{"display_html":"data BigCatAllOf = BigCatAllOf {}","name":"BigCatAllOf BigCatAllOf bigCatAllOfKind","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BigCatAllOf"},{"display_html":"mkBigCatAllOf :: BigCatAllOf","name":"mkBigCatAllOf","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkBigCatAllOf"},{"display_html":"data Capitalization = Capitalization {}","name":"Capitalization Capitalization capitalizationAttName capitalizationScaEthFlowPoints capitalizationCapitalSnake capitalizationSmallSnake capitalizationCapitalCamel capitalizationSmallCamel","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Capitalization"},{"display_html":"mkCapitalization :: Capitalization","name":"mkCapitalization","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCapitalization"},{"display_html":"data Cat = Cat {}","name":"Cat Cat catDeclawed catColor catClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Cat"},{"display_html":"mkCat :: Text -> Cat","name":"mkCat","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCat"},{"display_html":"data CatAllOf = CatAllOf {}","name":"CatAllOf CatAllOf catAllOfDeclawed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:CatAllOf"},{"display_html":"mkCatAllOf :: CatAllOf","name":"mkCatAllOf","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCatAllOf"},{"display_html":"data Category = Category {}","name":"Category Category categoryName categoryId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Category"},{"display_html":"mkCategory :: Text -> Category","name":"mkCategory","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCategory"},{"display_html":"data ClassModel = ClassModel {}","name":"ClassModel ClassModel classModelClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ClassModel"},{"display_html":"mkClassModel :: ClassModel","name":"mkClassModel","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkClassModel"},{"display_html":"data Client = Client {}","name":"Client Client clientClient","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Client"},{"display_html":"mkClient :: Client","name":"mkClient","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkClient"},{"display_html":"data Dog = Dog {}","name":"Dog Dog dogBreed dogColor dogClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Dog"},{"display_html":"mkDog :: Text -> Dog","name":"mkDog","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkDog"},{"display_html":"data DogAllOf = DogAllOf {}","name":"DogAllOf DogAllOf dogAllOfBreed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:DogAllOf"},{"display_html":"mkDogAllOf :: DogAllOf","name":"mkDogAllOf","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkDogAllOf"},{"display_html":"data EnumArrays = EnumArrays {}","name":"EnumArrays EnumArrays enumArraysArrayEnum enumArraysJustSymbol","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumArrays"},{"display_html":"mkEnumArrays :: EnumArrays","name":"mkEnumArrays","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkEnumArrays"},{"display_html":"data EnumTest = EnumTest {}","name":"EnumTest EnumTest enumTestOuterEnum enumTestEnumNumber enumTestEnumInteger enumTestEnumStringRequired enumTestEnumString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumTest"},{"display_html":"mkEnumTest :: E'EnumString -> EnumTest","name":"mkEnumTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkEnumTest"},{"display_html":"data File = File {}","name":"File File fileSourceUri","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:File"},{"display_html":"mkFile :: File","name":"mkFile","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkFile"},{"display_html":"data FileSchemaTestClass = FileSchemaTestClass {}","name":"FileSchemaTestClass FileSchemaTestClass fileSchemaTestClassFiles fileSchemaTestClassFile","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:FileSchemaTestClass"},{"display_html":"mkFileSchemaTestClass :: FileSchemaTestClass","name":"mkFileSchemaTestClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkFileSchemaTestClass"},{"display_html":"data FormatTest = FormatTest {}","name":"FormatTest FormatTest formatTestBigDecimal formatTestPassword formatTestUuid formatTestDateTime formatTestDate formatTestBinary formatTestByte formatTestString formatTestDouble formatTestFloat formatTestNumber formatTestInt64 formatTestInt32 formatTestInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:FormatTest"},{"display_html":"mkFormatTest :: Double -> ByteArray -> Date -> Text -> FormatTest","name":"mkFormatTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkFormatTest"},{"display_html":"data HasOnlyReadOnly = HasOnlyReadOnly {}","name":"HasOnlyReadOnly HasOnlyReadOnly hasOnlyReadOnlyFoo hasOnlyReadOnlyBar","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:HasOnlyReadOnly"},{"display_html":"mkHasOnlyReadOnly :: HasOnlyReadOnly","name":"mkHasOnlyReadOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkHasOnlyReadOnly"},{"display_html":"data MapTest = MapTest {}","name":"MapTest MapTest mapTestIndirectMap mapTestDirectMap mapTestMapOfEnumString mapTestMapMapOfString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:MapTest"},{"display_html":"mkMapTest :: MapTest","name":"mkMapTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkMapTest"},{"display_html":"data MixedPropertiesAndAdditionalPropertiesClass = MixedPropertiesAndAdditionalPropertiesClass {}","name":"MixedPropertiesAndAdditionalPropertiesClass MixedPropertiesAndAdditionalPropertiesClass mixedPropertiesAndAdditionalPropertiesClassMap mixedPropertiesAndAdditionalPropertiesClassDateTime mixedPropertiesAndAdditionalPropertiesClassUuid","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:MixedPropertiesAndAdditionalPropertiesClass"},{"display_html":"mkMixedPropertiesAndAdditionalPropertiesClass :: MixedPropertiesAndAdditionalPropertiesClass","name":"mkMixedPropertiesAndAdditionalPropertiesClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkMixedPropertiesAndAdditionalPropertiesClass"},{"display_html":"data Model200Response = Model200Response {}","name":"Model200Response Model200Response model200ResponseClass model200ResponseName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Model200Response"},{"display_html":"mkModel200Response :: Model200Response","name":"mkModel200Response","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkModel200Response"},{"display_html":"data ModelList = ModelList {}","name":"ModelList ModelList modelList123list","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ModelList"},{"display_html":"mkModelList :: ModelList","name":"mkModelList","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkModelList"},{"display_html":"data ModelReturn = ModelReturn {}","name":"ModelReturn ModelReturn modelReturnReturn","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ModelReturn"},{"display_html":"mkModelReturn :: ModelReturn","name":"mkModelReturn","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkModelReturn"},{"display_html":"data Name = Name {}","name":"Name Name name123number nameProperty nameSnakeCase nameName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Name"},{"display_html":"mkName :: Int -> Name","name":"mkName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkName"},{"display_html":"data NumberOnly = NumberOnly {}","name":"NumberOnly NumberOnly numberOnlyJustNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:NumberOnly"},{"display_html":"mkNumberOnly :: NumberOnly","name":"mkNumberOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkNumberOnly"},{"display_html":"data Order = Order {}","name":"Order Order orderComplete orderStatus orderShipDate orderQuantity orderPetId orderId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Order"},{"display_html":"mkOrder :: Order","name":"mkOrder","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkOrder"},{"display_html":"data OuterComposite = OuterComposite {}","name":"OuterComposite OuterComposite outerCompositeMyBoolean outerCompositeMyString outerCompositeMyNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OuterComposite"},{"display_html":"mkOuterComposite :: OuterComposite","name":"mkOuterComposite","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkOuterComposite"},{"display_html":"data Pet = Pet {}","name":"Pet Pet petStatus petTags petPhotoUrls petName petCategory petId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Pet"},{"display_html":"mkPet :: Text -> [Text] -> Pet","name":"mkPet","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkPet"},{"display_html":"data ReadOnlyFirst = ReadOnlyFirst {}","name":"ReadOnlyFirst ReadOnlyFirst readOnlyFirstBaz readOnlyFirstBar","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ReadOnlyFirst"},{"display_html":"mkReadOnlyFirst :: ReadOnlyFirst","name":"mkReadOnlyFirst","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkReadOnlyFirst"},{"display_html":"data SpecialModelName = SpecialModelName {}","name":"SpecialModelName SpecialModelName specialModelNameSpecialPropertyName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:SpecialModelName"},{"display_html":"mkSpecialModelName :: SpecialModelName","name":"mkSpecialModelName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkSpecialModelName"},{"display_html":"data Tag = Tag {}","name":"Tag Tag tagName tagId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Tag"},{"display_html":"mkTag :: Tag","name":"mkTag","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkTag"},{"display_html":"data TypeHolderDefault = TypeHolderDefault {}","name":"TypeHolderDefault TypeHolderDefault typeHolderDefaultArrayItem typeHolderDefaultBoolItem typeHolderDefaultIntegerItem typeHolderDefaultNumberItem typeHolderDefaultStringItem","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:TypeHolderDefault"},{"display_html":"mkTypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault","name":"mkTypeHolderDefault","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkTypeHolderDefault"},{"display_html":"data TypeHolderExample = TypeHolderExample {}","name":"TypeHolderExample TypeHolderExample typeHolderExampleArrayItem typeHolderExampleBoolItem typeHolderExampleIntegerItem typeHolderExampleFloatItem typeHolderExampleNumberItem typeHolderExampleStringItem","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:TypeHolderExample"},{"display_html":"mkTypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample","name":"mkTypeHolderExample","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkTypeHolderExample"},{"display_html":"data User = User {}","name":"User User userUserStatus userPhone userEmail userLastName userFirstName userUsername userId userPassword","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:User"},{"display_html":"mkUser :: User","name":"mkUser","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkUser"},{"display_html":"data XmlItem = XmlItem {}","name":"XmlItem XmlItem xmlItemPrefixNsWrappedArray xmlItemPrefixNsArray xmlItemPrefixNsBoolean xmlItemPrefixNsInteger xmlItemPrefixNsNumber xmlItemPrefixNsString xmlItemNamespaceWrappedArray xmlItemNamespaceArray xmlItemNamespaceBoolean xmlItemNamespaceInteger xmlItemNamespaceNumber xmlItemNamespaceString xmlItemPrefixWrappedArray xmlItemPrefixArray xmlItemPrefixBoolean xmlItemPrefixInteger xmlItemPrefixNumber xmlItemPrefixString xmlItemNameWrappedArray xmlItemNameArray xmlItemNameBoolean xmlItemNameInteger xmlItemNameNumber xmlItemNameString xmlItemWrappedArray xmlItemAttributeBoolean xmlItemAttributeInteger xmlItemAttributeNumber xmlItemAttributeString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:XmlItem"},{"display_html":"mkXmlItem :: XmlItem","name":"mkXmlItem","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkXmlItem"},{"display_html":"data E'ArrayEnum","name":"E'ArrayEnum E'ArrayEnum'Crab E'ArrayEnum'Fish","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-ArrayEnum"},{"display_html":"fromE'ArrayEnum :: E'ArrayEnum -> Text","name":"fromE'ArrayEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-ArrayEnum"},{"display_html":"toE'ArrayEnum :: Text -> Either String E'ArrayEnum","name":"toE'ArrayEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-ArrayEnum"},{"display_html":"data E'EnumFormString","name":"E'EnumFormString E'EnumFormString'_xyz E'EnumFormString'_efg E'EnumFormString'_abc","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumFormString"},{"display_html":"fromE'EnumFormString :: E'EnumFormString -> Text","name":"fromE'EnumFormString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumFormString"},{"display_html":"toE'EnumFormString :: Text -> Either String E'EnumFormString","name":"toE'EnumFormString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumFormString"},{"display_html":"data E'EnumFormStringArray","name":"E'EnumFormStringArray E'EnumFormStringArray'Dollar E'EnumFormStringArray'GreaterThan","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumFormStringArray"},{"display_html":"fromE'EnumFormStringArray :: E'EnumFormStringArray -> Text","name":"fromE'EnumFormStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumFormStringArray"},{"display_html":"toE'EnumFormStringArray :: Text -> Either String E'EnumFormStringArray","name":"toE'EnumFormStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumFormStringArray"},{"display_html":"data E'EnumInteger","name":"E'EnumInteger E'EnumInteger'NumMinus_1 E'EnumInteger'Num1","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumInteger"},{"display_html":"fromE'EnumInteger :: E'EnumInteger -> Int","name":"fromE'EnumInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumInteger"},{"display_html":"toE'EnumInteger :: Int -> Either String E'EnumInteger","name":"toE'EnumInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumInteger"},{"display_html":"data E'EnumNumber","name":"E'EnumNumber E'EnumNumber'NumMinus_1_Dot_2 E'EnumNumber'Num1_Dot_1","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumNumber"},{"display_html":"fromE'EnumNumber :: E'EnumNumber -> Double","name":"fromE'EnumNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumNumber"},{"display_html":"toE'EnumNumber :: Double -> Either String E'EnumNumber","name":"toE'EnumNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumNumber"},{"display_html":"data E'EnumQueryInteger","name":"E'EnumQueryInteger E'EnumQueryInteger'NumMinus_2 E'EnumQueryInteger'Num1","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumQueryInteger"},{"display_html":"fromE'EnumQueryInteger :: E'EnumQueryInteger -> Int","name":"fromE'EnumQueryInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumQueryInteger"},{"display_html":"toE'EnumQueryInteger :: Int -> Either String E'EnumQueryInteger","name":"toE'EnumQueryInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumQueryInteger"},{"display_html":"data E'EnumString","name":"E'EnumString E'EnumString'Empty E'EnumString'Lower E'EnumString'UPPER","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumString"},{"display_html":"fromE'EnumString :: E'EnumString -> Text","name":"fromE'EnumString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumString"},{"display_html":"toE'EnumString :: Text -> Either String E'EnumString","name":"toE'EnumString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumString"},{"display_html":"data E'Inner","name":"E'Inner E'Inner'Lower E'Inner'UPPER","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Inner"},{"display_html":"fromE'Inner :: E'Inner -> Text","name":"fromE'Inner","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Inner"},{"display_html":"toE'Inner :: Text -> Either String E'Inner","name":"toE'Inner","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Inner"},{"display_html":"data E'JustSymbol","name":"E'JustSymbol E'JustSymbol'Dollar E'JustSymbol'Greater_Than_Or_Equal_To","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-JustSymbol"},{"display_html":"fromE'JustSymbol :: E'JustSymbol -> Text","name":"fromE'JustSymbol","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-JustSymbol"},{"display_html":"toE'JustSymbol :: Text -> Either String E'JustSymbol","name":"toE'JustSymbol","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-JustSymbol"},{"display_html":"data E'Kind","name":"E'Kind E'Kind'Jaguars E'Kind'Leopards E'Kind'Tigers E'Kind'Lions","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Kind"},{"display_html":"fromE'Kind :: E'Kind -> Text","name":"fromE'Kind","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Kind"},{"display_html":"toE'Kind :: Text -> Either String E'Kind","name":"toE'Kind","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Kind"},{"display_html":"data E'Status","name":"E'Status E'Status'Delivered E'Status'Approved E'Status'Placed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Status"},{"display_html":"fromE'Status :: E'Status -> Text","name":"fromE'Status","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Status"},{"display_html":"toE'Status :: Text -> Either String E'Status","name":"toE'Status","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Status"},{"display_html":"data E'Status2","name":"E'Status2 E'Status2'Sold E'Status2'Pending E'Status2'Available","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Status2"},{"display_html":"fromE'Status2 :: E'Status2 -> Text","name":"fromE'Status2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Status2"},{"display_html":"toE'Status2 :: Text -> Either String E'Status2","name":"toE'Status2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Status2"},{"display_html":"data EnumClass","name":"EnumClass EnumClass'_xyz EnumClass'_efg EnumClass'_abc","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumClass"},{"display_html":"fromEnumClass :: EnumClass -> Text","name":"fromEnumClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromEnumClass"},{"display_html":"toEnumClass :: Text -> Either String EnumClass","name":"toEnumClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toEnumClass"},{"display_html":"data OuterEnum","name":"OuterEnum OuterEnum'Delivered OuterEnum'Approved OuterEnum'Placed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OuterEnum"},{"display_html":"fromOuterEnum :: OuterEnum -> Text","name":"fromOuterEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromOuterEnum"},{"display_html":"toOuterEnum :: Text -> Either String OuterEnum","name":"toOuterEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toOuterEnum"},{"display_html":"data AuthApiKeyApiKey = AuthApiKeyApiKey Text","name":"AuthApiKeyApiKey AuthApiKeyApiKey","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthApiKeyApiKey"},{"display_html":"data AuthApiKeyApiKeyQuery = AuthApiKeyApiKeyQuery Text","name":"AuthApiKeyApiKeyQuery AuthApiKeyApiKeyQuery","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthApiKeyApiKeyQuery"},{"display_html":"data AuthBasicHttpBasicTest = AuthBasicHttpBasicTest ByteString ByteString","name":"AuthBasicHttpBasicTest AuthBasicHttpBasicTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthBasicHttpBasicTest"},{"display_html":"data AuthOAuthPetstoreAuth = AuthOAuthPetstoreAuth Text","name":"AuthOAuthPetstoreAuth AuthOAuthPetstoreAuth","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthOAuthPetstoreAuth"},{"display_html":"createUser :: (Consumes CreateUser contentType, MimeRender contentType User) => ContentType contentType -> User -> OpenAPIPetstoreRequest CreateUser contentType NoContent MimeNoContent","name":"createUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:createUser"},{"display_html":"data CreateUser","name":"CreateUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:CreateUser"},{"display_html":"createUsersWithArrayInput :: (Consumes CreateUsersWithArrayInput contentType, MimeRender contentType Body) => ContentType contentType -> Body -> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType NoContent MimeNoContent","name":"createUsersWithArrayInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:createUsersWithArrayInput"},{"display_html":"data CreateUsersWithArrayInput","name":"CreateUsersWithArrayInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:CreateUsersWithArrayInput"},{"display_html":"createUsersWithListInput :: (Consumes CreateUsersWithListInput contentType, MimeRender contentType Body) => ContentType contentType -> Body -> OpenAPIPetstoreRequest CreateUsersWithListInput contentType NoContent MimeNoContent","name":"createUsersWithListInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:createUsersWithListInput"},{"display_html":"data CreateUsersWithListInput","name":"CreateUsersWithListInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:CreateUsersWithListInput"},{"display_html":"deleteUser :: Username -> OpenAPIPetstoreRequest DeleteUser MimeNoContent NoContent MimeNoContent","name":"deleteUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:deleteUser"},{"display_html":"data DeleteUser","name":"DeleteUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:DeleteUser"},{"display_html":"getUserByName :: Accept accept -> Username -> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept","name":"getUserByName","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:getUserByName"},{"display_html":"data GetUserByName","name":"GetUserByName","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:GetUserByName"},{"display_html":"loginUser :: Accept accept -> Username -> Password -> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept","name":"loginUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:loginUser"},{"display_html":"data LoginUser","name":"LoginUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:LoginUser"},{"display_html":"logoutUser :: OpenAPIPetstoreRequest LogoutUser MimeNoContent NoContent MimeNoContent","name":"logoutUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:logoutUser"},{"display_html":"data LogoutUser","name":"LogoutUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:LogoutUser"},{"display_html":"updateUser :: (Consumes UpdateUser contentType, MimeRender contentType User) => ContentType contentType -> User -> Username -> OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent","name":"updateUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:updateUser"},{"display_html":"data UpdateUser","name":"UpdateUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:UpdateUser"},{"display_html":"deleteOrder :: OrderIdText -> OpenAPIPetstoreRequest DeleteOrder MimeNoContent NoContent MimeNoContent","name":"deleteOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:deleteOrder"},{"display_html":"data DeleteOrder","name":"DeleteOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:DeleteOrder"},{"display_html":"getInventory :: OpenAPIPetstoreRequest GetInventory MimeNoContent (Map String Int) MimeJSON","name":"getInventory","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:getInventory"},{"display_html":"data GetInventory","name":"GetInventory","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:GetInventory"},{"display_html":"getOrderById :: Accept accept -> OrderId -> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept","name":"getOrderById","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:getOrderById"},{"display_html":"data GetOrderById","name":"GetOrderById","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:GetOrderById"},{"display_html":"placeOrder :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => ContentType contentType -> Accept accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType Order accept","name":"placeOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:placeOrder"},{"display_html":"data PlaceOrder","name":"PlaceOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:PlaceOrder"},{"display_html":"addPet :: (Consumes AddPet contentType, MimeRender contentType Pet) => ContentType contentType -> Pet -> OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent","name":"addPet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:addPet"},{"display_html":"data AddPet","name":"AddPet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:AddPet"},{"display_html":"deletePet :: PetId -> OpenAPIPetstoreRequest DeletePet MimeNoContent NoContent MimeNoContent","name":"deletePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:deletePet"},{"display_html":"data DeletePet","name":"DeletePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:DeletePet"},{"display_html":"findPetsByStatus :: Accept accept -> Status -> OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept","name":"findPetsByStatus","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:findPetsByStatus"},{"display_html":"data FindPetsByStatus","name":"FindPetsByStatus","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:FindPetsByStatus"},{"display_html":"findPetsByTags :: Accept accept -> Tags -> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept","name":"findPetsByTags","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:findPetsByTags"},{"display_html":"data FindPetsByTags","name":"FindPetsByTags","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:FindPetsByTags"},{"display_html":"getPetById :: Accept accept -> PetId -> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept","name":"getPetById","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:getPetById"},{"display_html":"data GetPetById","name":"GetPetById","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:GetPetById"},{"display_html":"updatePet :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => ContentType contentType -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent","name":"updatePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:updatePet"},{"display_html":"data UpdatePet","name":"UpdatePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UpdatePet"},{"display_html":"updatePetWithForm :: Consumes UpdatePetWithForm MimeFormUrlEncoded => PetId -> OpenAPIPetstoreRequest UpdatePetWithForm MimeFormUrlEncoded NoContent MimeNoContent","name":"updatePetWithForm","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:updatePetWithForm"},{"display_html":"data UpdatePetWithForm","name":"UpdatePetWithForm","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UpdatePetWithForm"},{"display_html":"uploadFile :: Consumes UploadFile MimeMultipartFormData => PetId -> OpenAPIPetstoreRequest UploadFile MimeMultipartFormData ApiResponse MimeJSON","name":"uploadFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:uploadFile"},{"display_html":"data UploadFile","name":"UploadFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UploadFile"},{"display_html":"uploadFileWithRequiredFile :: Consumes UploadFileWithRequiredFile MimeMultipartFormData => RequiredFile -> PetId -> OpenAPIPetstoreRequest UploadFileWithRequiredFile MimeMultipartFormData ApiResponse MimeJSON","name":"uploadFileWithRequiredFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:uploadFileWithRequiredFile"},{"display_html":"data UploadFileWithRequiredFile","name":"UploadFileWithRequiredFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UploadFileWithRequiredFile"},{"display_html":"testClassname :: (Consumes TestClassname MimeJSON, MimeRender MimeJSON Client) => Client -> OpenAPIPetstoreRequest TestClassname MimeJSON Client MimeJSON","name":"testClassname","module":"OpenAPIPetstore.API.FakeClassnameTags123","link":"OpenAPIPetstore-API-FakeClassnameTags123.html#v:testClassname"},{"display_html":"data TestClassname","name":"TestClassname","module":"OpenAPIPetstore.API.FakeClassnameTags123","link":"OpenAPIPetstore-API-FakeClassnameTags123.html#t:TestClassname"},{"display_html":"createXmlItem :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => ContentType contentType -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType NoContent MimeNoContent","name":"createXmlItem","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:createXmlItem"},{"display_html":"data CreateXmlItem","name":"CreateXmlItem","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:CreateXmlItem"},{"display_html":"fakeOuterBooleanSerialize :: Consumes FakeOuterBooleanSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType Bool accept","name":"fakeOuterBooleanSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterBooleanSerialize"},{"display_html":"data FakeOuterBooleanSerialize","name":"FakeOuterBooleanSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterBooleanSerialize"},{"display_html":"fakeOuterCompositeSerialize :: Consumes FakeOuterCompositeSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterCompositeSerialize contentType OuterComposite accept","name":"fakeOuterCompositeSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterCompositeSerialize"},{"display_html":"data FakeOuterCompositeSerialize","name":"FakeOuterCompositeSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterCompositeSerialize"},{"display_html":"fakeOuterNumberSerialize :: Consumes FakeOuterNumberSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType Double accept","name":"fakeOuterNumberSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterNumberSerialize"},{"display_html":"data FakeOuterNumberSerialize","name":"FakeOuterNumberSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterNumberSerialize"},{"display_html":"fakeOuterStringSerialize :: Consumes FakeOuterStringSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType Text accept","name":"fakeOuterStringSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterStringSerialize"},{"display_html":"data FakeOuterStringSerialize","name":"FakeOuterStringSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterStringSerialize"},{"display_html":"testBodyWithFileSchema :: (Consumes TestBodyWithFileSchema MimeJSON, MimeRender MimeJSON FileSchemaTestClass) => FileSchemaTestClass -> OpenAPIPetstoreRequest TestBodyWithFileSchema MimeJSON NoContent MimeNoContent","name":"testBodyWithFileSchema","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testBodyWithFileSchema"},{"display_html":"data TestBodyWithFileSchema","name":"TestBodyWithFileSchema","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestBodyWithFileSchema"},{"display_html":"testBodyWithQueryParams :: (Consumes TestBodyWithQueryParams MimeJSON, MimeRender MimeJSON User) => User -> Query -> OpenAPIPetstoreRequest TestBodyWithQueryParams MimeJSON NoContent MimeNoContent","name":"testBodyWithQueryParams","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testBodyWithQueryParams"},{"display_html":"data TestBodyWithQueryParams","name":"TestBodyWithQueryParams","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestBodyWithQueryParams"},{"display_html":"testClientModel :: (Consumes TestClientModel MimeJSON, MimeRender MimeJSON Client) => Client -> OpenAPIPetstoreRequest TestClientModel MimeJSON Client MimeJSON","name":"testClientModel","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testClientModel"},{"display_html":"data TestClientModel","name":"TestClientModel","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestClientModel"},{"display_html":"testEndpointParameters :: Consumes TestEndpointParameters MimeFormUrlEncoded => Number -> ParamDouble -> PatternWithoutDelimiter -> Byte -> OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent","name":"testEndpointParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testEndpointParameters"},{"display_html":"data TestEndpointParameters","name":"TestEndpointParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestEndpointParameters"},{"display_html":"testEnumParameters :: Consumes TestEnumParameters MimeFormUrlEncoded => OpenAPIPetstoreRequest TestEnumParameters MimeFormUrlEncoded NoContent MimeNoContent","name":"testEnumParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testEnumParameters"},{"display_html":"data TestEnumParameters","name":"TestEnumParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestEnumParameters"},{"display_html":"testGroupParameters :: RequiredStringGroup -> RequiredBooleanGroup -> RequiredInt64Group -> OpenAPIPetstoreRequest TestGroupParameters MimeNoContent NoContent MimeNoContent","name":"testGroupParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testGroupParameters"},{"display_html":"data TestGroupParameters","name":"TestGroupParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestGroupParameters"},{"display_html":"testInlineAdditionalProperties :: (Consumes TestInlineAdditionalProperties MimeJSON, MimeRender MimeJSON ParamMapMapStringText) => ParamMapMapStringText -> OpenAPIPetstoreRequest TestInlineAdditionalProperties MimeJSON NoContent MimeNoContent","name":"testInlineAdditionalProperties","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testInlineAdditionalProperties"},{"display_html":"data TestInlineAdditionalProperties","name":"TestInlineAdditionalProperties","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestInlineAdditionalProperties"},{"display_html":"testJsonFormData :: Consumes TestJsonFormData MimeFormUrlEncoded => Param -> Param2 -> OpenAPIPetstoreRequest TestJsonFormData MimeFormUrlEncoded NoContent MimeNoContent","name":"testJsonFormData","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testJsonFormData"},{"display_html":"data TestJsonFormData","name":"TestJsonFormData","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestJsonFormData"},{"display_html":"testQueryParameterCollectionFormat :: Pipe -> Ioutil -> Http -> Url -> Context -> OpenAPIPetstoreRequest TestQueryParameterCollectionFormat MimeNoContent NoContent MimeNoContent","name":"testQueryParameterCollectionFormat","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testQueryParameterCollectionFormat"},{"display_html":"data TestQueryParameterCollectionFormat","name":"TestQueryParameterCollectionFormat","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestQueryParameterCollectionFormat"},{"display_html":"op123testSpecialTags :: (Consumes Op123testSpecialTags MimeJSON, MimeRender MimeJSON Client) => Client -> OpenAPIPetstoreRequest Op123testSpecialTags MimeJSON Client MimeJSON","name":"op123testSpecialTags","module":"OpenAPIPetstore.API.AnotherFake","link":"OpenAPIPetstore-API-AnotherFake.html#v:op123testSpecialTags"},{"display_html":"data Op123testSpecialTags","name":"Op123testSpecialTags","module":"OpenAPIPetstore.API.AnotherFake","link":"OpenAPIPetstore-API-AnotherFake.html#t:Op123testSpecialTags"},{"display_html":"module OpenAPIPetstore.API.AnotherFake","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.Fake","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.FakeClassnameTags123","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.Pet","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.Store","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.User","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"additionalPropertiesAnyTypeNameL :: Lens_' AdditionalPropertiesAnyType (Maybe Text)","name":"additionalPropertiesAnyTypeNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesAnyTypeNameL"},{"display_html":"additionalPropertiesArrayNameL :: Lens_' AdditionalPropertiesArray (Maybe Text)","name":"additionalPropertiesArrayNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesArrayNameL"},{"display_html":"additionalPropertiesBooleanNameL :: Lens_' AdditionalPropertiesBoolean (Maybe Text)","name":"additionalPropertiesBooleanNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesBooleanNameL"},{"display_html":"additionalPropertiesClassMapStringL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Text))","name":"additionalPropertiesClassMapStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapStringL"},{"display_html":"additionalPropertiesClassMapNumberL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Double))","name":"additionalPropertiesClassMapNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapNumberL"},{"display_html":"additionalPropertiesClassMapIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Int))","name":"additionalPropertiesClassMapIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapIntegerL"},{"display_html":"additionalPropertiesClassMapBooleanL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Bool))","name":"additionalPropertiesClassMapBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapBooleanL"},{"display_html":"additionalPropertiesClassMapArrayIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map String [Int]))","name":"additionalPropertiesClassMapArrayIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapArrayIntegerL"},{"display_html":"additionalPropertiesClassMapArrayAnytypeL :: Lens_' AdditionalPropertiesClass (Maybe (Map String [Value]))","name":"additionalPropertiesClassMapArrayAnytypeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapArrayAnytypeL"},{"display_html":"additionalPropertiesClassMapMapStringL :: Lens_' AdditionalPropertiesClass (Maybe (Map String (Map String Text)))","name":"additionalPropertiesClassMapMapStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapMapStringL"},{"display_html":"additionalPropertiesClassMapMapAnytypeL :: Lens_' AdditionalPropertiesClass (Maybe (Map String (Map String Value)))","name":"additionalPropertiesClassMapMapAnytypeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapMapAnytypeL"},{"display_html":"additionalPropertiesClassAnytype1L :: Lens_' AdditionalPropertiesClass (Maybe Value)","name":"additionalPropertiesClassAnytype1L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassAnytype1L"},{"display_html":"additionalPropertiesClassAnytype2L :: Lens_' AdditionalPropertiesClass (Maybe Value)","name":"additionalPropertiesClassAnytype2L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassAnytype2L"},{"display_html":"additionalPropertiesClassAnytype3L :: Lens_' AdditionalPropertiesClass (Maybe Value)","name":"additionalPropertiesClassAnytype3L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassAnytype3L"},{"display_html":"additionalPropertiesIntegerNameL :: Lens_' AdditionalPropertiesInteger (Maybe Text)","name":"additionalPropertiesIntegerNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesIntegerNameL"},{"display_html":"additionalPropertiesNumberNameL :: Lens_' AdditionalPropertiesNumber (Maybe Text)","name":"additionalPropertiesNumberNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesNumberNameL"},{"display_html":"additionalPropertiesObjectNameL :: Lens_' AdditionalPropertiesObject (Maybe Text)","name":"additionalPropertiesObjectNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesObjectNameL"},{"display_html":"additionalPropertiesStringNameL :: Lens_' AdditionalPropertiesString (Maybe Text)","name":"additionalPropertiesStringNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesStringNameL"},{"display_html":"animalClassNameL :: Lens_' Animal Text","name":"animalClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:animalClassNameL"},{"display_html":"animalColorL :: Lens_' Animal (Maybe Text)","name":"animalColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:animalColorL"},{"display_html":"apiResponseCodeL :: Lens_' ApiResponse (Maybe Int)","name":"apiResponseCodeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:apiResponseCodeL"},{"display_html":"apiResponseTypeL :: Lens_' ApiResponse (Maybe Text)","name":"apiResponseTypeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:apiResponseTypeL"},{"display_html":"apiResponseMessageL :: Lens_' ApiResponse (Maybe Text)","name":"apiResponseMessageL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:apiResponseMessageL"},{"display_html":"arrayOfArrayOfNumberOnlyArrayArrayNumberL :: Lens_' ArrayOfArrayOfNumberOnly (Maybe [[Double]])","name":"arrayOfArrayOfNumberOnlyArrayArrayNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayOfArrayOfNumberOnlyArrayArrayNumberL"},{"display_html":"arrayOfNumberOnlyArrayNumberL :: Lens_' ArrayOfNumberOnly (Maybe [Double])","name":"arrayOfNumberOnlyArrayNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayOfNumberOnlyArrayNumberL"},{"display_html":"arrayTestArrayOfStringL :: Lens_' ArrayTest (Maybe [Text])","name":"arrayTestArrayOfStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayTestArrayOfStringL"},{"display_html":"arrayTestArrayArrayOfIntegerL :: Lens_' ArrayTest (Maybe [[Integer]])","name":"arrayTestArrayArrayOfIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayTestArrayArrayOfIntegerL"},{"display_html":"arrayTestArrayArrayOfModelL :: Lens_' ArrayTest (Maybe [[ReadOnlyFirst]])","name":"arrayTestArrayArrayOfModelL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayTestArrayArrayOfModelL"},{"display_html":"bigCatClassNameL :: Lens_' BigCat Text","name":"bigCatClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatClassNameL"},{"display_html":"bigCatColorL :: Lens_' BigCat (Maybe Text)","name":"bigCatColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatColorL"},{"display_html":"bigCatDeclawedL :: Lens_' BigCat (Maybe Bool)","name":"bigCatDeclawedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatDeclawedL"},{"display_html":"bigCatKindL :: Lens_' BigCat (Maybe E'Kind)","name":"bigCatKindL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatKindL"},{"display_html":"bigCatAllOfKindL :: Lens_' BigCatAllOf (Maybe E'Kind)","name":"bigCatAllOfKindL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatAllOfKindL"},{"display_html":"capitalizationSmallCamelL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationSmallCamelL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationSmallCamelL"},{"display_html":"capitalizationCapitalCamelL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationCapitalCamelL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationCapitalCamelL"},{"display_html":"capitalizationSmallSnakeL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationSmallSnakeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationSmallSnakeL"},{"display_html":"capitalizationCapitalSnakeL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationCapitalSnakeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationCapitalSnakeL"},{"display_html":"capitalizationScaEthFlowPointsL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationScaEthFlowPointsL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationScaEthFlowPointsL"},{"display_html":"capitalizationAttNameL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationAttNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationAttNameL"},{"display_html":"catClassNameL :: Lens_' Cat Text","name":"catClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catClassNameL"},{"display_html":"catColorL :: Lens_' Cat (Maybe Text)","name":"catColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catColorL"},{"display_html":"catDeclawedL :: Lens_' Cat (Maybe Bool)","name":"catDeclawedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catDeclawedL"},{"display_html":"catAllOfDeclawedL :: Lens_' CatAllOf (Maybe Bool)","name":"catAllOfDeclawedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catAllOfDeclawedL"},{"display_html":"categoryIdL :: Lens_' Category (Maybe Integer)","name":"categoryIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:categoryIdL"},{"display_html":"categoryNameL :: Lens_' Category Text","name":"categoryNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:categoryNameL"},{"display_html":"classModelClassL :: Lens_' ClassModel (Maybe Text)","name":"classModelClassL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:classModelClassL"},{"display_html":"clientClientL :: Lens_' Client (Maybe Text)","name":"clientClientL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:clientClientL"},{"display_html":"dogClassNameL :: Lens_' Dog Text","name":"dogClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogClassNameL"},{"display_html":"dogColorL :: Lens_' Dog (Maybe Text)","name":"dogColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogColorL"},{"display_html":"dogBreedL :: Lens_' Dog (Maybe Text)","name":"dogBreedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogBreedL"},{"display_html":"dogAllOfBreedL :: Lens_' DogAllOf (Maybe Text)","name":"dogAllOfBreedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogAllOfBreedL"},{"display_html":"enumArraysJustSymbolL :: Lens_' EnumArrays (Maybe E'JustSymbol)","name":"enumArraysJustSymbolL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumArraysJustSymbolL"},{"display_html":"enumArraysArrayEnumL :: Lens_' EnumArrays (Maybe [E'ArrayEnum])","name":"enumArraysArrayEnumL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumArraysArrayEnumL"},{"display_html":"enumTestEnumStringL :: Lens_' EnumTest (Maybe E'EnumString)","name":"enumTestEnumStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumStringL"},{"display_html":"enumTestEnumStringRequiredL :: Lens_' EnumTest E'EnumString","name":"enumTestEnumStringRequiredL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumStringRequiredL"},{"display_html":"enumTestEnumIntegerL :: Lens_' EnumTest (Maybe E'EnumInteger)","name":"enumTestEnumIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumIntegerL"},{"display_html":"enumTestEnumNumberL :: Lens_' EnumTest (Maybe E'EnumNumber)","name":"enumTestEnumNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumNumberL"},{"display_html":"enumTestOuterEnumL :: Lens_' EnumTest (Maybe OuterEnum)","name":"enumTestOuterEnumL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestOuterEnumL"},{"display_html":"fileSourceUriL :: Lens_' File (Maybe Text)","name":"fileSourceUriL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:fileSourceUriL"},{"display_html":"fileSchemaTestClassFileL :: Lens_' FileSchemaTestClass (Maybe File)","name":"fileSchemaTestClassFileL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:fileSchemaTestClassFileL"},{"display_html":"fileSchemaTestClassFilesL :: Lens_' FileSchemaTestClass (Maybe [File])","name":"fileSchemaTestClassFilesL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:fileSchemaTestClassFilesL"},{"display_html":"formatTestIntegerL :: Lens_' FormatTest (Maybe Int)","name":"formatTestIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestIntegerL"},{"display_html":"formatTestInt32L :: Lens_' FormatTest (Maybe Int)","name":"formatTestInt32L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestInt32L"},{"display_html":"formatTestInt64L :: Lens_' FormatTest (Maybe Integer)","name":"formatTestInt64L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestInt64L"},{"display_html":"formatTestNumberL :: Lens_' FormatTest Double","name":"formatTestNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestNumberL"},{"display_html":"formatTestFloatL :: Lens_' FormatTest (Maybe Float)","name":"formatTestFloatL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestFloatL"},{"display_html":"formatTestDoubleL :: Lens_' FormatTest (Maybe Double)","name":"formatTestDoubleL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestDoubleL"},{"display_html":"formatTestStringL :: Lens_' FormatTest (Maybe Text)","name":"formatTestStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestStringL"},{"display_html":"formatTestByteL :: Lens_' FormatTest ByteArray","name":"formatTestByteL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestByteL"},{"display_html":"formatTestBinaryL :: Lens_' FormatTest (Maybe FilePath)","name":"formatTestBinaryL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestBinaryL"},{"display_html":"formatTestDateL :: Lens_' FormatTest Date","name":"formatTestDateL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestDateL"},{"display_html":"formatTestDateTimeL :: Lens_' FormatTest (Maybe DateTime)","name":"formatTestDateTimeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestDateTimeL"},{"display_html":"formatTestUuidL :: Lens_' FormatTest (Maybe Text)","name":"formatTestUuidL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestUuidL"},{"display_html":"formatTestPasswordL :: Lens_' FormatTest Text","name":"formatTestPasswordL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestPasswordL"},{"display_html":"formatTestBigDecimalL :: Lens_' FormatTest (Maybe Double)","name":"formatTestBigDecimalL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestBigDecimalL"},{"display_html":"hasOnlyReadOnlyBarL :: Lens_' HasOnlyReadOnly (Maybe Text)","name":"hasOnlyReadOnlyBarL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:hasOnlyReadOnlyBarL"},{"display_html":"hasOnlyReadOnlyFooL :: Lens_' HasOnlyReadOnly (Maybe Text)","name":"hasOnlyReadOnlyFooL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:hasOnlyReadOnlyFooL"},{"display_html":"mapTestMapMapOfStringL :: Lens_' MapTest (Maybe (Map String (Map String Text)))","name":"mapTestMapMapOfStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestMapMapOfStringL"},{"display_html":"mapTestMapOfEnumStringL :: Lens_' MapTest (Maybe (Map String E'Inner))","name":"mapTestMapOfEnumStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestMapOfEnumStringL"},{"display_html":"mapTestDirectMapL :: Lens_' MapTest (Maybe (Map String Bool))","name":"mapTestDirectMapL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestDirectMapL"},{"display_html":"mapTestIndirectMapL :: Lens_' MapTest (Maybe (Map String Bool))","name":"mapTestIndirectMapL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestIndirectMapL"},{"display_html":"mixedPropertiesAndAdditionalPropertiesClassUuidL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe Text)","name":"mixedPropertiesAndAdditionalPropertiesClassUuidL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mixedPropertiesAndAdditionalPropertiesClassUuidL"},{"display_html":"mixedPropertiesAndAdditionalPropertiesClassDateTimeL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe DateTime)","name":"mixedPropertiesAndAdditionalPropertiesClassDateTimeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mixedPropertiesAndAdditionalPropertiesClassDateTimeL"},{"display_html":"mixedPropertiesAndAdditionalPropertiesClassMapL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe (Map String Animal))","name":"mixedPropertiesAndAdditionalPropertiesClassMapL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mixedPropertiesAndAdditionalPropertiesClassMapL"},{"display_html":"model200ResponseNameL :: Lens_' Model200Response (Maybe Int)","name":"model200ResponseNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:model200ResponseNameL"},{"display_html":"model200ResponseClassL :: Lens_' Model200Response (Maybe Text)","name":"model200ResponseClassL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:model200ResponseClassL"},{"display_html":"modelList123listL :: Lens_' ModelList (Maybe Text)","name":"modelList123listL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:modelList123listL"},{"display_html":"modelReturnReturnL :: Lens_' ModelReturn (Maybe Int)","name":"modelReturnReturnL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:modelReturnReturnL"},{"display_html":"nameNameL :: Lens_' Name Int","name":"nameNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:nameNameL"},{"display_html":"nameSnakeCaseL :: Lens_' Name (Maybe Int)","name":"nameSnakeCaseL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:nameSnakeCaseL"},{"display_html":"namePropertyL :: Lens_' Name (Maybe Text)","name":"namePropertyL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:namePropertyL"},{"display_html":"name123numberL :: Lens_' Name (Maybe Int)","name":"name123numberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:name123numberL"},{"display_html":"numberOnlyJustNumberL :: Lens_' NumberOnly (Maybe Double)","name":"numberOnlyJustNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:numberOnlyJustNumberL"},{"display_html":"orderIdL :: Lens_' Order (Maybe Integer)","name":"orderIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderIdL"},{"display_html":"orderPetIdL :: Lens_' Order (Maybe Integer)","name":"orderPetIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderPetIdL"},{"display_html":"orderQuantityL :: Lens_' Order (Maybe Int)","name":"orderQuantityL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderQuantityL"},{"display_html":"orderShipDateL :: Lens_' Order (Maybe DateTime)","name":"orderShipDateL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderShipDateL"},{"display_html":"orderStatusL :: Lens_' Order (Maybe E'Status)","name":"orderStatusL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderStatusL"},{"display_html":"orderCompleteL :: Lens_' Order (Maybe Bool)","name":"orderCompleteL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderCompleteL"},{"display_html":"outerCompositeMyNumberL :: Lens_' OuterComposite (Maybe Double)","name":"outerCompositeMyNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:outerCompositeMyNumberL"},{"display_html":"outerCompositeMyStringL :: Lens_' OuterComposite (Maybe Text)","name":"outerCompositeMyStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:outerCompositeMyStringL"},{"display_html":"outerCompositeMyBooleanL :: Lens_' OuterComposite (Maybe Bool)","name":"outerCompositeMyBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:outerCompositeMyBooleanL"},{"display_html":"petIdL :: Lens_' Pet (Maybe Integer)","name":"petIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petIdL"},{"display_html":"petCategoryL :: Lens_' Pet (Maybe Category)","name":"petCategoryL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petCategoryL"},{"display_html":"petNameL :: Lens_' Pet Text","name":"petNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petNameL"},{"display_html":"petPhotoUrlsL :: Lens_' Pet [Text]","name":"petPhotoUrlsL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petPhotoUrlsL"},{"display_html":"petTagsL :: Lens_' Pet (Maybe [Tag])","name":"petTagsL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petTagsL"},{"display_html":"petStatusL :: Lens_' Pet (Maybe E'Status2)","name":"petStatusL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petStatusL"},{"display_html":"readOnlyFirstBarL :: Lens_' ReadOnlyFirst (Maybe Text)","name":"readOnlyFirstBarL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:readOnlyFirstBarL"},{"display_html":"readOnlyFirstBazL :: Lens_' ReadOnlyFirst (Maybe Text)","name":"readOnlyFirstBazL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:readOnlyFirstBazL"},{"display_html":"specialModelNameSpecialPropertyNameL :: Lens_' SpecialModelName (Maybe Integer)","name":"specialModelNameSpecialPropertyNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:specialModelNameSpecialPropertyNameL"},{"display_html":"tagIdL :: Lens_' Tag (Maybe Integer)","name":"tagIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:tagIdL"},{"display_html":"tagNameL :: Lens_' Tag (Maybe Text)","name":"tagNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:tagNameL"},{"display_html":"typeHolderDefaultStringItemL :: Lens_' TypeHolderDefault Text","name":"typeHolderDefaultStringItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultStringItemL"},{"display_html":"typeHolderDefaultNumberItemL :: Lens_' TypeHolderDefault Double","name":"typeHolderDefaultNumberItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultNumberItemL"},{"display_html":"typeHolderDefaultIntegerItemL :: Lens_' TypeHolderDefault Int","name":"typeHolderDefaultIntegerItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultIntegerItemL"},{"display_html":"typeHolderDefaultBoolItemL :: Lens_' TypeHolderDefault Bool","name":"typeHolderDefaultBoolItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultBoolItemL"},{"display_html":"typeHolderDefaultArrayItemL :: Lens_' TypeHolderDefault [Int]","name":"typeHolderDefaultArrayItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultArrayItemL"},{"display_html":"typeHolderExampleStringItemL :: Lens_' TypeHolderExample Text","name":"typeHolderExampleStringItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleStringItemL"},{"display_html":"typeHolderExampleNumberItemL :: Lens_' TypeHolderExample Double","name":"typeHolderExampleNumberItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleNumberItemL"},{"display_html":"typeHolderExampleFloatItemL :: Lens_' TypeHolderExample Float","name":"typeHolderExampleFloatItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleFloatItemL"},{"display_html":"typeHolderExampleIntegerItemL :: Lens_' TypeHolderExample Int","name":"typeHolderExampleIntegerItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleIntegerItemL"},{"display_html":"typeHolderExampleBoolItemL :: Lens_' TypeHolderExample Bool","name":"typeHolderExampleBoolItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleBoolItemL"},{"display_html":"typeHolderExampleArrayItemL :: Lens_' TypeHolderExample [Int]","name":"typeHolderExampleArrayItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleArrayItemL"},{"display_html":"userIdL :: Lens_' User (Maybe Integer)","name":"userIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userIdL"},{"display_html":"userUsernameL :: Lens_' User (Maybe Text)","name":"userUsernameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userUsernameL"},{"display_html":"userFirstNameL :: Lens_' User (Maybe Text)","name":"userFirstNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userFirstNameL"},{"display_html":"userLastNameL :: Lens_' User (Maybe Text)","name":"userLastNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userLastNameL"},{"display_html":"userEmailL :: Lens_' User (Maybe Text)","name":"userEmailL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userEmailL"},{"display_html":"userPasswordL :: Lens_' User (Maybe Text)","name":"userPasswordL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userPasswordL"},{"display_html":"userPhoneL :: Lens_' User (Maybe Text)","name":"userPhoneL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userPhoneL"},{"display_html":"userUserStatusL :: Lens_' User (Maybe Int)","name":"userUserStatusL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userUserStatusL"},{"display_html":"xmlItemAttributeStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemAttributeStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeStringL"},{"display_html":"xmlItemAttributeNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemAttributeNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeNumberL"},{"display_html":"xmlItemAttributeIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemAttributeIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeIntegerL"},{"display_html":"xmlItemAttributeBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemAttributeBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeBooleanL"},{"display_html":"xmlItemWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemWrappedArrayL"},{"display_html":"xmlItemNameStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemNameStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameStringL"},{"display_html":"xmlItemNameNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemNameNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameNumberL"},{"display_html":"xmlItemNameIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemNameIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameIntegerL"},{"display_html":"xmlItemNameBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemNameBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameBooleanL"},{"display_html":"xmlItemNameArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNameArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameArrayL"},{"display_html":"xmlItemNameWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNameWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameWrappedArrayL"},{"display_html":"xmlItemPrefixStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemPrefixStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixStringL"},{"display_html":"xmlItemPrefixNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemPrefixNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNumberL"},{"display_html":"xmlItemPrefixIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemPrefixIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixIntegerL"},{"display_html":"xmlItemPrefixBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemPrefixBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixBooleanL"},{"display_html":"xmlItemPrefixArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixArrayL"},{"display_html":"xmlItemPrefixWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixWrappedArrayL"},{"display_html":"xmlItemNamespaceStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemNamespaceStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceStringL"},{"display_html":"xmlItemNamespaceNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemNamespaceNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceNumberL"},{"display_html":"xmlItemNamespaceIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemNamespaceIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceIntegerL"},{"display_html":"xmlItemNamespaceBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemNamespaceBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceBooleanL"},{"display_html":"xmlItemNamespaceArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNamespaceArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceArrayL"},{"display_html":"xmlItemNamespaceWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNamespaceWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceWrappedArrayL"},{"display_html":"xmlItemPrefixNsStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemPrefixNsStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsStringL"},{"display_html":"xmlItemPrefixNsNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemPrefixNsNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsNumberL"},{"display_html":"xmlItemPrefixNsIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemPrefixNsIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsIntegerL"},{"display_html":"xmlItemPrefixNsBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemPrefixNsBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsBooleanL"},{"display_html":"xmlItemPrefixNsArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixNsArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsArrayL"},{"display_html":"xmlItemPrefixNsWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixNsWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsWrappedArrayL"},{"display_html":"module OpenAPIPetstore.API","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Client","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Core","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Logging","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.MimeTypes","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Model","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.ModelLens","name":"","module":"OpenAPIPetstore","link":""}] \ No newline at end of file +[{"display_html":"type LogExecWithContext = forall m a. MonadIO m => LogContext -> LogExec m a","name":"LogExecWithContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogExecWithContext"},{"display_html":"type LogExec m a = KatipT m a -> m a","name":"LogExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogExec"},{"display_html":"type LogContext = LogEnv","name":"LogContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogContext"},{"display_html":"type LogLevel = Severity","name":"LogLevel","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#t:LogLevel"},{"display_html":"initLogContext :: IO LogContext","name":"initLogContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:initLogContext"},{"display_html":"runDefaultLogExecWithContext :: LogExecWithContext","name":"runDefaultLogExecWithContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:runDefaultLogExecWithContext"},{"display_html":"stdoutLoggingExec :: LogExecWithContext","name":"stdoutLoggingExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stdoutLoggingExec"},{"display_html":"stdoutLoggingContext :: LogContext -> IO LogContext","name":"stdoutLoggingContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stdoutLoggingContext"},{"display_html":"stderrLoggingExec :: LogExecWithContext","name":"stderrLoggingExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stderrLoggingExec"},{"display_html":"stderrLoggingContext :: LogContext -> IO LogContext","name":"stderrLoggingContext","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:stderrLoggingContext"},{"display_html":"runNullLogExec :: LogExecWithContext","name":"runNullLogExec","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:runNullLogExec"},{"display_html":"_log :: (Applicative m, Katip m) => Text -> LogLevel -> Text -> m ()","name":"_log","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:_log"},{"display_html":"logExceptions :: (Katip m, MonadCatch m, Applicative m) => Text -> m a -> m a","name":"logExceptions","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:logExceptions"},{"display_html":"levelInfo :: LogLevel","name":"levelInfo","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:levelInfo"},{"display_html":"levelError :: LogLevel","name":"levelError","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:levelError"},{"display_html":"levelDebug :: LogLevel","name":"levelDebug","module":"OpenAPIPetstore.Logging","link":"OpenAPIPetstore-Logging.html#v:levelDebug"},{"display_html":"data ContentType a = MimeType a => ContentType {}","name":"ContentType ContentType unContentType","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:ContentType"},{"display_html":"data Accept a = MimeType a => Accept {}","name":"Accept Accept unAccept","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:Accept"},{"display_html":"class MimeType mtype => Consumes req mtype","name":"Consumes","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:Consumes"},{"display_html":"class MimeType mtype => Produces req mtype","name":"Produces","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:Produces"},{"display_html":"data MimeJSON = MimeJSON","name":"MimeJSON MimeJSON","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeJSON"},{"display_html":"data MimeXML = MimeXML","name":"MimeXML MimeXML","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeXML"},{"display_html":"data MimePlainText = MimePlainText","name":"MimePlainText MimePlainText","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimePlainText"},{"display_html":"data MimeFormUrlEncoded = MimeFormUrlEncoded","name":"MimeFormUrlEncoded MimeFormUrlEncoded","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeFormUrlEncoded"},{"display_html":"data MimeMultipartFormData = MimeMultipartFormData","name":"MimeMultipartFormData MimeMultipartFormData","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeMultipartFormData"},{"display_html":"data MimeOctetStream = MimeOctetStream","name":"MimeOctetStream MimeOctetStream","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeOctetStream"},{"display_html":"data MimeNoContent = MimeNoContent","name":"MimeNoContent MimeNoContent","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeNoContent"},{"display_html":"data MimeAny = MimeAny","name":"MimeAny MimeAny","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeAny"},{"display_html":"data NoContent = NoContent","name":"NoContent NoContent","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:NoContent"},{"display_html":"class Typeable mtype => MimeType mtype where","name":"MimeType mimeTypes' mimeType' mimeTypes mimeType","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeType"},{"display_html":"class MimeType mtype => MimeRender mtype x where","name":"MimeRender mimeRender' mimeRender","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeRender"},{"display_html":"mimeRenderDefaultMultipartFormData :: ToHttpApiData a => a -> ByteString","name":"mimeRenderDefaultMultipartFormData","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#v:mimeRenderDefaultMultipartFormData"},{"display_html":"class MimeType mtype => MimeUnrender mtype o where","name":"MimeUnrender mimeUnrender' mimeUnrender","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeUnrender"},{"display_html":"data MimeXmlCharsetutf16 = MimeXmlCharsetutf16","name":"MimeXmlCharsetutf16 MimeXmlCharsetutf16","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeXmlCharsetutf16"},{"display_html":"data MimeXmlCharsetutf8 = MimeXmlCharsetutf8","name":"MimeXmlCharsetutf8 MimeXmlCharsetutf8","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeXmlCharsetutf8"},{"display_html":"data MimeTextXml = MimeTextXml","name":"MimeTextXml MimeTextXml","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeTextXml"},{"display_html":"data MimeTextXmlCharsetutf16 = MimeTextXmlCharsetutf16","name":"MimeTextXmlCharsetutf16 MimeTextXmlCharsetutf16","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeTextXmlCharsetutf16"},{"display_html":"data MimeTextXmlCharsetutf8 = MimeTextXmlCharsetutf8","name":"MimeTextXmlCharsetutf8 MimeTextXmlCharsetutf8","module":"OpenAPIPetstore.MimeTypes","link":"OpenAPIPetstore-MimeTypes.html#t:MimeTextXmlCharsetutf8"},{"display_html":"data OpenAPIPetstoreConfig = OpenAPIPetstoreConfig {}","name":"OpenAPIPetstoreConfig OpenAPIPetstoreConfig configQueryExtraUnreserved configValidateAuthMethods configAuthMethods configLogContext configLogExecWithContext configUserAgent configHost","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:OpenAPIPetstoreConfig"},{"display_html":"newConfig :: IO OpenAPIPetstoreConfig","name":"newConfig","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:newConfig"},{"display_html":"addAuthMethod :: AuthMethod auth => OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig","name":"addAuthMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addAuthMethod"},{"display_html":"withStdoutLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig","name":"withStdoutLogging","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:withStdoutLogging"},{"display_html":"withStderrLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig","name":"withStderrLogging","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:withStderrLogging"},{"display_html":"withNoLogging :: OpenAPIPetstoreConfig -> OpenAPIPetstoreConfig","name":"withNoLogging","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:withNoLogging"},{"display_html":"data OpenAPIPetstoreRequest req contentType res accept = OpenAPIPetstoreRequest {}","name":"OpenAPIPetstoreRequest OpenAPIPetstoreRequest rAuthTypes rParams rUrlPath rMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:OpenAPIPetstoreRequest"},{"display_html":"rMethodL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Method","name":"rMethodL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rMethodL"},{"display_html":"rUrlPathL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [ByteString]","name":"rUrlPathL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rUrlPathL"},{"display_html":"rParamsL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Params","name":"rParamsL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rParamsL"},{"display_html":"rAuthTypesL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [TypeRep]","name":"rAuthTypesL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:rAuthTypesL"},{"display_html":"class HasBodyParam req param where","name":"HasBodyParam setBodyParam","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:HasBodyParam"},{"display_html":"class HasOptionalParam req param where","name":"HasOptionalParam -&- applyOptionalParam","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:HasOptionalParam"},{"display_html":"data Params = Params {}","name":"Params Params paramsBody paramsHeaders paramsQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Params"},{"display_html":"paramsQueryL :: Lens_' Params Query","name":"paramsQueryL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:paramsQueryL"},{"display_html":"paramsHeadersL :: Lens_' Params RequestHeaders","name":"paramsHeadersL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:paramsHeadersL"},{"display_html":"paramsBodyL :: Lens_' Params ParamBody","name":"paramsBodyL","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:paramsBodyL"},{"display_html":"data ParamBody","name":"ParamBody ParamBodyMultipartFormData ParamBodyFormUrlEncoded ParamBodyBL ParamBodyB ParamBodyNone","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:ParamBody"},{"display_html":"_mkRequest :: Method -> [ByteString] -> OpenAPIPetstoreRequest req contentType res accept","name":"_mkRequest","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_mkRequest"},{"display_html":"_mkParams :: Params","name":"_mkParams","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_mkParams"},{"display_html":"setHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept","name":"setHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:setHeader"},{"display_html":"addHeader :: OpenAPIPetstoreRequest req contentType res accept -> [Header] -> OpenAPIPetstoreRequest req contentType res accept","name":"addHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addHeader"},{"display_html":"removeHeader :: OpenAPIPetstoreRequest req contentType res accept -> [HeaderName] -> OpenAPIPetstoreRequest req contentType res accept","name":"removeHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:removeHeader"},{"display_html":"_setContentTypeHeader :: forall req contentType res accept. MimeType contentType => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept","name":"_setContentTypeHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setContentTypeHeader"},{"display_html":"_setAcceptHeader :: forall req contentType res accept. MimeType accept => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept","name":"_setAcceptHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setAcceptHeader"},{"display_html":"setQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept","name":"setQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:setQuery"},{"display_html":"addQuery :: OpenAPIPetstoreRequest req contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept","name":"addQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addQuery"},{"display_html":"addForm :: OpenAPIPetstoreRequest req contentType res accept -> Form -> OpenAPIPetstoreRequest req contentType res accept","name":"addForm","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:addForm"},{"display_html":"_addMultiFormPart :: OpenAPIPetstoreRequest req contentType res accept -> Part -> OpenAPIPetstoreRequest req contentType res accept","name":"_addMultiFormPart","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_addMultiFormPart"},{"display_html":"_setBodyBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept","name":"_setBodyBS","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setBodyBS"},{"display_html":"_setBodyLBS :: OpenAPIPetstoreRequest req contentType res accept -> ByteString -> OpenAPIPetstoreRequest req contentType res accept","name":"_setBodyLBS","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_setBodyLBS"},{"display_html":"_hasAuthType :: AuthMethod authMethod => OpenAPIPetstoreRequest req contentType res accept -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept","name":"_hasAuthType","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_hasAuthType"},{"display_html":"toPath :: ToHttpApiData a => a -> ByteString","name":"toPath","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toPath"},{"display_html":"toHeader :: ToHttpApiData a => (HeaderName, a) -> [Header]","name":"toHeader","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toHeader"},{"display_html":"toForm :: ToHttpApiData v => (ByteString, v) -> Form","name":"toForm","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toForm"},{"display_html":"toQuery :: ToHttpApiData a => (ByteString, Maybe a) -> [QueryItem]","name":"toQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toQuery"},{"display_html":"toPartialEscapeQuery :: ByteString -> Query -> PartialEscapeQuery","name":"toPartialEscapeQuery","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toPartialEscapeQuery"},{"display_html":"data CollectionFormat","name":"CollectionFormat MultiParamArray PipeSeparated TabSeparated SpaceSeparated CommaSeparated","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:CollectionFormat"},{"display_html":"toHeaderColl :: ToHttpApiData a => CollectionFormat -> (HeaderName, [a]) -> [Header]","name":"toHeaderColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toHeaderColl"},{"display_html":"toFormColl :: ToHttpApiData v => CollectionFormat -> (ByteString, [v]) -> Form","name":"toFormColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toFormColl"},{"display_html":"toQueryColl :: ToHttpApiData a => CollectionFormat -> (ByteString, Maybe [a]) -> Query","name":"toQueryColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:toQueryColl"},{"display_html":"_toColl :: Traversable f => CollectionFormat -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)]","name":"_toColl","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toColl"},{"display_html":"_toCollA :: (Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t ByteString)]) -> f (t [a]) -> [(b, t ByteString)]","name":"_toCollA","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toCollA"},{"display_html":"_toCollA' :: (Monoid c, Traversable f, Traversable t, Alternative t) => CollectionFormat -> (f (t a) -> [(b, t c)]) -> (Char -> c) -> f (t [a]) -> [(b, t c)]","name":"_toCollA'","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toCollA-39-"},{"display_html":"class Typeable a => AuthMethod a where","name":"AuthMethod applyAuthMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:AuthMethod"},{"display_html":"data AnyAuthMethod = forall a.AuthMethod a => AnyAuthMethod a","name":"AnyAuthMethod AnyAuthMethod","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:AnyAuthMethod"},{"display_html":"data AuthMethodException = AuthMethodException String","name":"AuthMethodException AuthMethodException","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:AuthMethodException"},{"display_html":"_applyAuthMethods :: OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreConfig -> IO (OpenAPIPetstoreRequest req contentType res accept)","name":"_applyAuthMethods","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_applyAuthMethods"},{"display_html":"_omitNulls :: [(Key, Value)] -> Value","name":"_omitNulls","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_omitNulls"},{"display_html":"_toFormItem :: (ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text])","name":"_toFormItem","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_toFormItem"},{"display_html":"_emptyToNothing :: Maybe String -> Maybe String","name":"_emptyToNothing","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_emptyToNothing"},{"display_html":"_memptyToNothing :: (Monoid a, Eq a) => Maybe a -> Maybe a","name":"_memptyToNothing","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_memptyToNothing"},{"display_html":"newtype DateTime = DateTime {}","name":"DateTime DateTime unDateTime","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:DateTime"},{"display_html":"_readDateTime :: (MonadFail m, Alternative m) => String -> m DateTime","name":"_readDateTime","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readDateTime"},{"display_html":"_showDateTime :: (t ~ UTCTime, FormatTime t) => t -> String","name":"_showDateTime","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showDateTime"},{"display_html":"_parseISO8601 :: (ParseTime t, MonadFail m, Alternative m) => String -> m t","name":"_parseISO8601","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_parseISO8601"},{"display_html":"newtype Date = Date {}","name":"Date Date unDate","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Date"},{"display_html":"_readDate :: MonadFail m => String -> m Date","name":"_readDate","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readDate"},{"display_html":"_showDate :: FormatTime t => t -> String","name":"_showDate","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showDate"},{"display_html":"newtype ByteArray = ByteArray {}","name":"ByteArray ByteArray unByteArray","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:ByteArray"},{"display_html":"_readByteArray :: MonadFail m => Text -> m ByteArray","name":"_readByteArray","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readByteArray"},{"display_html":"_showByteArray :: ByteArray -> Text","name":"_showByteArray","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showByteArray"},{"display_html":"newtype Binary = Binary {}","name":"Binary Binary unBinary","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Binary"},{"display_html":"_readBinaryBase64 :: MonadFail m => Text -> m Binary","name":"_readBinaryBase64","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_readBinaryBase64"},{"display_html":"_showBinaryBase64 :: Binary -> Text","name":"_showBinaryBase64","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#v:_showBinaryBase64"},{"display_html":"type Lens_' s a = Lens_ s s a a","name":"Lens_'","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Lens_-39-"},{"display_html":"type Lens_ s t a b = forall (f :: Type -> Type). Functor f => (a -> f b) -> s -> f t","name":"Lens_","module":"OpenAPIPetstore.Core","link":"OpenAPIPetstore-Core.html#t:Lens_"},{"display_html":"dispatchLbs :: (Produces req accept, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString)","name":"dispatchLbs","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchLbs"},{"display_html":"data MimeResult res = MimeResult {}","name":"MimeResult MimeResult mimeResultResponse mimeResult","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#t:MimeResult"},{"display_html":"data MimeError = MimeError {}","name":"MimeError MimeError mimeErrorResponse mimeError","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#t:MimeError"},{"display_html":"dispatchMime :: forall req contentType res accept. (Produces req accept, MimeUnrender accept res, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (MimeResult res)","name":"dispatchMime","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchMime"},{"display_html":"dispatchMime' :: (Produces req accept, MimeUnrender accept res, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Either MimeError res)","name":"dispatchMime'","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchMime-39-"},{"display_html":"dispatchLbsUnsafe :: (MimeType accept, MimeType contentType) => Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString)","name":"dispatchLbsUnsafe","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchLbsUnsafe"},{"display_html":"dispatchInitUnsafe :: Manager -> OpenAPIPetstoreConfig -> InitRequest req contentType res accept -> IO (Response ByteString)","name":"dispatchInitUnsafe","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:dispatchInitUnsafe"},{"display_html":"newtype InitRequest req contentType res accept = InitRequest {}","name":"InitRequest InitRequest unInitRequest","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#t:InitRequest"},{"display_html":"_toInitRequest :: (MimeType accept, MimeType contentType) => OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (InitRequest req contentType res accept)","name":"_toInitRequest","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:_toInitRequest"},{"display_html":"modifyInitRequest :: InitRequest req contentType res accept -> (Request -> Request) -> InitRequest req contentType res accept","name":"modifyInitRequest","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:modifyInitRequest"},{"display_html":"modifyInitRequestM :: Monad m => InitRequest req contentType res accept -> (Request -> m Request) -> m (InitRequest req contentType res accept)","name":"modifyInitRequestM","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:modifyInitRequestM"},{"display_html":"runConfigLog :: MonadIO m => OpenAPIPetstoreConfig -> LogExec m a","name":"runConfigLog","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:runConfigLog"},{"display_html":"runConfigLogWithExceptions :: (MonadCatch m, MonadIO m) => Text -> OpenAPIPetstoreConfig -> LogExec m a","name":"runConfigLogWithExceptions","module":"OpenAPIPetstore.Client","link":"OpenAPIPetstore-Client.html#v:runConfigLogWithExceptions"},{"display_html":"newtype AdditionalMetadata = AdditionalMetadata {}","name":"AdditionalMetadata AdditionalMetadata unAdditionalMetadata","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalMetadata"},{"display_html":"newtype ApiKey = ApiKey {}","name":"ApiKey ApiKey unApiKey","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ApiKey"},{"display_html":"newtype Body = Body {}","name":"Body Body unBody","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Body"},{"display_html":"newtype BodyBool = BodyBool {}","name":"BodyBool BodyBool unBodyBool","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BodyBool"},{"display_html":"newtype BodyDouble = BodyDouble {}","name":"BodyDouble BodyDouble unBodyDouble","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BodyDouble"},{"display_html":"newtype BodyText = BodyText {}","name":"BodyText BodyText unBodyText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BodyText"},{"display_html":"newtype BooleanGroup = BooleanGroup {}","name":"BooleanGroup BooleanGroup unBooleanGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BooleanGroup"},{"display_html":"newtype Byte = Byte {}","name":"Byte Byte unByte","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Byte"},{"display_html":"newtype Callback = Callback {}","name":"Callback Callback unCallback","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Callback"},{"display_html":"newtype Context = Context {}","name":"Context Context unContext","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Context"},{"display_html":"newtype EnumFormString = EnumFormString {}","name":"EnumFormString EnumFormString unEnumFormString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumFormString"},{"display_html":"newtype EnumFormStringArray = EnumFormStringArray {}","name":"EnumFormStringArray EnumFormStringArray unEnumFormStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumFormStringArray"},{"display_html":"newtype EnumHeaderString = EnumHeaderString {}","name":"EnumHeaderString EnumHeaderString unEnumHeaderString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumHeaderString"},{"display_html":"newtype EnumHeaderStringArray = EnumHeaderStringArray {}","name":"EnumHeaderStringArray EnumHeaderStringArray unEnumHeaderStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumHeaderStringArray"},{"display_html":"newtype EnumQueryDouble = EnumQueryDouble {}","name":"EnumQueryDouble EnumQueryDouble unEnumQueryDouble","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryDouble"},{"display_html":"newtype EnumQueryInteger = EnumQueryInteger {}","name":"EnumQueryInteger EnumQueryInteger unEnumQueryInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryInteger"},{"display_html":"newtype EnumQueryString = EnumQueryString {}","name":"EnumQueryString EnumQueryString unEnumQueryString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryString"},{"display_html":"newtype EnumQueryStringArray = EnumQueryStringArray {}","name":"EnumQueryStringArray EnumQueryStringArray unEnumQueryStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumQueryStringArray"},{"display_html":"newtype File2 = File2 {}","name":"File2 File2 unFile2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:File2"},{"display_html":"newtype Http = Http {}","name":"Http Http unHttp","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Http"},{"display_html":"newtype Int32 = Int32 {}","name":"Int32 Int32 unInt32","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Int32"},{"display_html":"newtype Int64 = Int64 {}","name":"Int64 Int64 unInt64","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Int64"},{"display_html":"newtype Int64Group = Int64Group {}","name":"Int64Group Int64Group unInt64Group","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Int64Group"},{"display_html":"newtype Ioutil = Ioutil {}","name":"Ioutil Ioutil unIoutil","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Ioutil"},{"display_html":"newtype Name2 = Name2 {}","name":"Name2 Name2 unName2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Name2"},{"display_html":"newtype Number = Number {}","name":"Number Number unNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Number"},{"display_html":"newtype OrderId = OrderId {}","name":"OrderId OrderId unOrderId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OrderId"},{"display_html":"newtype OrderIdText = OrderIdText {}","name":"OrderIdText OrderIdText unOrderIdText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OrderIdText"},{"display_html":"newtype Param = Param {}","name":"Param Param unParam","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Param"},{"display_html":"newtype Param2 = Param2 {}","name":"Param2 Param2 unParam2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Param2"},{"display_html":"newtype ParamBinary = ParamBinary {}","name":"ParamBinary ParamBinary unParamBinary","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamBinary"},{"display_html":"newtype ParamDate = ParamDate {}","name":"ParamDate ParamDate unParamDate","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamDate"},{"display_html":"newtype ParamDateTime = ParamDateTime {}","name":"ParamDateTime ParamDateTime unParamDateTime","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamDateTime"},{"display_html":"newtype ParamDouble = ParamDouble {}","name":"ParamDouble ParamDouble unParamDouble","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamDouble"},{"display_html":"newtype ParamFloat = ParamFloat {}","name":"ParamFloat ParamFloat unParamFloat","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamFloat"},{"display_html":"newtype ParamInteger = ParamInteger {}","name":"ParamInteger ParamInteger unParamInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamInteger"},{"display_html":"newtype ParamMapMapStringText = ParamMapMapStringText {}","name":"ParamMapMapStringText ParamMapMapStringText unParamMapMapStringText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamMapMapStringText"},{"display_html":"newtype ParamString = ParamString {}","name":"ParamString ParamString unParamString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ParamString"},{"display_html":"newtype Password = Password {}","name":"Password Password unPassword","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Password"},{"display_html":"newtype PatternWithoutDelimiter = PatternWithoutDelimiter {}","name":"PatternWithoutDelimiter PatternWithoutDelimiter unPatternWithoutDelimiter","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:PatternWithoutDelimiter"},{"display_html":"newtype PetId = PetId {}","name":"PetId PetId unPetId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:PetId"},{"display_html":"newtype Pipe = Pipe {}","name":"Pipe Pipe unPipe","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Pipe"},{"display_html":"newtype Query = Query {}","name":"Query Query unQuery","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Query"},{"display_html":"newtype RequiredBooleanGroup = RequiredBooleanGroup {}","name":"RequiredBooleanGroup RequiredBooleanGroup unRequiredBooleanGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredBooleanGroup"},{"display_html":"newtype RequiredFile = RequiredFile {}","name":"RequiredFile RequiredFile unRequiredFile","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredFile"},{"display_html":"newtype RequiredInt64Group = RequiredInt64Group {}","name":"RequiredInt64Group RequiredInt64Group unRequiredInt64Group","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredInt64Group"},{"display_html":"newtype RequiredStringGroup = RequiredStringGroup {}","name":"RequiredStringGroup RequiredStringGroup unRequiredStringGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:RequiredStringGroup"},{"display_html":"newtype Status = Status {}","name":"Status Status unStatus","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Status"},{"display_html":"newtype StatusText = StatusText {}","name":"StatusText StatusText unStatusText","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:StatusText"},{"display_html":"newtype StringGroup = StringGroup {}","name":"StringGroup StringGroup unStringGroup","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:StringGroup"},{"display_html":"newtype Tags = Tags {}","name":"Tags Tags unTags","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Tags"},{"display_html":"newtype Url = Url {}","name":"Url Url unUrl","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Url"},{"display_html":"newtype Username = Username {}","name":"Username Username unUsername","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Username"},{"display_html":"data AdditionalPropertiesAnyType = AdditionalPropertiesAnyType {}","name":"AdditionalPropertiesAnyType AdditionalPropertiesAnyType additionalPropertiesAnyTypeName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesAnyType"},{"display_html":"mkAdditionalPropertiesAnyType :: AdditionalPropertiesAnyType","name":"mkAdditionalPropertiesAnyType","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesAnyType"},{"display_html":"data AdditionalPropertiesArray = AdditionalPropertiesArray {}","name":"AdditionalPropertiesArray AdditionalPropertiesArray additionalPropertiesArrayName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesArray"},{"display_html":"mkAdditionalPropertiesArray :: AdditionalPropertiesArray","name":"mkAdditionalPropertiesArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesArray"},{"display_html":"data AdditionalPropertiesBoolean = AdditionalPropertiesBoolean {}","name":"AdditionalPropertiesBoolean AdditionalPropertiesBoolean additionalPropertiesBooleanName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesBoolean"},{"display_html":"mkAdditionalPropertiesBoolean :: AdditionalPropertiesBoolean","name":"mkAdditionalPropertiesBoolean","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesBoolean"},{"display_html":"data AdditionalPropertiesClass = AdditionalPropertiesClass {}","name":"AdditionalPropertiesClass AdditionalPropertiesClass additionalPropertiesClassAnytype3 additionalPropertiesClassAnytype2 additionalPropertiesClassAnytype1 additionalPropertiesClassMapMapAnytype additionalPropertiesClassMapMapString additionalPropertiesClassMapArrayAnytype additionalPropertiesClassMapArrayInteger additionalPropertiesClassMapBoolean additionalPropertiesClassMapInteger additionalPropertiesClassMapNumber additionalPropertiesClassMapString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesClass"},{"display_html":"mkAdditionalPropertiesClass :: AdditionalPropertiesClass","name":"mkAdditionalPropertiesClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesClass"},{"display_html":"data AdditionalPropertiesInteger = AdditionalPropertiesInteger {}","name":"AdditionalPropertiesInteger AdditionalPropertiesInteger additionalPropertiesIntegerName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesInteger"},{"display_html":"mkAdditionalPropertiesInteger :: AdditionalPropertiesInteger","name":"mkAdditionalPropertiesInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesInteger"},{"display_html":"data AdditionalPropertiesNumber = AdditionalPropertiesNumber {}","name":"AdditionalPropertiesNumber AdditionalPropertiesNumber additionalPropertiesNumberName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesNumber"},{"display_html":"mkAdditionalPropertiesNumber :: AdditionalPropertiesNumber","name":"mkAdditionalPropertiesNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesNumber"},{"display_html":"data AdditionalPropertiesObject = AdditionalPropertiesObject {}","name":"AdditionalPropertiesObject AdditionalPropertiesObject additionalPropertiesObjectName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesObject"},{"display_html":"mkAdditionalPropertiesObject :: AdditionalPropertiesObject","name":"mkAdditionalPropertiesObject","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesObject"},{"display_html":"data AdditionalPropertiesString = AdditionalPropertiesString {}","name":"AdditionalPropertiesString AdditionalPropertiesString additionalPropertiesStringName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AdditionalPropertiesString"},{"display_html":"mkAdditionalPropertiesString :: AdditionalPropertiesString","name":"mkAdditionalPropertiesString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAdditionalPropertiesString"},{"display_html":"data Animal = Animal {}","name":"Animal Animal animalColor animalClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Animal"},{"display_html":"mkAnimal :: Text -> Animal","name":"mkAnimal","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkAnimal"},{"display_html":"data ApiResponse = ApiResponse {}","name":"ApiResponse ApiResponse apiResponseMessage apiResponseType apiResponseCode","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ApiResponse"},{"display_html":"mkApiResponse :: ApiResponse","name":"mkApiResponse","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkApiResponse"},{"display_html":"data ArrayOfArrayOfNumberOnly = ArrayOfArrayOfNumberOnly {}","name":"ArrayOfArrayOfNumberOnly ArrayOfArrayOfNumberOnly arrayOfArrayOfNumberOnlyArrayArrayNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ArrayOfArrayOfNumberOnly"},{"display_html":"mkArrayOfArrayOfNumberOnly :: ArrayOfArrayOfNumberOnly","name":"mkArrayOfArrayOfNumberOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkArrayOfArrayOfNumberOnly"},{"display_html":"data ArrayOfNumberOnly = ArrayOfNumberOnly {}","name":"ArrayOfNumberOnly ArrayOfNumberOnly arrayOfNumberOnlyArrayNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ArrayOfNumberOnly"},{"display_html":"mkArrayOfNumberOnly :: ArrayOfNumberOnly","name":"mkArrayOfNumberOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkArrayOfNumberOnly"},{"display_html":"data ArrayTest = ArrayTest {}","name":"ArrayTest ArrayTest arrayTestArrayArrayOfModel arrayTestArrayArrayOfInteger arrayTestArrayOfString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ArrayTest"},{"display_html":"mkArrayTest :: ArrayTest","name":"mkArrayTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkArrayTest"},{"display_html":"data BigCat = BigCat {}","name":"BigCat BigCat bigCatKind bigCatDeclawed bigCatColor bigCatClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BigCat"},{"display_html":"mkBigCat :: Text -> BigCat","name":"mkBigCat","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkBigCat"},{"display_html":"data BigCatAllOf = BigCatAllOf {}","name":"BigCatAllOf BigCatAllOf bigCatAllOfKind","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:BigCatAllOf"},{"display_html":"mkBigCatAllOf :: BigCatAllOf","name":"mkBigCatAllOf","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkBigCatAllOf"},{"display_html":"data Capitalization = Capitalization {}","name":"Capitalization Capitalization capitalizationAttName capitalizationScaEthFlowPoints capitalizationCapitalSnake capitalizationSmallSnake capitalizationCapitalCamel capitalizationSmallCamel","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Capitalization"},{"display_html":"mkCapitalization :: Capitalization","name":"mkCapitalization","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCapitalization"},{"display_html":"data Cat = Cat {}","name":"Cat Cat catDeclawed catColor catClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Cat"},{"display_html":"mkCat :: Text -> Cat","name":"mkCat","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCat"},{"display_html":"data CatAllOf = CatAllOf {}","name":"CatAllOf CatAllOf catAllOfDeclawed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:CatAllOf"},{"display_html":"mkCatAllOf :: CatAllOf","name":"mkCatAllOf","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCatAllOf"},{"display_html":"data Category = Category {}","name":"Category Category categoryName categoryId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Category"},{"display_html":"mkCategory :: Text -> Category","name":"mkCategory","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkCategory"},{"display_html":"data ClassModel = ClassModel {}","name":"ClassModel ClassModel classModelClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ClassModel"},{"display_html":"mkClassModel :: ClassModel","name":"mkClassModel","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkClassModel"},{"display_html":"data Client = Client {}","name":"Client Client clientClient","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Client"},{"display_html":"mkClient :: Client","name":"mkClient","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkClient"},{"display_html":"data Dog = Dog {}","name":"Dog Dog dogBreed dogColor dogClassName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Dog"},{"display_html":"mkDog :: Text -> Dog","name":"mkDog","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkDog"},{"display_html":"data DogAllOf = DogAllOf {}","name":"DogAllOf DogAllOf dogAllOfBreed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:DogAllOf"},{"display_html":"mkDogAllOf :: DogAllOf","name":"mkDogAllOf","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkDogAllOf"},{"display_html":"data EnumArrays = EnumArrays {}","name":"EnumArrays EnumArrays enumArraysArrayEnum enumArraysJustSymbol","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumArrays"},{"display_html":"mkEnumArrays :: EnumArrays","name":"mkEnumArrays","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkEnumArrays"},{"display_html":"data EnumTest = EnumTest {}","name":"EnumTest EnumTest enumTestOuterEnum enumTestEnumNumber enumTestEnumInteger enumTestEnumStringRequired enumTestEnumString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumTest"},{"display_html":"mkEnumTest :: E'EnumString -> EnumTest","name":"mkEnumTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkEnumTest"},{"display_html":"data File = File {}","name":"File File fileSourceUri","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:File"},{"display_html":"mkFile :: File","name":"mkFile","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkFile"},{"display_html":"data FileSchemaTestClass = FileSchemaTestClass {}","name":"FileSchemaTestClass FileSchemaTestClass fileSchemaTestClassFiles fileSchemaTestClassFile","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:FileSchemaTestClass"},{"display_html":"mkFileSchemaTestClass :: FileSchemaTestClass","name":"mkFileSchemaTestClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkFileSchemaTestClass"},{"display_html":"data FormatTest = FormatTest {}","name":"FormatTest FormatTest formatTestBigDecimal formatTestPassword formatTestUuid formatTestDateTime formatTestDate formatTestBinary formatTestByte formatTestString formatTestDouble formatTestFloat formatTestNumber formatTestInt64 formatTestInt32 formatTestInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:FormatTest"},{"display_html":"mkFormatTest :: Double -> ByteArray -> Date -> Text -> FormatTest","name":"mkFormatTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkFormatTest"},{"display_html":"data HasOnlyReadOnly = HasOnlyReadOnly {}","name":"HasOnlyReadOnly HasOnlyReadOnly hasOnlyReadOnlyFoo hasOnlyReadOnlyBar","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:HasOnlyReadOnly"},{"display_html":"mkHasOnlyReadOnly :: HasOnlyReadOnly","name":"mkHasOnlyReadOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkHasOnlyReadOnly"},{"display_html":"data MapTest = MapTest {}","name":"MapTest MapTest mapTestIndirectMap mapTestDirectMap mapTestMapOfEnumString mapTestMapMapOfString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:MapTest"},{"display_html":"mkMapTest :: MapTest","name":"mkMapTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkMapTest"},{"display_html":"data MixedPropertiesAndAdditionalPropertiesClass = MixedPropertiesAndAdditionalPropertiesClass {}","name":"MixedPropertiesAndAdditionalPropertiesClass MixedPropertiesAndAdditionalPropertiesClass mixedPropertiesAndAdditionalPropertiesClassMap mixedPropertiesAndAdditionalPropertiesClassDateTime mixedPropertiesAndAdditionalPropertiesClassUuid","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:MixedPropertiesAndAdditionalPropertiesClass"},{"display_html":"mkMixedPropertiesAndAdditionalPropertiesClass :: MixedPropertiesAndAdditionalPropertiesClass","name":"mkMixedPropertiesAndAdditionalPropertiesClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkMixedPropertiesAndAdditionalPropertiesClass"},{"display_html":"data Model200Response = Model200Response {}","name":"Model200Response Model200Response model200ResponseClass model200ResponseName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Model200Response"},{"display_html":"mkModel200Response :: Model200Response","name":"mkModel200Response","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkModel200Response"},{"display_html":"data ModelList = ModelList {}","name":"ModelList ModelList modelList123list","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ModelList"},{"display_html":"mkModelList :: ModelList","name":"mkModelList","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkModelList"},{"display_html":"data ModelReturn = ModelReturn {}","name":"ModelReturn ModelReturn modelReturnReturn","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ModelReturn"},{"display_html":"mkModelReturn :: ModelReturn","name":"mkModelReturn","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkModelReturn"},{"display_html":"data Name = Name {}","name":"Name Name name123number nameProperty nameSnakeCase nameName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Name"},{"display_html":"mkName :: Int -> Name","name":"mkName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkName"},{"display_html":"data NumberOnly = NumberOnly {}","name":"NumberOnly NumberOnly numberOnlyJustNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:NumberOnly"},{"display_html":"mkNumberOnly :: NumberOnly","name":"mkNumberOnly","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkNumberOnly"},{"display_html":"data Order = Order {}","name":"Order Order orderComplete orderStatus orderShipDate orderQuantity orderPetId orderId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Order"},{"display_html":"mkOrder :: Order","name":"mkOrder","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkOrder"},{"display_html":"data OuterComposite = OuterComposite {}","name":"OuterComposite OuterComposite outerCompositeMyBoolean outerCompositeMyString outerCompositeMyNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OuterComposite"},{"display_html":"mkOuterComposite :: OuterComposite","name":"mkOuterComposite","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkOuterComposite"},{"display_html":"data Pet = Pet {}","name":"Pet Pet petStatus petTags petPhotoUrls petName petCategory petId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Pet"},{"display_html":"mkPet :: Text -> [Text] -> Pet","name":"mkPet","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkPet"},{"display_html":"data ReadOnlyFirst = ReadOnlyFirst {}","name":"ReadOnlyFirst ReadOnlyFirst readOnlyFirstBaz readOnlyFirstBar","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:ReadOnlyFirst"},{"display_html":"mkReadOnlyFirst :: ReadOnlyFirst","name":"mkReadOnlyFirst","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkReadOnlyFirst"},{"display_html":"data SpecialModelName = SpecialModelName {}","name":"SpecialModelName SpecialModelName specialModelNameSpecialPropertyName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:SpecialModelName"},{"display_html":"mkSpecialModelName :: SpecialModelName","name":"mkSpecialModelName","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkSpecialModelName"},{"display_html":"data Tag = Tag {}","name":"Tag Tag tagName tagId","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:Tag"},{"display_html":"mkTag :: Tag","name":"mkTag","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkTag"},{"display_html":"data TypeHolderDefault = TypeHolderDefault {}","name":"TypeHolderDefault TypeHolderDefault typeHolderDefaultArrayItem typeHolderDefaultBoolItem typeHolderDefaultIntegerItem typeHolderDefaultNumberItem typeHolderDefaultStringItem","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:TypeHolderDefault"},{"display_html":"mkTypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault","name":"mkTypeHolderDefault","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkTypeHolderDefault"},{"display_html":"data TypeHolderExample = TypeHolderExample {}","name":"TypeHolderExample TypeHolderExample typeHolderExampleArrayItem typeHolderExampleBoolItem typeHolderExampleIntegerItem typeHolderExampleFloatItem typeHolderExampleNumberItem typeHolderExampleStringItem","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:TypeHolderExample"},{"display_html":"mkTypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample","name":"mkTypeHolderExample","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkTypeHolderExample"},{"display_html":"data User = User {}","name":"User User userUserStatus userPhone userEmail userLastName userFirstName userUsername userId userPassword","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:User"},{"display_html":"mkUser :: User","name":"mkUser","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkUser"},{"display_html":"data XmlItem = XmlItem {}","name":"XmlItem XmlItem xmlItemPrefixNsWrappedArray xmlItemPrefixNsArray xmlItemPrefixNsBoolean xmlItemPrefixNsInteger xmlItemPrefixNsNumber xmlItemPrefixNsString xmlItemNamespaceWrappedArray xmlItemNamespaceArray xmlItemNamespaceBoolean xmlItemNamespaceInteger xmlItemNamespaceNumber xmlItemNamespaceString xmlItemPrefixWrappedArray xmlItemPrefixArray xmlItemPrefixBoolean xmlItemPrefixInteger xmlItemPrefixNumber xmlItemPrefixString xmlItemNameWrappedArray xmlItemNameArray xmlItemNameBoolean xmlItemNameInteger xmlItemNameNumber xmlItemNameString xmlItemWrappedArray xmlItemAttributeBoolean xmlItemAttributeInteger xmlItemAttributeNumber xmlItemAttributeString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:XmlItem"},{"display_html":"mkXmlItem :: XmlItem","name":"mkXmlItem","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:mkXmlItem"},{"display_html":"data E'ArrayEnum","name":"E'ArrayEnum E'ArrayEnum'Crab E'ArrayEnum'Fish","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-ArrayEnum"},{"display_html":"fromE'ArrayEnum :: E'ArrayEnum -> Text","name":"fromE'ArrayEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-ArrayEnum"},{"display_html":"toE'ArrayEnum :: Text -> Either String E'ArrayEnum","name":"toE'ArrayEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-ArrayEnum"},{"display_html":"data E'EnumFormString","name":"E'EnumFormString E'EnumFormString'_xyz E'EnumFormString'_efg E'EnumFormString'_abc","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumFormString"},{"display_html":"fromE'EnumFormString :: E'EnumFormString -> Text","name":"fromE'EnumFormString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumFormString"},{"display_html":"toE'EnumFormString :: Text -> Either String E'EnumFormString","name":"toE'EnumFormString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumFormString"},{"display_html":"data E'EnumFormStringArray","name":"E'EnumFormStringArray E'EnumFormStringArray'Dollar E'EnumFormStringArray'GreaterThan","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumFormStringArray"},{"display_html":"fromE'EnumFormStringArray :: E'EnumFormStringArray -> Text","name":"fromE'EnumFormStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumFormStringArray"},{"display_html":"toE'EnumFormStringArray :: Text -> Either String E'EnumFormStringArray","name":"toE'EnumFormStringArray","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumFormStringArray"},{"display_html":"data E'EnumInteger","name":"E'EnumInteger E'EnumInteger'NumMinus_1 E'EnumInteger'Num1","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumInteger"},{"display_html":"fromE'EnumInteger :: E'EnumInteger -> Int","name":"fromE'EnumInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumInteger"},{"display_html":"toE'EnumInteger :: Int -> Either String E'EnumInteger","name":"toE'EnumInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumInteger"},{"display_html":"data E'EnumNumber","name":"E'EnumNumber E'EnumNumber'NumMinus_1_Dot_2 E'EnumNumber'Num1_Dot_1","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumNumber"},{"display_html":"fromE'EnumNumber :: E'EnumNumber -> Double","name":"fromE'EnumNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumNumber"},{"display_html":"toE'EnumNumber :: Double -> Either String E'EnumNumber","name":"toE'EnumNumber","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumNumber"},{"display_html":"data E'EnumQueryInteger","name":"E'EnumQueryInteger E'EnumQueryInteger'NumMinus_2 E'EnumQueryInteger'Num1","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumQueryInteger"},{"display_html":"fromE'EnumQueryInteger :: E'EnumQueryInteger -> Int","name":"fromE'EnumQueryInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumQueryInteger"},{"display_html":"toE'EnumQueryInteger :: Int -> Either String E'EnumQueryInteger","name":"toE'EnumQueryInteger","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumQueryInteger"},{"display_html":"data E'EnumString","name":"E'EnumString E'EnumString'Empty E'EnumString'Lower E'EnumString'UPPER","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-EnumString"},{"display_html":"fromE'EnumString :: E'EnumString -> Text","name":"fromE'EnumString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-EnumString"},{"display_html":"toE'EnumString :: Text -> Either String E'EnumString","name":"toE'EnumString","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-EnumString"},{"display_html":"data E'Inner","name":"E'Inner E'Inner'Lower E'Inner'UPPER","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Inner"},{"display_html":"fromE'Inner :: E'Inner -> Text","name":"fromE'Inner","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Inner"},{"display_html":"toE'Inner :: Text -> Either String E'Inner","name":"toE'Inner","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Inner"},{"display_html":"data E'JustSymbol","name":"E'JustSymbol E'JustSymbol'Dollar E'JustSymbol'Greater_Than_Or_Equal_To","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-JustSymbol"},{"display_html":"fromE'JustSymbol :: E'JustSymbol -> Text","name":"fromE'JustSymbol","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-JustSymbol"},{"display_html":"toE'JustSymbol :: Text -> Either String E'JustSymbol","name":"toE'JustSymbol","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-JustSymbol"},{"display_html":"data E'Kind","name":"E'Kind E'Kind'Jaguars E'Kind'Leopards E'Kind'Tigers E'Kind'Lions","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Kind"},{"display_html":"fromE'Kind :: E'Kind -> Text","name":"fromE'Kind","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Kind"},{"display_html":"toE'Kind :: Text -> Either String E'Kind","name":"toE'Kind","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Kind"},{"display_html":"data E'Status","name":"E'Status E'Status'Delivered E'Status'Approved E'Status'Placed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Status"},{"display_html":"fromE'Status :: E'Status -> Text","name":"fromE'Status","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Status"},{"display_html":"toE'Status :: Text -> Either String E'Status","name":"toE'Status","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Status"},{"display_html":"data E'Status2","name":"E'Status2 E'Status2'Sold E'Status2'Pending E'Status2'Available","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:E-39-Status2"},{"display_html":"fromE'Status2 :: E'Status2 -> Text","name":"fromE'Status2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromE-39-Status2"},{"display_html":"toE'Status2 :: Text -> Either String E'Status2","name":"toE'Status2","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toE-39-Status2"},{"display_html":"data EnumClass","name":"EnumClass EnumClass'_xyz EnumClass'_efg EnumClass'_abc","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:EnumClass"},{"display_html":"fromEnumClass :: EnumClass -> Text","name":"fromEnumClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromEnumClass"},{"display_html":"toEnumClass :: Text -> Either String EnumClass","name":"toEnumClass","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toEnumClass"},{"display_html":"data OuterEnum","name":"OuterEnum OuterEnum'Delivered OuterEnum'Approved OuterEnum'Placed","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:OuterEnum"},{"display_html":"fromOuterEnum :: OuterEnum -> Text","name":"fromOuterEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:fromOuterEnum"},{"display_html":"toOuterEnum :: Text -> Either String OuterEnum","name":"toOuterEnum","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#v:toOuterEnum"},{"display_html":"data AuthApiKeyApiKey = AuthApiKeyApiKey Text","name":"AuthApiKeyApiKey AuthApiKeyApiKey","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthApiKeyApiKey"},{"display_html":"data AuthApiKeyApiKeyQuery = AuthApiKeyApiKeyQuery Text","name":"AuthApiKeyApiKeyQuery AuthApiKeyApiKeyQuery","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthApiKeyApiKeyQuery"},{"display_html":"data AuthBasicHttpBasicTest = AuthBasicHttpBasicTest ByteString ByteString","name":"AuthBasicHttpBasicTest AuthBasicHttpBasicTest","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthBasicHttpBasicTest"},{"display_html":"data AuthOAuthPetstoreAuth = AuthOAuthPetstoreAuth Text","name":"AuthOAuthPetstoreAuth AuthOAuthPetstoreAuth","module":"OpenAPIPetstore.Model","link":"OpenAPIPetstore-Model.html#t:AuthOAuthPetstoreAuth"},{"display_html":"createUser :: (Consumes CreateUser contentType, MimeRender contentType User) => ContentType contentType -> User -> OpenAPIPetstoreRequest CreateUser contentType NoContent MimeNoContent","name":"createUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:createUser"},{"display_html":"data CreateUser","name":"CreateUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:CreateUser"},{"display_html":"createUsersWithArrayInput :: (Consumes CreateUsersWithArrayInput contentType, MimeRender contentType Body) => ContentType contentType -> Body -> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType NoContent MimeNoContent","name":"createUsersWithArrayInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:createUsersWithArrayInput"},{"display_html":"data CreateUsersWithArrayInput","name":"CreateUsersWithArrayInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:CreateUsersWithArrayInput"},{"display_html":"createUsersWithListInput :: (Consumes CreateUsersWithListInput contentType, MimeRender contentType Body) => ContentType contentType -> Body -> OpenAPIPetstoreRequest CreateUsersWithListInput contentType NoContent MimeNoContent","name":"createUsersWithListInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:createUsersWithListInput"},{"display_html":"data CreateUsersWithListInput","name":"CreateUsersWithListInput","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:CreateUsersWithListInput"},{"display_html":"deleteUser :: Username -> OpenAPIPetstoreRequest DeleteUser MimeNoContent NoContent MimeNoContent","name":"deleteUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:deleteUser"},{"display_html":"data DeleteUser","name":"DeleteUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:DeleteUser"},{"display_html":"getUserByName :: Accept accept -> Username -> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept","name":"getUserByName","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:getUserByName"},{"display_html":"data GetUserByName","name":"GetUserByName","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:GetUserByName"},{"display_html":"loginUser :: Accept accept -> Username -> Password -> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept","name":"loginUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:loginUser"},{"display_html":"data LoginUser","name":"LoginUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:LoginUser"},{"display_html":"logoutUser :: OpenAPIPetstoreRequest LogoutUser MimeNoContent NoContent MimeNoContent","name":"logoutUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:logoutUser"},{"display_html":"data LogoutUser","name":"LogoutUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:LogoutUser"},{"display_html":"updateUser :: (Consumes UpdateUser contentType, MimeRender contentType User) => ContentType contentType -> User -> Username -> OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent","name":"updateUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#v:updateUser"},{"display_html":"data UpdateUser","name":"UpdateUser","module":"OpenAPIPetstore.API.User","link":"OpenAPIPetstore-API-User.html#t:UpdateUser"},{"display_html":"deleteOrder :: OrderIdText -> OpenAPIPetstoreRequest DeleteOrder MimeNoContent NoContent MimeNoContent","name":"deleteOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:deleteOrder"},{"display_html":"data DeleteOrder","name":"DeleteOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:DeleteOrder"},{"display_html":"getInventory :: OpenAPIPetstoreRequest GetInventory MimeNoContent (Map String Int) MimeJSON","name":"getInventory","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:getInventory"},{"display_html":"data GetInventory","name":"GetInventory","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:GetInventory"},{"display_html":"getOrderById :: Accept accept -> OrderId -> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept","name":"getOrderById","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:getOrderById"},{"display_html":"data GetOrderById","name":"GetOrderById","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:GetOrderById"},{"display_html":"placeOrder :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => ContentType contentType -> Accept accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType Order accept","name":"placeOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#v:placeOrder"},{"display_html":"data PlaceOrder","name":"PlaceOrder","module":"OpenAPIPetstore.API.Store","link":"OpenAPIPetstore-API-Store.html#t:PlaceOrder"},{"display_html":"addPet :: (Consumes AddPet contentType, MimeRender contentType Pet) => ContentType contentType -> Pet -> OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent","name":"addPet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:addPet"},{"display_html":"data AddPet","name":"AddPet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:AddPet"},{"display_html":"deletePet :: PetId -> OpenAPIPetstoreRequest DeletePet MimeNoContent NoContent MimeNoContent","name":"deletePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:deletePet"},{"display_html":"data DeletePet","name":"DeletePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:DeletePet"},{"display_html":"findPetsByStatus :: Accept accept -> Status -> OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept","name":"findPetsByStatus","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:findPetsByStatus"},{"display_html":"data FindPetsByStatus","name":"FindPetsByStatus","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:FindPetsByStatus"},{"display_html":"findPetsByTags :: Accept accept -> Tags -> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept","name":"findPetsByTags","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:findPetsByTags"},{"display_html":"data FindPetsByTags","name":"FindPetsByTags","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:FindPetsByTags"},{"display_html":"getPetById :: Accept accept -> PetId -> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept","name":"getPetById","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:getPetById"},{"display_html":"data GetPetById","name":"GetPetById","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:GetPetById"},{"display_html":"updatePet :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => ContentType contentType -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent","name":"updatePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:updatePet"},{"display_html":"data UpdatePet","name":"UpdatePet","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UpdatePet"},{"display_html":"updatePetWithForm :: Consumes UpdatePetWithForm MimeFormUrlEncoded => PetId -> OpenAPIPetstoreRequest UpdatePetWithForm MimeFormUrlEncoded NoContent MimeNoContent","name":"updatePetWithForm","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:updatePetWithForm"},{"display_html":"data UpdatePetWithForm","name":"UpdatePetWithForm","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UpdatePetWithForm"},{"display_html":"uploadFile :: Consumes UploadFile MimeMultipartFormData => PetId -> OpenAPIPetstoreRequest UploadFile MimeMultipartFormData ApiResponse MimeJSON","name":"uploadFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:uploadFile"},{"display_html":"data UploadFile","name":"UploadFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UploadFile"},{"display_html":"uploadFileWithRequiredFile :: Consumes UploadFileWithRequiredFile MimeMultipartFormData => RequiredFile -> PetId -> OpenAPIPetstoreRequest UploadFileWithRequiredFile MimeMultipartFormData ApiResponse MimeJSON","name":"uploadFileWithRequiredFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#v:uploadFileWithRequiredFile"},{"display_html":"data UploadFileWithRequiredFile","name":"UploadFileWithRequiredFile","module":"OpenAPIPetstore.API.Pet","link":"OpenAPIPetstore-API-Pet.html#t:UploadFileWithRequiredFile"},{"display_html":"testClassname :: (Consumes TestClassname MimeJSON, MimeRender MimeJSON Client) => Client -> OpenAPIPetstoreRequest TestClassname MimeJSON Client MimeJSON","name":"testClassname","module":"OpenAPIPetstore.API.FakeClassnameTags123","link":"OpenAPIPetstore-API-FakeClassnameTags123.html#v:testClassname"},{"display_html":"data TestClassname","name":"TestClassname","module":"OpenAPIPetstore.API.FakeClassnameTags123","link":"OpenAPIPetstore-API-FakeClassnameTags123.html#t:TestClassname"},{"display_html":"createXmlItem :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => ContentType contentType -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType NoContent MimeNoContent","name":"createXmlItem","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:createXmlItem"},{"display_html":"data CreateXmlItem","name":"CreateXmlItem","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:CreateXmlItem"},{"display_html":"fakeOuterBooleanSerialize :: Consumes FakeOuterBooleanSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType Bool accept","name":"fakeOuterBooleanSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterBooleanSerialize"},{"display_html":"data FakeOuterBooleanSerialize","name":"FakeOuterBooleanSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterBooleanSerialize"},{"display_html":"fakeOuterCompositeSerialize :: Consumes FakeOuterCompositeSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterCompositeSerialize contentType OuterComposite accept","name":"fakeOuterCompositeSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterCompositeSerialize"},{"display_html":"data FakeOuterCompositeSerialize","name":"FakeOuterCompositeSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterCompositeSerialize"},{"display_html":"fakeOuterNumberSerialize :: Consumes FakeOuterNumberSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType Double accept","name":"fakeOuterNumberSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterNumberSerialize"},{"display_html":"data FakeOuterNumberSerialize","name":"FakeOuterNumberSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterNumberSerialize"},{"display_html":"fakeOuterStringSerialize :: Consumes FakeOuterStringSerialize contentType => ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType Text accept","name":"fakeOuterStringSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:fakeOuterStringSerialize"},{"display_html":"data FakeOuterStringSerialize","name":"FakeOuterStringSerialize","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:FakeOuterStringSerialize"},{"display_html":"testBodyWithFileSchema :: (Consumes TestBodyWithFileSchema MimeJSON, MimeRender MimeJSON FileSchemaTestClass) => FileSchemaTestClass -> OpenAPIPetstoreRequest TestBodyWithFileSchema MimeJSON NoContent MimeNoContent","name":"testBodyWithFileSchema","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testBodyWithFileSchema"},{"display_html":"data TestBodyWithFileSchema","name":"TestBodyWithFileSchema","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestBodyWithFileSchema"},{"display_html":"testBodyWithQueryParams :: (Consumes TestBodyWithQueryParams MimeJSON, MimeRender MimeJSON User) => User -> Query -> OpenAPIPetstoreRequest TestBodyWithQueryParams MimeJSON NoContent MimeNoContent","name":"testBodyWithQueryParams","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testBodyWithQueryParams"},{"display_html":"data TestBodyWithQueryParams","name":"TestBodyWithQueryParams","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestBodyWithQueryParams"},{"display_html":"testClientModel :: (Consumes TestClientModel MimeJSON, MimeRender MimeJSON Client) => Client -> OpenAPIPetstoreRequest TestClientModel MimeJSON Client MimeJSON","name":"testClientModel","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testClientModel"},{"display_html":"data TestClientModel","name":"TestClientModel","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestClientModel"},{"display_html":"testEndpointParameters :: Consumes TestEndpointParameters MimeFormUrlEncoded => Number -> ParamDouble -> PatternWithoutDelimiter -> Byte -> OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent","name":"testEndpointParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testEndpointParameters"},{"display_html":"data TestEndpointParameters","name":"TestEndpointParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestEndpointParameters"},{"display_html":"testEnumParameters :: Consumes TestEnumParameters MimeFormUrlEncoded => OpenAPIPetstoreRequest TestEnumParameters MimeFormUrlEncoded NoContent MimeNoContent","name":"testEnumParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testEnumParameters"},{"display_html":"data TestEnumParameters","name":"TestEnumParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestEnumParameters"},{"display_html":"testGroupParameters :: RequiredStringGroup -> RequiredBooleanGroup -> RequiredInt64Group -> OpenAPIPetstoreRequest TestGroupParameters MimeNoContent NoContent MimeNoContent","name":"testGroupParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testGroupParameters"},{"display_html":"data TestGroupParameters","name":"TestGroupParameters","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestGroupParameters"},{"display_html":"testInlineAdditionalProperties :: (Consumes TestInlineAdditionalProperties MimeJSON, MimeRender MimeJSON ParamMapMapStringText) => ParamMapMapStringText -> OpenAPIPetstoreRequest TestInlineAdditionalProperties MimeJSON NoContent MimeNoContent","name":"testInlineAdditionalProperties","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testInlineAdditionalProperties"},{"display_html":"data TestInlineAdditionalProperties","name":"TestInlineAdditionalProperties","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestInlineAdditionalProperties"},{"display_html":"testJsonFormData :: Consumes TestJsonFormData MimeFormUrlEncoded => Param -> Param2 -> OpenAPIPetstoreRequest TestJsonFormData MimeFormUrlEncoded NoContent MimeNoContent","name":"testJsonFormData","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testJsonFormData"},{"display_html":"data TestJsonFormData","name":"TestJsonFormData","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestJsonFormData"},{"display_html":"testQueryParameterCollectionFormat :: Pipe -> Ioutil -> Http -> Url -> Context -> OpenAPIPetstoreRequest TestQueryParameterCollectionFormat MimeNoContent NoContent MimeNoContent","name":"testQueryParameterCollectionFormat","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#v:testQueryParameterCollectionFormat"},{"display_html":"data TestQueryParameterCollectionFormat","name":"TestQueryParameterCollectionFormat","module":"OpenAPIPetstore.API.Fake","link":"OpenAPIPetstore-API-Fake.html#t:TestQueryParameterCollectionFormat"},{"display_html":"op123testSpecialTags :: (Consumes Op123testSpecialTags MimeJSON, MimeRender MimeJSON Client) => Client -> OpenAPIPetstoreRequest Op123testSpecialTags MimeJSON Client MimeJSON","name":"op123testSpecialTags","module":"OpenAPIPetstore.API.AnotherFake","link":"OpenAPIPetstore-API-AnotherFake.html#v:op123testSpecialTags"},{"display_html":"data Op123testSpecialTags","name":"Op123testSpecialTags","module":"OpenAPIPetstore.API.AnotherFake","link":"OpenAPIPetstore-API-AnotherFake.html#t:Op123testSpecialTags"},{"display_html":"module OpenAPIPetstore.API.AnotherFake","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.Fake","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.FakeClassnameTags123","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.Pet","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.Store","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"module OpenAPIPetstore.API.User","name":"","module":"OpenAPIPetstore.API","link":""},{"display_html":"additionalPropertiesAnyTypeNameL :: Lens_' AdditionalPropertiesAnyType (Maybe Text)","name":"additionalPropertiesAnyTypeNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesAnyTypeNameL"},{"display_html":"additionalPropertiesArrayNameL :: Lens_' AdditionalPropertiesArray (Maybe Text)","name":"additionalPropertiesArrayNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesArrayNameL"},{"display_html":"additionalPropertiesBooleanNameL :: Lens_' AdditionalPropertiesBoolean (Maybe Text)","name":"additionalPropertiesBooleanNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesBooleanNameL"},{"display_html":"additionalPropertiesClassMapStringL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Text))","name":"additionalPropertiesClassMapStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapStringL"},{"display_html":"additionalPropertiesClassMapNumberL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Double))","name":"additionalPropertiesClassMapNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapNumberL"},{"display_html":"additionalPropertiesClassMapIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Int))","name":"additionalPropertiesClassMapIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapIntegerL"},{"display_html":"additionalPropertiesClassMapBooleanL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Bool))","name":"additionalPropertiesClassMapBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapBooleanL"},{"display_html":"additionalPropertiesClassMapArrayIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map String [Int]))","name":"additionalPropertiesClassMapArrayIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapArrayIntegerL"},{"display_html":"additionalPropertiesClassMapArrayAnytypeL :: Lens_' AdditionalPropertiesClass (Maybe (Map String [Value]))","name":"additionalPropertiesClassMapArrayAnytypeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapArrayAnytypeL"},{"display_html":"additionalPropertiesClassMapMapStringL :: Lens_' AdditionalPropertiesClass (Maybe (Map String (Map String Text)))","name":"additionalPropertiesClassMapMapStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapMapStringL"},{"display_html":"additionalPropertiesClassMapMapAnytypeL :: Lens_' AdditionalPropertiesClass (Maybe (Map String (Map String Value)))","name":"additionalPropertiesClassMapMapAnytypeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassMapMapAnytypeL"},{"display_html":"additionalPropertiesClassAnytype1L :: Lens_' AdditionalPropertiesClass (Maybe Value)","name":"additionalPropertiesClassAnytype1L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassAnytype1L"},{"display_html":"additionalPropertiesClassAnytype2L :: Lens_' AdditionalPropertiesClass (Maybe Value)","name":"additionalPropertiesClassAnytype2L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassAnytype2L"},{"display_html":"additionalPropertiesClassAnytype3L :: Lens_' AdditionalPropertiesClass (Maybe Value)","name":"additionalPropertiesClassAnytype3L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesClassAnytype3L"},{"display_html":"additionalPropertiesIntegerNameL :: Lens_' AdditionalPropertiesInteger (Maybe Text)","name":"additionalPropertiesIntegerNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesIntegerNameL"},{"display_html":"additionalPropertiesNumberNameL :: Lens_' AdditionalPropertiesNumber (Maybe Text)","name":"additionalPropertiesNumberNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesNumberNameL"},{"display_html":"additionalPropertiesObjectNameL :: Lens_' AdditionalPropertiesObject (Maybe Text)","name":"additionalPropertiesObjectNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesObjectNameL"},{"display_html":"additionalPropertiesStringNameL :: Lens_' AdditionalPropertiesString (Maybe Text)","name":"additionalPropertiesStringNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:additionalPropertiesStringNameL"},{"display_html":"animalClassNameL :: Lens_' Animal Text","name":"animalClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:animalClassNameL"},{"display_html":"animalColorL :: Lens_' Animal (Maybe Text)","name":"animalColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:animalColorL"},{"display_html":"apiResponseCodeL :: Lens_' ApiResponse (Maybe Int)","name":"apiResponseCodeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:apiResponseCodeL"},{"display_html":"apiResponseTypeL :: Lens_' ApiResponse (Maybe Text)","name":"apiResponseTypeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:apiResponseTypeL"},{"display_html":"apiResponseMessageL :: Lens_' ApiResponse (Maybe Text)","name":"apiResponseMessageL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:apiResponseMessageL"},{"display_html":"arrayOfArrayOfNumberOnlyArrayArrayNumberL :: Lens_' ArrayOfArrayOfNumberOnly (Maybe [[Double]])","name":"arrayOfArrayOfNumberOnlyArrayArrayNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayOfArrayOfNumberOnlyArrayArrayNumberL"},{"display_html":"arrayOfNumberOnlyArrayNumberL :: Lens_' ArrayOfNumberOnly (Maybe [Double])","name":"arrayOfNumberOnlyArrayNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayOfNumberOnlyArrayNumberL"},{"display_html":"arrayTestArrayOfStringL :: Lens_' ArrayTest (Maybe [Text])","name":"arrayTestArrayOfStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayTestArrayOfStringL"},{"display_html":"arrayTestArrayArrayOfIntegerL :: Lens_' ArrayTest (Maybe [[Integer]])","name":"arrayTestArrayArrayOfIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayTestArrayArrayOfIntegerL"},{"display_html":"arrayTestArrayArrayOfModelL :: Lens_' ArrayTest (Maybe [[ReadOnlyFirst]])","name":"arrayTestArrayArrayOfModelL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:arrayTestArrayArrayOfModelL"},{"display_html":"bigCatClassNameL :: Lens_' BigCat Text","name":"bigCatClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatClassNameL"},{"display_html":"bigCatColorL :: Lens_' BigCat (Maybe Text)","name":"bigCatColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatColorL"},{"display_html":"bigCatDeclawedL :: Lens_' BigCat (Maybe Bool)","name":"bigCatDeclawedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatDeclawedL"},{"display_html":"bigCatKindL :: Lens_' BigCat (Maybe E'Kind)","name":"bigCatKindL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatKindL"},{"display_html":"bigCatAllOfKindL :: Lens_' BigCatAllOf (Maybe E'Kind)","name":"bigCatAllOfKindL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:bigCatAllOfKindL"},{"display_html":"capitalizationSmallCamelL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationSmallCamelL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationSmallCamelL"},{"display_html":"capitalizationCapitalCamelL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationCapitalCamelL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationCapitalCamelL"},{"display_html":"capitalizationSmallSnakeL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationSmallSnakeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationSmallSnakeL"},{"display_html":"capitalizationCapitalSnakeL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationCapitalSnakeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationCapitalSnakeL"},{"display_html":"capitalizationScaEthFlowPointsL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationScaEthFlowPointsL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationScaEthFlowPointsL"},{"display_html":"capitalizationAttNameL :: Lens_' Capitalization (Maybe Text)","name":"capitalizationAttNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:capitalizationAttNameL"},{"display_html":"catClassNameL :: Lens_' Cat Text","name":"catClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catClassNameL"},{"display_html":"catColorL :: Lens_' Cat (Maybe Text)","name":"catColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catColorL"},{"display_html":"catDeclawedL :: Lens_' Cat (Maybe Bool)","name":"catDeclawedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catDeclawedL"},{"display_html":"catAllOfDeclawedL :: Lens_' CatAllOf (Maybe Bool)","name":"catAllOfDeclawedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:catAllOfDeclawedL"},{"display_html":"categoryIdL :: Lens_' Category (Maybe Integer)","name":"categoryIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:categoryIdL"},{"display_html":"categoryNameL :: Lens_' Category Text","name":"categoryNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:categoryNameL"},{"display_html":"classModelClassL :: Lens_' ClassModel (Maybe Text)","name":"classModelClassL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:classModelClassL"},{"display_html":"clientClientL :: Lens_' Client (Maybe Text)","name":"clientClientL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:clientClientL"},{"display_html":"dogClassNameL :: Lens_' Dog Text","name":"dogClassNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogClassNameL"},{"display_html":"dogColorL :: Lens_' Dog (Maybe Text)","name":"dogColorL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogColorL"},{"display_html":"dogBreedL :: Lens_' Dog (Maybe Text)","name":"dogBreedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogBreedL"},{"display_html":"dogAllOfBreedL :: Lens_' DogAllOf (Maybe Text)","name":"dogAllOfBreedL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:dogAllOfBreedL"},{"display_html":"enumArraysJustSymbolL :: Lens_' EnumArrays (Maybe E'JustSymbol)","name":"enumArraysJustSymbolL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumArraysJustSymbolL"},{"display_html":"enumArraysArrayEnumL :: Lens_' EnumArrays (Maybe [E'ArrayEnum])","name":"enumArraysArrayEnumL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumArraysArrayEnumL"},{"display_html":"enumTestEnumStringL :: Lens_' EnumTest (Maybe E'EnumString)","name":"enumTestEnumStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumStringL"},{"display_html":"enumTestEnumStringRequiredL :: Lens_' EnumTest E'EnumString","name":"enumTestEnumStringRequiredL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumStringRequiredL"},{"display_html":"enumTestEnumIntegerL :: Lens_' EnumTest (Maybe E'EnumInteger)","name":"enumTestEnumIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumIntegerL"},{"display_html":"enumTestEnumNumberL :: Lens_' EnumTest (Maybe E'EnumNumber)","name":"enumTestEnumNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestEnumNumberL"},{"display_html":"enumTestOuterEnumL :: Lens_' EnumTest (Maybe OuterEnum)","name":"enumTestOuterEnumL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:enumTestOuterEnumL"},{"display_html":"fileSourceUriL :: Lens_' File (Maybe Text)","name":"fileSourceUriL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:fileSourceUriL"},{"display_html":"fileSchemaTestClassFileL :: Lens_' FileSchemaTestClass (Maybe File)","name":"fileSchemaTestClassFileL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:fileSchemaTestClassFileL"},{"display_html":"fileSchemaTestClassFilesL :: Lens_' FileSchemaTestClass (Maybe [File])","name":"fileSchemaTestClassFilesL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:fileSchemaTestClassFilesL"},{"display_html":"formatTestIntegerL :: Lens_' FormatTest (Maybe Int)","name":"formatTestIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestIntegerL"},{"display_html":"formatTestInt32L :: Lens_' FormatTest (Maybe Int)","name":"formatTestInt32L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestInt32L"},{"display_html":"formatTestInt64L :: Lens_' FormatTest (Maybe Integer)","name":"formatTestInt64L","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestInt64L"},{"display_html":"formatTestNumberL :: Lens_' FormatTest Double","name":"formatTestNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestNumberL"},{"display_html":"formatTestFloatL :: Lens_' FormatTest (Maybe Float)","name":"formatTestFloatL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestFloatL"},{"display_html":"formatTestDoubleL :: Lens_' FormatTest (Maybe Double)","name":"formatTestDoubleL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestDoubleL"},{"display_html":"formatTestStringL :: Lens_' FormatTest (Maybe Text)","name":"formatTestStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestStringL"},{"display_html":"formatTestByteL :: Lens_' FormatTest ByteArray","name":"formatTestByteL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestByteL"},{"display_html":"formatTestBinaryL :: Lens_' FormatTest (Maybe FilePath)","name":"formatTestBinaryL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestBinaryL"},{"display_html":"formatTestDateL :: Lens_' FormatTest Date","name":"formatTestDateL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestDateL"},{"display_html":"formatTestDateTimeL :: Lens_' FormatTest (Maybe DateTime)","name":"formatTestDateTimeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestDateTimeL"},{"display_html":"formatTestUuidL :: Lens_' FormatTest (Maybe Text)","name":"formatTestUuidL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestUuidL"},{"display_html":"formatTestPasswordL :: Lens_' FormatTest Text","name":"formatTestPasswordL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestPasswordL"},{"display_html":"formatTestBigDecimalL :: Lens_' FormatTest (Maybe Double)","name":"formatTestBigDecimalL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:formatTestBigDecimalL"},{"display_html":"hasOnlyReadOnlyBarL :: Lens_' HasOnlyReadOnly (Maybe Text)","name":"hasOnlyReadOnlyBarL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:hasOnlyReadOnlyBarL"},{"display_html":"hasOnlyReadOnlyFooL :: Lens_' HasOnlyReadOnly (Maybe Text)","name":"hasOnlyReadOnlyFooL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:hasOnlyReadOnlyFooL"},{"display_html":"mapTestMapMapOfStringL :: Lens_' MapTest (Maybe (Map String (Map String Text)))","name":"mapTestMapMapOfStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestMapMapOfStringL"},{"display_html":"mapTestMapOfEnumStringL :: Lens_' MapTest (Maybe (Map String E'Inner))","name":"mapTestMapOfEnumStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestMapOfEnumStringL"},{"display_html":"mapTestDirectMapL :: Lens_' MapTest (Maybe (Map String Bool))","name":"mapTestDirectMapL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestDirectMapL"},{"display_html":"mapTestIndirectMapL :: Lens_' MapTest (Maybe (Map String Bool))","name":"mapTestIndirectMapL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mapTestIndirectMapL"},{"display_html":"mixedPropertiesAndAdditionalPropertiesClassUuidL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe Text)","name":"mixedPropertiesAndAdditionalPropertiesClassUuidL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mixedPropertiesAndAdditionalPropertiesClassUuidL"},{"display_html":"mixedPropertiesAndAdditionalPropertiesClassDateTimeL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe DateTime)","name":"mixedPropertiesAndAdditionalPropertiesClassDateTimeL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mixedPropertiesAndAdditionalPropertiesClassDateTimeL"},{"display_html":"mixedPropertiesAndAdditionalPropertiesClassMapL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe (Map String Animal))","name":"mixedPropertiesAndAdditionalPropertiesClassMapL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:mixedPropertiesAndAdditionalPropertiesClassMapL"},{"display_html":"model200ResponseNameL :: Lens_' Model200Response (Maybe Int)","name":"model200ResponseNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:model200ResponseNameL"},{"display_html":"model200ResponseClassL :: Lens_' Model200Response (Maybe Text)","name":"model200ResponseClassL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:model200ResponseClassL"},{"display_html":"modelList123listL :: Lens_' ModelList (Maybe Text)","name":"modelList123listL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:modelList123listL"},{"display_html":"modelReturnReturnL :: Lens_' ModelReturn (Maybe Int)","name":"modelReturnReturnL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:modelReturnReturnL"},{"display_html":"nameNameL :: Lens_' Name Int","name":"nameNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:nameNameL"},{"display_html":"nameSnakeCaseL :: Lens_' Name (Maybe Int)","name":"nameSnakeCaseL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:nameSnakeCaseL"},{"display_html":"namePropertyL :: Lens_' Name (Maybe Text)","name":"namePropertyL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:namePropertyL"},{"display_html":"name123numberL :: Lens_' Name (Maybe Int)","name":"name123numberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:name123numberL"},{"display_html":"numberOnlyJustNumberL :: Lens_' NumberOnly (Maybe Double)","name":"numberOnlyJustNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:numberOnlyJustNumberL"},{"display_html":"orderIdL :: Lens_' Order (Maybe Integer)","name":"orderIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderIdL"},{"display_html":"orderPetIdL :: Lens_' Order (Maybe Integer)","name":"orderPetIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderPetIdL"},{"display_html":"orderQuantityL :: Lens_' Order (Maybe Int)","name":"orderQuantityL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderQuantityL"},{"display_html":"orderShipDateL :: Lens_' Order (Maybe DateTime)","name":"orderShipDateL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderShipDateL"},{"display_html":"orderStatusL :: Lens_' Order (Maybe E'Status)","name":"orderStatusL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderStatusL"},{"display_html":"orderCompleteL :: Lens_' Order (Maybe Bool)","name":"orderCompleteL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:orderCompleteL"},{"display_html":"outerCompositeMyNumberL :: Lens_' OuterComposite (Maybe Double)","name":"outerCompositeMyNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:outerCompositeMyNumberL"},{"display_html":"outerCompositeMyStringL :: Lens_' OuterComposite (Maybe Text)","name":"outerCompositeMyStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:outerCompositeMyStringL"},{"display_html":"outerCompositeMyBooleanL :: Lens_' OuterComposite (Maybe Bool)","name":"outerCompositeMyBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:outerCompositeMyBooleanL"},{"display_html":"petIdL :: Lens_' Pet (Maybe Integer)","name":"petIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petIdL"},{"display_html":"petCategoryL :: Lens_' Pet (Maybe Category)","name":"petCategoryL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petCategoryL"},{"display_html":"petNameL :: Lens_' Pet Text","name":"petNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petNameL"},{"display_html":"petPhotoUrlsL :: Lens_' Pet [Text]","name":"petPhotoUrlsL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petPhotoUrlsL"},{"display_html":"petTagsL :: Lens_' Pet (Maybe [Tag])","name":"petTagsL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petTagsL"},{"display_html":"petStatusL :: Lens_' Pet (Maybe E'Status2)","name":"petStatusL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:petStatusL"},{"display_html":"readOnlyFirstBarL :: Lens_' ReadOnlyFirst (Maybe Text)","name":"readOnlyFirstBarL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:readOnlyFirstBarL"},{"display_html":"readOnlyFirstBazL :: Lens_' ReadOnlyFirst (Maybe Text)","name":"readOnlyFirstBazL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:readOnlyFirstBazL"},{"display_html":"specialModelNameSpecialPropertyNameL :: Lens_' SpecialModelName (Maybe Integer)","name":"specialModelNameSpecialPropertyNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:specialModelNameSpecialPropertyNameL"},{"display_html":"tagIdL :: Lens_' Tag (Maybe Integer)","name":"tagIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:tagIdL"},{"display_html":"tagNameL :: Lens_' Tag (Maybe Text)","name":"tagNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:tagNameL"},{"display_html":"typeHolderDefaultStringItemL :: Lens_' TypeHolderDefault Text","name":"typeHolderDefaultStringItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultStringItemL"},{"display_html":"typeHolderDefaultNumberItemL :: Lens_' TypeHolderDefault Double","name":"typeHolderDefaultNumberItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultNumberItemL"},{"display_html":"typeHolderDefaultIntegerItemL :: Lens_' TypeHolderDefault Int","name":"typeHolderDefaultIntegerItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultIntegerItemL"},{"display_html":"typeHolderDefaultBoolItemL :: Lens_' TypeHolderDefault Bool","name":"typeHolderDefaultBoolItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultBoolItemL"},{"display_html":"typeHolderDefaultArrayItemL :: Lens_' TypeHolderDefault [Int]","name":"typeHolderDefaultArrayItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderDefaultArrayItemL"},{"display_html":"typeHolderExampleStringItemL :: Lens_' TypeHolderExample Text","name":"typeHolderExampleStringItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleStringItemL"},{"display_html":"typeHolderExampleNumberItemL :: Lens_' TypeHolderExample Double","name":"typeHolderExampleNumberItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleNumberItemL"},{"display_html":"typeHolderExampleFloatItemL :: Lens_' TypeHolderExample Float","name":"typeHolderExampleFloatItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleFloatItemL"},{"display_html":"typeHolderExampleIntegerItemL :: Lens_' TypeHolderExample Int","name":"typeHolderExampleIntegerItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleIntegerItemL"},{"display_html":"typeHolderExampleBoolItemL :: Lens_' TypeHolderExample Bool","name":"typeHolderExampleBoolItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleBoolItemL"},{"display_html":"typeHolderExampleArrayItemL :: Lens_' TypeHolderExample [Int]","name":"typeHolderExampleArrayItemL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:typeHolderExampleArrayItemL"},{"display_html":"userIdL :: Lens_' User (Maybe Integer)","name":"userIdL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userIdL"},{"display_html":"userUsernameL :: Lens_' User (Maybe Text)","name":"userUsernameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userUsernameL"},{"display_html":"userFirstNameL :: Lens_' User (Maybe Text)","name":"userFirstNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userFirstNameL"},{"display_html":"userLastNameL :: Lens_' User (Maybe Text)","name":"userLastNameL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userLastNameL"},{"display_html":"userEmailL :: Lens_' User (Maybe Text)","name":"userEmailL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userEmailL"},{"display_html":"userPasswordL :: Lens_' User (Maybe Text)","name":"userPasswordL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userPasswordL"},{"display_html":"userPhoneL :: Lens_' User (Maybe Text)","name":"userPhoneL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userPhoneL"},{"display_html":"userUserStatusL :: Lens_' User (Maybe Int)","name":"userUserStatusL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:userUserStatusL"},{"display_html":"xmlItemAttributeStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemAttributeStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeStringL"},{"display_html":"xmlItemAttributeNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemAttributeNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeNumberL"},{"display_html":"xmlItemAttributeIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemAttributeIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeIntegerL"},{"display_html":"xmlItemAttributeBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemAttributeBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemAttributeBooleanL"},{"display_html":"xmlItemWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemWrappedArrayL"},{"display_html":"xmlItemNameStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemNameStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameStringL"},{"display_html":"xmlItemNameNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemNameNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameNumberL"},{"display_html":"xmlItemNameIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemNameIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameIntegerL"},{"display_html":"xmlItemNameBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemNameBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameBooleanL"},{"display_html":"xmlItemNameArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNameArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameArrayL"},{"display_html":"xmlItemNameWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNameWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNameWrappedArrayL"},{"display_html":"xmlItemPrefixStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemPrefixStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixStringL"},{"display_html":"xmlItemPrefixNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemPrefixNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNumberL"},{"display_html":"xmlItemPrefixIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemPrefixIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixIntegerL"},{"display_html":"xmlItemPrefixBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemPrefixBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixBooleanL"},{"display_html":"xmlItemPrefixArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixArrayL"},{"display_html":"xmlItemPrefixWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixWrappedArrayL"},{"display_html":"xmlItemNamespaceStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemNamespaceStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceStringL"},{"display_html":"xmlItemNamespaceNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemNamespaceNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceNumberL"},{"display_html":"xmlItemNamespaceIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemNamespaceIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceIntegerL"},{"display_html":"xmlItemNamespaceBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemNamespaceBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceBooleanL"},{"display_html":"xmlItemNamespaceArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNamespaceArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceArrayL"},{"display_html":"xmlItemNamespaceWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemNamespaceWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemNamespaceWrappedArrayL"},{"display_html":"xmlItemPrefixNsStringL :: Lens_' XmlItem (Maybe Text)","name":"xmlItemPrefixNsStringL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsStringL"},{"display_html":"xmlItemPrefixNsNumberL :: Lens_' XmlItem (Maybe Double)","name":"xmlItemPrefixNsNumberL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsNumberL"},{"display_html":"xmlItemPrefixNsIntegerL :: Lens_' XmlItem (Maybe Int)","name":"xmlItemPrefixNsIntegerL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsIntegerL"},{"display_html":"xmlItemPrefixNsBooleanL :: Lens_' XmlItem (Maybe Bool)","name":"xmlItemPrefixNsBooleanL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsBooleanL"},{"display_html":"xmlItemPrefixNsArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixNsArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsArrayL"},{"display_html":"xmlItemPrefixNsWrappedArrayL :: Lens_' XmlItem (Maybe [Int])","name":"xmlItemPrefixNsWrappedArrayL","module":"OpenAPIPetstore.ModelLens","link":"OpenAPIPetstore-ModelLens.html#v:xmlItemPrefixNsWrappedArrayL"},{"display_html":"module OpenAPIPetstore.API","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Client","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Core","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Logging","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.MimeTypes","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.Model","name":"","module":"OpenAPIPetstore","link":""},{"display_html":"module OpenAPIPetstore.ModelLens","name":"","module":"OpenAPIPetstore","link":""}] \ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/index.html b/samples/client/petstore/haskell-http-client/docs/index.html index ee4cc5be88ff..0ee4a3b2fe1c 100644 --- a/samples/client/petstore/haskell-http-client/docs/index.html +++ b/samples/client/petstore/haskell-http-client/docs/index.html @@ -1 +1 @@ -openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Client library for calling the OpenAPI Petstore API based on http-client.

host: petstore.swagger.io

base path: http://petstore.swagger.io:80/v2

OpenAPI Petstore API version: 1.0.0

OpenAPI version: 3.0.1

Modules

\ No newline at end of file +openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client
openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

openapi-petstore-0.1.0.0: Auto-generated openapi-petstore API Client

Client library for calling the OpenAPI Petstore API based on http-client.

host: petstore.swagger.io

base path: http://petstore.swagger.io:80/v2

OpenAPI Petstore API version: 1.0.0

OpenAPI version: 3.0.1

Modules

\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/linuwial.css b/samples/client/petstore/haskell-http-client/docs/linuwial.css new file mode 100644 index 000000000000..cbb58a0389df --- /dev/null +++ b/samples/client/petstore/haskell-http-client/docs/linuwial.css @@ -0,0 +1,877 @@ +/* @group Fundamentals */ + +* { margin: 0; padding: 0 } + +/* Is this portable? */ +html { + background-color: white; + width: 100%; + height: 100%; +} + +body { + background: #fefefe; + color: #111; + text-align: left; + min-height: 100vh; + position: relative; + -webkit-text-size-adjust: 100%; + -webkit-font-feature-settings: "kern" 1, "liga" 0; + -moz-font-feature-settings: "kern" 1, "liga" 0; + -o-font-feature-settings: "kern" 1, "liga" 0; + font-feature-settings: "kern" 1, "liga" 0; + letter-spacing: 0.0015rem; +} + +#content a { + overflow-wrap: break-word; +} + +p { + margin: 0.8em 0; +} + +ul, ol { + margin: 0.8em 0 0.8em 2em; +} + +dl { + margin: 0.8em 0; +} + +dt { + font-weight: bold; +} +dd { + margin-left: 2em; +} + +a { text-decoration: none; } +a[href]:link { color: #9E358F; } +a[href]:visited {color: #6F5F9C; } +a[href]:hover { text-decoration:underline; } + +a[href].def:link, a[href].def:visited { color: rgba(69, 59, 97, 0.8); } +a[href].def:hover { color: rgb(78, 98, 114); } + +/* @end */ + +/* @group Show and hide with JS */ + +body.js-enabled .hide-when-js-enabled { + display: none; +} + +/* @end */ + + +/* @group responsive */ + +#package-header .caption { + margin: 0px 1em 0 2em; +} + +@media only screen and (min-width: 1280px) { + #content { + width: 63vw; + max-width: 1450px; + } + + #table-of-contents { + position: fixed; + max-width: 10vw; + top: 10.2em; + left: 2em; + bottom: 1em; + overflow-y: auto; + } + + #synopsis { + display: block; + position: fixed; + float: left; + top: 5em; + bottom: 1em; + right: 0; + max-width: 65vw; + overflow-y: auto; + /* Ensure that synopsis covers everything (including MathJAX markup) */ + z-index: 1; + } + + #synopsis .show { + border: 1px solid #5E5184; + padding: 0.7em; + max-height: 65vh; + } + +} + +@media only screen and (max-width: 1279px) { + #content { + width: 80vw; + } + + #synopsis { + display: block; + padding: 0; + position: relative; + margin: 0; + width: 100%; + } +} + +@media only screen and (max-width: 999px) { + #content { + width: 93vw; + } +} + + +/* menu for wider screens + + Display the package name at the left and the menu links at the right, + inline with each other: + The package name Source . Contents . Index +*/ +@media only screen and (min-width: 1000px) { + #package-header { + text-align: left; + white-space: nowrap; + height: 40px; + padding: 4px 1.5em 0px 1.5em; + overflow: visible; + + display: flex; + justify-content: space-between; + align-items: center; + } + + #package-header .caption { + display: inline-block; + margin: 0; + } + + #package-header ul.links { + margin: 0; + display: inline-table; + } + + #package-header .caption + ul.links { + margin-left: 1em; + } +} + +/* menu for smaller screens + +Display the package name on top of the menu links and center both elements: + The package name + Source . Contents . Index +*/ +@media only screen and (max-width: 999px) { + #package-header { + text-align: center; + padding: 6px 0 4px 0; + overflow: hidden; + } + + #package-header ul.links { + display: block; + text-align: center; + margin: 0; + + /* Hide scrollbar but allow scrolling menu links horizontally */ + white-space: nowrap; + overflow-x: auto; + overflow-y: hidden; + margin-bottom: -17px; + height: 50px; + } + + #package-header .caption { + display: block; + margin: 4px 0; + text-align: center; + } + + #package-header ul.links::-webkit-scrollbar { + display: none; + } + + #package-header ul.links li:first-of-type { + padding-left: 1em; + } + + #package-header ul.links li:last-of-type { + /* + The last link of the menu should offer the same distance to the right + as the #package-header enforces at the left. + */ + padding-right: 1em; + } + + #package-header .caption + ul.links { + padding-top: 9px; + } + + #module-header table.info { + float: none; + top: 0; + margin: 0 auto; + overflow: hidden; + max-width: 80vw; + } +} + +/* @end */ + + +/* @group Fonts & Sizes */ + +/* Basic technique & IE workarounds from YUI 3 + For reasons, see: + http://yui.yahooapis.com/3.1.1/build/cssfonts/fonts.css + */ + + body, button { + font: 400 14px/1.4 'PT Sans', + /* Fallback Font Stack */ + -apple-system, + BlinkMacSystemFont, + 'Segoe UI', + Roboto, + Oxygen-Sans, + Cantarell, + 'Helvetica Neue', + sans-serif; + *font-size: medium; /* for IE */ + *font:x-small; /* for IE in quirks mode */ + } + +h1 { font-size: 146.5%; /* 19pt */ } +h2 { font-size: 131%; /* 17pt */ } +h3 { font-size: 116%; /* 15pt */ } +h4 { font-size: 100%; /* 13pt */ } +h5 { font-size: 100%; /* 13pt */ } + +table { + font-size:inherit; + font:100%; +} + +pre, code, kbd, samp, tt, .src { + font-family:monospace; +} + +.links, .link { + font-size: 85%; /* 11pt */ +} + +#module-header .caption { + font-size: 182%; /* 24pt */ +} + +#module-header .caption sup { + font-size: 80%; + font-weight: normal; +} + +#package-header #page-menu a:link, #package-header #page-menu a:visited { color: white; } + + +.info { + font-size: 90%; +} + + +/* @end */ + +/* @group Common */ + +.caption, h1, h2, h3, h4, h5, h6, summary { + font-weight: bold; + color: #5E5184; + margin: 1.5em 0 1em 0; +} + + +* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 { + margin-top: 2em; +} + +h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 { + margin-top: inherit; +} + +ul li + li { + margin-top: 0.2rem; +} + +ul + p { + margin-top: 0.93em; +} + +p + ul { + margin-top: 0.5em; +} + +p { + margin-top: 0.7rem; +} + +ul, ol { + margin: 0.8em 0 0.8em 2em; +} + +ul.links { + list-style: none; + text-align: left; + font-size: 0.95em; +} + +#package-header ul.links, #package-header ul.links button { + font-size: 1rem; +} + +ul.links li { + display: inline; + white-space: nowrap; + padding: 0; +} + +ul.links > li + li:before { + content: '\00B7'; +} + +ul.links li a { + padding: 0.2em 0.5em; +} + +.hide { display: none; } +.show { display: inherit; } +.clear { clear: both; } + +.collapser:before, .expander:before, .noexpander:before { + font-size: 1.2em; + color: #9C5791; + display: inline-block; + padding-right: 7px; +} + +.collapser:before { + content: 'â–¿'; +} +.expander:before { + content: 'â–¹'; +} +.noexpander:before { + content: 'â–¿'; + visibility: hidden; +} + +.collapser, .expander { + cursor: pointer; +} + +.instance.collapser, .instance.expander { + margin-left: 0px; + background-position: left center; + min-width: 9px; + min-height: 9px; +} + +summary { + cursor: pointer; + outline: none; +} + +pre { + padding: 0.5rem 1rem; + margin: 1em 0 0 0; + background-color: #f7f7f7; + overflow: auto; + border: 1px solid #ddd; + border-radius: 0.3em; +} + +pre + p { + margin-top: 1em; +} + +pre + pre { + margin-top: 0.5em; +} + +blockquote { + border-left: 3px solid #c7a5d3; + background-color: #eee4f1; + margin: 0.5em; + padding: 0.0005em 0.3em 0.5em 0.5em; +} + +.src { + background: #f2f2f2; + padding: 0.2em 0.5em; +} + +.keyword { font-weight: normal; } +.def { font-weight: bold; } + +@media print { + #footer { display: none; } +} + +/* @end */ + +/* @group Page Structure */ + +#content { + margin: 3em auto 6em auto; + padding: 0; +} + +#package-header { + background: #5E5184; + border-bottom: 5px solid rgba(69, 59, 97, 0.5); + color: #ddd; + position: relative; + font-size: 1.2em; + text-align: left; + margin: 0 auto; +} + +#package-header .caption { + color: white; + font-style: normal; + font-size: 1rem; + font-weight: bold; +} + +#module-header .caption { + font-weight: bold; + border-bottom: 1px solid #ddd; +} + +table.info { + float: right; + padding: 0.5em 1em; + border: 1px solid #ddd; + color: rgb(78,98,114); + background-color: #fff; + max-width: 60%; + border-spacing: 0; + position: relative; + top: -0.78em; + margin: 0 0 0 2em; +} + +.info th { + padding: 0 1em 0 0; + text-align: right; +} + +#style-menu li { + display: block; + border-style: none; + list-style-type: none; +} + +#footer { + background: #ededed; + border-top: 1px solid #aaa; + padding: 0.5em 0; + color: #222; + text-align: center; + width: 100%; + height: 3em; + margin-top: 3em; + position: relative; + clear: both; +} + +/* @end */ + +/* @group Front Matter */ + +#synopsis .caption, +#contents-list .caption { + font-size: 1rem; +} + +#synopsis, #table-of-contents { + font-size: 16px; +} + +#contents-list { + background: #f4f4f4; + padding: 1em; + margin: 0; +} + +#contents-list .caption { + text-align: left; + margin: 0; +} + +#contents-list ul { + list-style: none; + margin: 0; + margin-top: 10px; + font-size: 14px; +} + +#contents-list ul ul { + margin-left: 1.5em; +} + +#description .caption { + display: none; +} + +#synopsis summary { + display: block; + float: right; + width: 29px; + color: rgba(255,255,255,0); + height: 110px; + margin: 0; + font-size: 1px; + padding: 0; + background: url(synopsis.png) no-repeat 0px -8px; +} + +#synopsis details[open] > summary { + background: url(synopsis.png) no-repeat -75px -8px; +} + +#synopsis ul { + height: 100%; + overflow: auto; + padding: 0.5em; + margin: 0; +} + +#synopsis ul ul { + overflow: hidden; +} + +#synopsis ul, +#synopsis ul li.src { + background-color: rgb(250,247,224); + white-space: nowrap; + list-style: none; + margin-left: 0; +} + +#interface td.src { + white-space: nowrap; +} + +/* @end */ + +/* @group Main Content */ + +#interface div.top + div.top { + margin-top: 1.5em; +} + +#interface p + div.top, +#interface h1 + div.top, +#interface h2 + div.top, +#interface h3 + div.top, +#interface h4 + div.top, +#interface h5 + div.top { + margin-top: 1em; +} +#interface .src .selflink, +#interface .src .link { + float: right; + color: #888; + padding: 0 7px; + -moz-user-select: none; + font-weight: bold; + line-height: 30px; +} +#interface .src .selflink { + margin: 0 -0.5em 0 0.5em; +} + +#interface span.fixity { + color: #919191; + border-left: 1px solid #919191; + padding: 0.2em 0.5em 0.2em 0.5em; + margin: 0 -1em 0 1em; +} + +#interface span.rightedge { + border-left: 1px solid #919191; + padding: 0.2em 0 0.2em 0; + margin: 0 0 0 1em; +} + +#interface table { border-spacing: 2px; } +#interface td { + vertical-align: top; + padding-left: 0.5em; +} + +#interface td.doc p { + margin: 0; +} +#interface td.doc p + p { + margin-top: 0.8em; +} + +.doc table { + border-collapse: collapse; + border-spacing: 0px; +} + +.doc th, +.doc td { + padding: 5px; + border: 1px solid #ddd; +} + +.doc th { + background-color: #f0f0f0; +} + +.clearfix:after { + clear: both; + content: " "; + display: block; + height: 0; + visibility: hidden; +} + +.subs, .top > .doc, .subs > .doc { + padding-left: 1em; + border-left: 1px solid gainsboro; + margin-bottom: 1em; +} + +.top .subs { + margin-bottom: 0.6em; +} + +.subs.fields ul { + list-style: none; + display: table; + margin: 0; +} + +.subs.fields ul li { + display: table-row; +} + +.subs ul li dfn { + display: table-cell; + font-style: normal; + font-weight: bold; + margin: 1px 0; + white-space: nowrap; +} + +.subs ul li > .doc { + display: table-cell; + padding-left: 0.5em; + margin-bottom: 0.5em; +} + +.subs ul li > .doc p { + margin: 0; +} + +.subs .subs p.src { + border: none; + background-color: #f8f8f8; +} + +.subs .subs .caption { + margin-top: 1em ; + margin-bottom: 0px; +} + +.subs p.caption { + margin-top: 0; +} + +.subs .subs .caption + .src { + margin: 0px; + margin-top: 8px; +} + +.subs .subs .src + .src { + margin: 7px 0 0 0; +} + +/* Render short-style data instances */ +.inst ul { + height: 100%; + padding: 0.5em; + margin: 0; +} + +.inst, .inst li { + list-style: none; + margin-left: 1em; +} + +/* Workaround for bug in Firefox (issue #384) */ +.inst-left { + float: left; +} + +.top p.src { + border-bottom: 3px solid #e5e5e5; + line-height: 2rem; + margin-bottom: 1em; +} + +.warning { + color: red; +} + +.arguments { + margin-top: -0.4em; +} +.arguments .caption { + display: none; +} + +.fields { padding-left: 1em; } + +.fields .caption { display: none; } + +.fields p { margin: 0 0; } + +/* this seems bulky to me +.methods, .constructors { + background: #f8f8f8; + border: 1px solid #eee; +} +*/ + +/* @end */ + +/* @group Auxillary Pages */ + + +.extension-list { + list-style-type: none; + margin-left: 0; +} + +#mini { + margin: 0 auto; + padding: 0 1em 1em; +} + +#mini > * { + font-size: 93%; /* 12pt */ +} + +#mini #module-list .caption, +#mini #module-header .caption { + font-size: 125%; /* 15pt */ +} + +#mini #interface h1, +#mini #interface h2, +#mini #interface h3, +#mini #interface h4 { + font-size: 109%; /* 13pt */ + margin: 1em 0 0; +} + +#mini #interface .top, +#mini #interface .src { + margin: 0; +} + +#mini #module-list ul { + list-style: none; + margin: 0; +} + +#alphabet ul { + list-style: none; + padding: 0; + margin: 0.5em 0 0; + text-align: center; +} + +#alphabet li { + display: inline; + margin: 0 0.25em; +} + +#alphabet a { + font-weight: bold; +} + +#index .caption, +#module-list .caption { font-size: 131%; /* 17pt */ } + +#index table { + margin-left: 2em; +} + +#index .src { + font-weight: bold; +} +#index .alt { + font-size: 77%; /* 10pt */ + font-style: italic; + padding-left: 2em; +} + +#index td + td { + padding-left: 1em; +} + +#module-list ul { + list-style: none; + margin: 0 0 0 2em; +} + +#module-list li { + clear: right; +} + +#module-list span.collapser, +#module-list span.expander { + background-position: 0 0.3em; +} + +#module-list .package { + float: right; +} + +:target { + background: -webkit-linear-gradient(top, transparent 0%, transparent 65%, #fbf36d 60%, #fbf36d 100%); + background: -moz-linear-gradient(top, transparent 0%, transparent 65%, #fbf36d 60%, #fbf36d 100%); + background: -o-linear-gradient(top, transparent 0%, transparent 65%, #fbf36d 60%, #fbf36d 100%); + background: -ms-linear-gradient(top, transparent 0%, transparent 65%, #fbf36d 60%, #fbf36d 100%); + background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fbf36d 60%, #fbf36d 100%); +} + +:target:hover { + background: -webkit-linear-gradient(top, transparent 0%, transparent 0%, #fbf36d 0%, #fbf36d 100%); + background: -moz-linear-gradient(top, transparent 0%, transparent 0%, #fbf36d 0%, #fbf36d 100%); + background: -o-linear-gradient(top, transparent 0%, transparent 0%, #fbf36d 0%, #fbf36d 100%); + background: -ms-linear-gradient(top, transparent 0%, transparent 0%, #fbf36d 0%, #fbf36d 100%); + background: linear-gradient(to bottom, transparent 0%, transparent 0%, #fbf36d 0%, #fbf36d 100%); +} + +/* @end */ + +/* @group Dropdown menus */ + +#preferences-menu, #style-menu { + width: 25em; + overflow-y: auto; +} + +/* @end */ diff --git a/samples/client/petstore/haskell-http-client/docs/openapi-petstore.txt b/samples/client/petstore/haskell-http-client/docs/openapi-petstore.txt index 261d8be67994..5275a8584763 100644 --- a/samples/client/petstore/haskell-http-client/docs/openapi-petstore.txt +++ b/samples/client/petstore/haskell-http-client/docs/openapi-petstore.txt @@ -145,7 +145,7 @@ instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMult instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMultipartFormData GHC.Types.Double instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMultipartFormData GHC.Types.Float instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMultipartFormData GHC.Types.Int -instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMultipartFormData GHC.Integer.Type.Integer +instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMultipartFormData GHC.Num.Integer.Integer instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMultipartFormData GHC.Base.String instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeMultipartFormData Data.Text.Internal.Text instance OpenAPIPetstore.MimeTypes.MimeRender OpenAPIPetstore.MimeTypes.MimeNoContent OpenAPIPetstore.MimeTypes.NoContent @@ -350,7 +350,7 @@ _applyAuthMethods :: OpenAPIPetstoreRequest req contentType res accept -> OpenAP -- | Removes Null fields. (OpenAPI-Specification 2.0 does not allow Null in -- JSON) -_omitNulls :: [(Text, Value)] -> Value +_omitNulls :: [(Key, Value)] -> Value -- | Encodes fields using WH.toQueryParam _toFormItem :: (ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text]) diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.AnotherFake.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.AnotherFake.html index bf5040ade2f9..1bc49e47aa60 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.AnotherFake.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.AnotherFake.html @@ -69,11 +69,13 @@ :: (Consumes Op123testSpecialTags MimeJSON, MimeRender MimeJSON Client) => Client -- ^ "body" - client model -> OpenAPIPetstoreRequest Op123testSpecialTags MimeJSON Client MimeJSON -op123testSpecialTags :: Client +op123testSpecialTags :: (Consumes Op123testSpecialTags MimeJSON, + MimeRender MimeJSON Client) => +Client -> OpenAPIPetstoreRequest Op123testSpecialTags MimeJSON Client MimeJSON -op123testSpecialTags Client -body = +op123testSpecialTags Client +body = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -96,12 +98,12 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Client -body +body data Op123testSpecialTags -- | /Body Param/ "body" - client model -instance HasBodyParam Op123testSpecialTags Client +instance HasBodyParam Op123testSpecialTags Client -- | @application/json@ instance Consumes Op123testSpecialTags MimeJSON diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Fake.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Fake.html index 856aab5c34e3..4639ac8b75e4 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Fake.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Fake.html @@ -65,18 +65,21 @@ -- -- this route creates an XmlItem -- -createXmlItem - :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) - => ContentType contentType -- ^ request content-type ('MimeType') +createXmlItem + :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) + => ContentType contentType -- ^ request content-type ('MimeType') -> XmlItem -- ^ "xmlItem" - XmlItem Body - -> OpenAPIPetstoreRequest CreateXmlItem contentType NoContent MimeNoContent -createXmlItem :: ContentType contentType + -> OpenAPIPetstoreRequest CreateXmlItem contentType NoContent MimeNoContent +createXmlItem :: forall contentType. +(Consumes CreateXmlItem contentType, + MimeRender contentType XmlItem) => +ContentType contentType -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType NoContent MimeNoContent createXmlItem ContentType contentType -_ XmlItem -xmlItem = +_ XmlItem +xmlItem = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -99,12 +102,12 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` XmlItem -xmlItem +xmlItem data CreateXmlItem -- | /Body Param/ "XmlItem" - XmlItem Body -instance HasBodyParam CreateXmlItem XmlItem +instance HasBodyParam CreateXmlItem XmlItem -- | @application/xml@ instance Consumes CreateXmlItem MimeXML @@ -128,12 +131,14 @@ -- -- Test serialization of outer boolean types -- -fakeOuterBooleanSerialize - :: (Consumes FakeOuterBooleanSerialize contentType) - => ContentType contentType -- ^ request content-type ('MimeType') - -> Accept accept -- ^ request accept ('MimeType') - -> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType Bool accept -fakeOuterBooleanSerialize :: ContentType contentType +fakeOuterBooleanSerialize + :: (Consumes FakeOuterBooleanSerialize contentType) + => ContentType contentType -- ^ request content-type ('MimeType') + -> Accept accept -- ^ request accept ('MimeType') + -> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType Bool accept +fakeOuterBooleanSerialize :: forall contentType accept. +Consumes FakeOuterBooleanSerialize contentType => +ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType Bool accept @@ -155,13 +160,13 @@ data FakeOuterBooleanSerialize -- | /Body Param/ "body" - Input boolean as post body -instance HasBodyParam FakeOuterBooleanSerialize BodyBool +instance HasBodyParam FakeOuterBooleanSerialize BodyBool -- | @*/*@ -instance MimeType mtype => Consumes FakeOuterBooleanSerialize mtype +instance MimeType mtype => Consumes FakeOuterBooleanSerialize mtype -- | @*/*@ -instance MimeType mtype => Produces FakeOuterBooleanSerialize mtype +instance MimeType mtype => Produces FakeOuterBooleanSerialize mtype -- *** fakeOuterCompositeSerialize @@ -170,12 +175,14 @@ -- -- Test serialization of object with outer number type -- -fakeOuterCompositeSerialize - :: (Consumes FakeOuterCompositeSerialize contentType) - => ContentType contentType -- ^ request content-type ('MimeType') - -> Accept accept -- ^ request accept ('MimeType') - -> OpenAPIPetstoreRequest FakeOuterCompositeSerialize contentType OuterComposite accept -fakeOuterCompositeSerialize :: ContentType contentType +fakeOuterCompositeSerialize + :: (Consumes FakeOuterCompositeSerialize contentType) + => ContentType contentType -- ^ request content-type ('MimeType') + -> Accept accept -- ^ request accept ('MimeType') + -> OpenAPIPetstoreRequest FakeOuterCompositeSerialize contentType OuterComposite accept +fakeOuterCompositeSerialize :: forall contentType accept. +Consumes FakeOuterCompositeSerialize contentType => +ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterCompositeSerialize contentType OuterComposite accept @@ -197,13 +204,13 @@ data FakeOuterCompositeSerialize -- | /Body Param/ "body" - Input composite as post body -instance HasBodyParam FakeOuterCompositeSerialize OuterComposite +instance HasBodyParam FakeOuterCompositeSerialize OuterComposite -- | @*/*@ -instance MimeType mtype => Consumes FakeOuterCompositeSerialize mtype +instance MimeType mtype => Consumes FakeOuterCompositeSerialize mtype -- | @*/*@ -instance MimeType mtype => Produces FakeOuterCompositeSerialize mtype +instance MimeType mtype => Produces FakeOuterCompositeSerialize mtype -- *** fakeOuterNumberSerialize @@ -212,12 +219,14 @@ -- -- Test serialization of outer number types -- -fakeOuterNumberSerialize - :: (Consumes FakeOuterNumberSerialize contentType) - => ContentType contentType -- ^ request content-type ('MimeType') - -> Accept accept -- ^ request accept ('MimeType') - -> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType Double accept -fakeOuterNumberSerialize :: ContentType contentType +fakeOuterNumberSerialize + :: (Consumes FakeOuterNumberSerialize contentType) + => ContentType contentType -- ^ request content-type ('MimeType') + -> Accept accept -- ^ request accept ('MimeType') + -> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType Double accept +fakeOuterNumberSerialize :: forall contentType accept. +Consumes FakeOuterNumberSerialize contentType => +ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType Double accept @@ -239,13 +248,13 @@ data FakeOuterNumberSerialize -- | /Body Param/ "body" - Input number as post body -instance HasBodyParam FakeOuterNumberSerialize BodyDouble +instance HasBodyParam FakeOuterNumberSerialize BodyDouble -- | @*/*@ -instance MimeType mtype => Consumes FakeOuterNumberSerialize mtype +instance MimeType mtype => Consumes FakeOuterNumberSerialize mtype -- | @*/*@ -instance MimeType mtype => Produces FakeOuterNumberSerialize mtype +instance MimeType mtype => Produces FakeOuterNumberSerialize mtype -- *** fakeOuterStringSerialize @@ -254,12 +263,14 @@ -- -- Test serialization of outer string types -- -fakeOuterStringSerialize - :: (Consumes FakeOuterStringSerialize contentType) - => ContentType contentType -- ^ request content-type ('MimeType') - -> Accept accept -- ^ request accept ('MimeType') - -> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType Text accept -fakeOuterStringSerialize :: ContentType contentType +fakeOuterStringSerialize + :: (Consumes FakeOuterStringSerialize contentType) + => ContentType contentType -- ^ request content-type ('MimeType') + -> Accept accept -- ^ request accept ('MimeType') + -> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType Text accept +fakeOuterStringSerialize :: forall contentType accept. +Consumes FakeOuterStringSerialize contentType => +ContentType contentType -> Accept accept -> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType Text accept @@ -281,13 +292,13 @@ data FakeOuterStringSerialize -- | /Body Param/ "body" - Input string as post body -instance HasBodyParam FakeOuterStringSerialize BodyText +instance HasBodyParam FakeOuterStringSerialize BodyText -- | @*/*@ -instance MimeType mtype => Consumes FakeOuterStringSerialize mtype +instance MimeType mtype => Consumes FakeOuterStringSerialize mtype -- | @*/*@ -instance MimeType mtype => Produces FakeOuterStringSerialize mtype +instance MimeType mtype => Produces FakeOuterStringSerialize mtype -- *** testBodyWithFileSchema @@ -300,11 +311,13 @@ :: (Consumes TestBodyWithFileSchema MimeJSON, MimeRender MimeJSON FileSchemaTestClass) => FileSchemaTestClass -- ^ "body" -> OpenAPIPetstoreRequest TestBodyWithFileSchema MimeJSON NoContent MimeNoContent -testBodyWithFileSchema :: FileSchemaTestClass +testBodyWithFileSchema :: (Consumes TestBodyWithFileSchema MimeJSON, + MimeRender MimeJSON FileSchemaTestClass) => +FileSchemaTestClass -> OpenAPIPetstoreRequest TestBodyWithFileSchema MimeJSON NoContent MimeNoContent -testBodyWithFileSchema FileSchemaTestClass -body = +testBodyWithFileSchema FileSchemaTestClass +body = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -327,10 +340,10 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` FileSchemaTestClass -body +body data TestBodyWithFileSchema -instance HasBodyParam TestBodyWithFileSchema FileSchemaTestClass +instance HasBodyParam TestBodyWithFileSchema FileSchemaTestClass -- | @application/json@ instance Consumes TestBodyWithFileSchema MimeJSON @@ -347,13 +360,15 @@ => User -- ^ "body" -> Query -- ^ "query" -> OpenAPIPetstoreRequest TestBodyWithQueryParams MimeJSON NoContent MimeNoContent -testBodyWithQueryParams :: User +testBodyWithQueryParams :: (Consumes TestBodyWithQueryParams MimeJSON, + MimeRender MimeJSON User) => +User -> Query -> OpenAPIPetstoreRequest TestBodyWithQueryParams MimeJSON NoContent MimeNoContent -testBodyWithQueryParams User -body (Query Text -query) = +testBodyWithQueryParams User +body (Query Text +query) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -376,7 +391,7 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` User -body +body OpenAPIPetstoreRequest TestBodyWithQueryParams MimeJSON NoContent MimeNoContent -> [QueryItem] @@ -391,10 +406,10 @@ "query", Text -> Maybe Text forall a. a -> Maybe a Just Text -query) +query) data TestBodyWithQueryParams -instance HasBodyParam TestBodyWithQueryParams User +instance HasBodyParam TestBodyWithQueryParams User -- | @application/json@ instance Consumes TestBodyWithQueryParams MimeJSON @@ -414,10 +429,11 @@ :: (Consumes TestClientModel MimeJSON, MimeRender MimeJSON Client) => Client -- ^ "body" - client model -> OpenAPIPetstoreRequest TestClientModel MimeJSON Client MimeJSON -testClientModel :: Client +testClientModel :: (Consumes TestClientModel MimeJSON, MimeRender MimeJSON Client) => +Client -> OpenAPIPetstoreRequest TestClientModel MimeJSON Client MimeJSON -testClientModel Client -body = +testClientModel Client +body = Method -> [ByteString] -> OpenAPIPetstoreRequest TestClientModel MimeJSON Client MimeJSON @@ -437,12 +453,12 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Client -body +body data TestClientModel -- | /Body Param/ "body" - client model -instance HasBodyParam TestClientModel Client +instance HasBodyParam TestClientModel Client -- | @application/json@ instance Consumes TestClientModel MimeJSON @@ -468,17 +484,18 @@ -> PatternWithoutDelimiter -- ^ "patternWithoutDelimiter" - None -> Byte -- ^ "byte" - None -> OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent -testEndpointParameters :: Number +testEndpointParameters :: Consumes TestEndpointParameters MimeFormUrlEncoded => +Number -> ParamDouble -> PatternWithoutDelimiter -> Byte -> OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent -testEndpointParameters (Number Double -number) (ParamDouble Double -double) (PatternWithoutDelimiter Text -patternWithoutDelimiter) (Byte ByteArray -byte) = +testEndpointParameters (Number Double +number) (ParamDouble Double +double) (PatternWithoutDelimiter Text +patternWithoutDelimiter) (Byte ByteArray +byte) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -501,7 +518,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthBasicHttpBasicTest -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthBasicHttpBasicTest) OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent @@ -515,7 +532,7 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "number", Double -number) +number) OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent -> Form @@ -528,7 +545,7 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "double", Double -double) +double) OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent -> Form @@ -541,7 +558,7 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "pattern_without_delimiter", Text -patternWithoutDelimiter) +patternWithoutDelimiter) OpenAPIPetstoreRequest TestEndpointParameters MimeFormUrlEncoded NoContent MimeNoContent -> Form @@ -554,24 +571,25 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "byte", ByteArray -byte) +byte) data TestEndpointParameters -- | /Optional Param/ "integer" - None -instance HasOptionalParam TestEndpointParameters ParamInteger where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters ParamInteger where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamInteger -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (ParamInteger Int -xs) = +req (ParamInteger Int +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -583,22 +601,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "integer", Int -xs) +xs) -- | /Optional Param/ "int32" - None -instance HasOptionalParam TestEndpointParameters Int32 where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters Int32 where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Int32 -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (Int32 Int -xs) = +req (Int32 Int +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -610,22 +629,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "int32", Int -xs) +xs) -- | /Optional Param/ "int64" - None -instance HasOptionalParam TestEndpointParameters Int64 where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters Int64 where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Int64 -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (Int64 Integer -xs) = +req (Int64 Integer +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -637,22 +657,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "int64", Integer -xs) +xs) -- | /Optional Param/ "float" - None -instance HasOptionalParam TestEndpointParameters ParamFloat where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters ParamFloat where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamFloat -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (ParamFloat Float -xs) = +req (ParamFloat Float +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -664,22 +685,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "float", Float -xs) +xs) -- | /Optional Param/ "string" - None -instance HasOptionalParam TestEndpointParameters ParamString where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters ParamString where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamString -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (ParamString Text -xs) = +req (ParamString Text +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -691,22 +713,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "string", Text -xs) +xs) -- | /Optional Param/ "binary" - None -instance HasOptionalParam TestEndpointParameters ParamBinary where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters ParamBinary where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamBinary -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (ParamBinary FilePath -xs) = +req (ParamBinary FilePath +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Part -> OpenAPIPetstoreRequest @@ -717,22 +740,23 @@ `_addMultiFormPart` Text -> FilePath -> Part NH.partFileSource Text "binary" FilePath -xs +xs -- | /Optional Param/ "date" - None -instance HasOptionalParam TestEndpointParameters ParamDate where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters ParamDate where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamDate -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (ParamDate Date -xs) = +req (ParamDate Date +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -744,22 +768,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "date", Date -xs) +xs) -- | /Optional Param/ "dateTime" - None -instance HasOptionalParam TestEndpointParameters ParamDateTime where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters ParamDateTime where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamDateTime -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (ParamDateTime DateTime -xs) = +req (ParamDateTime DateTime +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -771,22 +796,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "dateTime", DateTime -xs) +xs) -- | /Optional Param/ "password" - None -instance HasOptionalParam TestEndpointParameters Password where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters Password where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Password -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (Password Text -xs) = +req (Password Text +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -798,22 +824,23 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "password", Text -xs) +xs) -- | /Optional Param/ "callback" - None -instance HasOptionalParam TestEndpointParameters Callback where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam TestEndpointParameters Callback where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Callback -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req (Callback Text -xs) = +req (Callback Text +xs) = OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Form -> OpenAPIPetstoreRequest @@ -825,7 +852,7 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "callback", Text -xs) +xs) -- | @application/x-www-form-urlencoded@ instance Consumes TestEndpointParameters MimeFormUrlEncoded @@ -844,7 +871,8 @@ testEnumParameters :: (Consumes TestEnumParameters MimeFormUrlEncoded) => OpenAPIPetstoreRequest TestEnumParameters MimeFormUrlEncoded NoContent MimeNoContent -testEnumParameters :: OpenAPIPetstoreRequest +testEnumParameters :: Consumes TestEnumParameters MimeFormUrlEncoded => +OpenAPIPetstoreRequest TestEnumParameters MimeFormUrlEncoded NoContent MimeNoContent testEnumParameters = Method @@ -862,15 +890,16 @@ data TestEnumParameters -- | /Optional Param/ "enum_form_string_array" - Form parameter enum test (string array) -instance HasOptionalParam TestEnumParameters EnumFormStringArray where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumFormStringArray where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumFormStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumFormStringArray [E'EnumFormStringArray] -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumFormStringArray [E'EnumFormStringArray] +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> Form -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -883,18 +912,19 @@ toFormColl CollectionFormat CommaSeparated (Method "enum_form_string_array", [E'EnumFormStringArray] -xs) +xs) -- | /Optional Param/ "enum_form_string" - Form parameter enum test (string) -instance HasOptionalParam TestEnumParameters EnumFormString where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumFormString where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumFormString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumFormString E'EnumFormString -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumFormString E'EnumFormString +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> Form -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -904,18 +934,19 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "enum_form_string", E'EnumFormString -xs) +xs) -- | /Optional Param/ "enum_header_string_array" - Header parameter enum test (string array) -instance HasOptionalParam TestEnumParameters EnumHeaderStringArray where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumHeaderStringArray where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumHeaderStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumHeaderStringArray [E'EnumFormStringArray] -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumHeaderStringArray [E'EnumFormStringArray] +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> [Header] -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -929,18 +960,19 @@ toHeaderColl CollectionFormat CommaSeparated (HeaderName "enum_header_string_array", [E'EnumFormStringArray] -xs) +xs) -- | /Optional Param/ "enum_header_string" - Header parameter enum test (string) -instance HasOptionalParam TestEnumParameters EnumHeaderString where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumHeaderString where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumHeaderString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumHeaderString E'EnumFormString -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumHeaderString E'EnumFormString +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> [Header] -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -950,18 +982,19 @@ forall a. ToHttpApiData a => (HeaderName, a) -> [Header] toHeader (HeaderName "enum_header_string", E'EnumFormString -xs) +xs) -- | /Optional Param/ "enum_query_string_array" - Query parameter enum test (string array) -instance HasOptionalParam TestEnumParameters EnumQueryStringArray where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumQueryStringArray where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumQueryStringArray [E'EnumFormStringArray] -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumQueryStringArray [E'EnumFormStringArray] +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -977,18 +1010,19 @@ "enum_query_string_array", [E'EnumFormStringArray] -> Maybe [E'EnumFormStringArray] forall a. a -> Maybe a Just [E'EnumFormStringArray] -xs) +xs) -- | /Optional Param/ "enum_query_string" - Query parameter enum test (string) -instance HasOptionalParam TestEnumParameters EnumQueryString where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumQueryString where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumQueryString E'EnumFormString -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumQueryString E'EnumFormString +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -1000,18 +1034,19 @@ "enum_query_string", E'EnumFormString -> Maybe E'EnumFormString forall a. a -> Maybe a Just E'EnumFormString -xs) +xs) -- | /Optional Param/ "enum_query_integer" - Query parameter enum test (double) -instance HasOptionalParam TestEnumParameters EnumQueryInteger where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumQueryInteger where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryInteger -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumQueryInteger E'EnumQueryInteger -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumQueryInteger E'EnumQueryInteger +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -1023,18 +1058,19 @@ "enum_query_integer", E'EnumQueryInteger -> Maybe E'EnumQueryInteger forall a. a -> Maybe a Just E'EnumQueryInteger -xs) +xs) -- | /Optional Param/ "enum_query_double" - Query parameter enum test (double) -instance HasOptionalParam TestEnumParameters EnumQueryDouble where - applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept +instance HasOptionalParam TestEnumParameters EnumQueryDouble where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryDouble -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req (EnumQueryDouble E'EnumNumber -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req (EnumQueryDouble E'EnumNumber +xs) = OpenAPIPetstoreRequest TestEnumParameters contentType res accept -req OpenAPIPetstoreRequest TestEnumParameters contentType res accept +req OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept forall req contentType res accept. @@ -1046,7 +1082,7 @@ "enum_query_double", E'EnumNumber -> Maybe E'EnumNumber forall a. a -> Maybe a Just E'EnumNumber -xs) +xs) -- | @application/x-www-form-urlencoded@ instance Consumes TestEnumParameters MimeFormUrlEncoded @@ -1072,10 +1108,10 @@ -> RequiredInt64Group -> OpenAPIPetstoreRequest TestGroupParameters MimeNoContent NoContent MimeNoContent -testGroupParameters (RequiredStringGroup Int -requiredStringGroup) (RequiredBooleanGroup Bool -requiredBooleanGroup) (RequiredInt64Group Integer -requiredInt64Group) = +testGroupParameters (RequiredStringGroup Int +requiredStringGroup) (RequiredBooleanGroup Bool +requiredBooleanGroup) (RequiredInt64Group Integer +requiredInt64Group) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -1101,7 +1137,7 @@ "required_string_group", Int -> Maybe Int forall a. a -> Maybe a Just Int -requiredStringGroup) +requiredStringGroup) OpenAPIPetstoreRequest TestGroupParameters MimeNoContent NoContent MimeNoContent -> [Header] @@ -1114,7 +1150,7 @@ forall a. ToHttpApiData a => (HeaderName, a) -> [Header] toHeader (HeaderName "required_boolean_group", Bool -requiredBooleanGroup) +requiredBooleanGroup) OpenAPIPetstoreRequest TestGroupParameters MimeNoContent NoContent MimeNoContent -> [QueryItem] @@ -1129,21 +1165,22 @@ "required_int64_group", Integer -> Maybe Integer forall a. a -> Maybe a Just Integer -requiredInt64Group) +requiredInt64Group) data TestGroupParameters -- | /Optional Param/ "string_group" - String in group parameters -instance HasOptionalParam TestGroupParameters StringGroup where - applyOptionalParam :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept +instance HasOptionalParam TestGroupParameters StringGroup where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> StringGroup -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestGroupParameters contentType res accept -req (StringGroup Int -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestGroupParameters contentType res accept +req (StringGroup Int +xs) = OpenAPIPetstoreRequest TestGroupParameters contentType res accept -req OpenAPIPetstoreRequest TestGroupParameters contentType res accept +req OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept @@ -1156,19 +1193,20 @@ "string_group", Int -> Maybe Int forall a. a -> Maybe a Just Int -xs) +xs) -- | /Optional Param/ "boolean_group" - Boolean in group parameters -instance HasOptionalParam TestGroupParameters BooleanGroup where - applyOptionalParam :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept +instance HasOptionalParam TestGroupParameters BooleanGroup where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> BooleanGroup -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestGroupParameters contentType res accept -req (BooleanGroup Bool -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestGroupParameters contentType res accept +req (BooleanGroup Bool +xs) = OpenAPIPetstoreRequest TestGroupParameters contentType res accept -req OpenAPIPetstoreRequest TestGroupParameters contentType res accept +req OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> [Header] -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept @@ -1179,19 +1217,20 @@ forall a. ToHttpApiData a => (HeaderName, a) -> [Header] toHeader (HeaderName "boolean_group", Bool -xs) +xs) -- | /Optional Param/ "int64_group" - Integer in group parameters -instance HasOptionalParam TestGroupParameters Int64Group where - applyOptionalParam :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept +instance HasOptionalParam TestGroupParameters Int64Group where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> Int64Group -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept -applyOptionalParam OpenAPIPetstoreRequest TestGroupParameters contentType res accept -req (Int64Group Integer -xs) = +applyOptionalParam OpenAPIPetstoreRequest TestGroupParameters contentType res accept +req (Int64Group Integer +xs) = OpenAPIPetstoreRequest TestGroupParameters contentType res accept -req OpenAPIPetstoreRequest TestGroupParameters contentType res accept +req OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> [QueryItem] -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept @@ -1204,7 +1243,7 @@ "int64_group", Integer -> Maybe Integer forall a. a -> Maybe a Just Integer -xs) +xs) instance Produces TestGroupParameters MimeNoContent @@ -1218,11 +1257,13 @@ :: (Consumes TestInlineAdditionalProperties MimeJSON, MimeRender MimeJSON ParamMapMapStringText) => ParamMapMapStringText -- ^ "param" - request body -> OpenAPIPetstoreRequest TestInlineAdditionalProperties MimeJSON NoContent MimeNoContent -testInlineAdditionalProperties :: ParamMapMapStringText +testInlineAdditionalProperties :: (Consumes TestInlineAdditionalProperties MimeJSON, + MimeRender MimeJSON ParamMapMapStringText) => +ParamMapMapStringText -> OpenAPIPetstoreRequest TestInlineAdditionalProperties MimeJSON NoContent MimeNoContent -testInlineAdditionalProperties ParamMapMapStringText -param = +testInlineAdditionalProperties ParamMapMapStringText +param = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -1245,12 +1286,12 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` ParamMapMapStringText -param +param data TestInlineAdditionalProperties -- | /Body Param/ "param" - request body -instance HasBodyParam TestInlineAdditionalProperties ParamMapMapStringText +instance HasBodyParam TestInlineAdditionalProperties ParamMapMapStringText -- | @application/json@ instance Consumes TestInlineAdditionalProperties MimeJSON @@ -1269,13 +1310,14 @@ => Param -- ^ "param" - field1 -> Param2 -- ^ "param2" - field2 -> OpenAPIPetstoreRequest TestJsonFormData MimeFormUrlEncoded NoContent MimeNoContent -testJsonFormData :: Param +testJsonFormData :: Consumes TestJsonFormData MimeFormUrlEncoded => +Param -> Param2 -> OpenAPIPetstoreRequest TestJsonFormData MimeFormUrlEncoded NoContent MimeNoContent -testJsonFormData (Param Text -param) (Param2 Text -param2) = +testJsonFormData (Param Text +param) (Param2 Text +param2) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -1299,7 +1341,7 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "param", Text -param) +param) OpenAPIPetstoreRequest TestJsonFormData MimeFormUrlEncoded NoContent MimeNoContent -> Form @@ -1312,7 +1354,7 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "param2", Text -param2) +param2) data TestJsonFormData @@ -1345,12 +1387,12 @@ MimeNoContent NoContent MimeNoContent -testQueryParameterCollectionFormat (Pipe [Text] -pipe) (Ioutil [Text] -ioutil) (Http [Text] -http) (Url [Text] -url) (Context [Text] -context) = +testQueryParameterCollectionFormat (Pipe [Text] +pipe) (Ioutil [Text] +ioutil) (Http [Text] +http) (Url [Text] +url) (Context [Text] +context) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -1388,7 +1430,7 @@ "pipe", [Text] -> Maybe [Text] forall a. a -> Maybe a Just [Text] -pipe) +pipe) OpenAPIPetstoreRequest TestQueryParameterCollectionFormat MimeNoContent @@ -1412,7 +1454,7 @@ "ioutil", [Text] -> Maybe [Text] forall a. a -> Maybe a Just [Text] -ioutil) +ioutil) OpenAPIPetstoreRequest TestQueryParameterCollectionFormat MimeNoContent @@ -1436,7 +1478,7 @@ "http", [Text] -> Maybe [Text] forall a. a -> Maybe a Just [Text] -http) +http) OpenAPIPetstoreRequest TestQueryParameterCollectionFormat MimeNoContent @@ -1460,7 +1502,7 @@ "url", [Text] -> Maybe [Text] forall a. a -> Maybe a Just [Text] -url) +url) OpenAPIPetstoreRequest TestQueryParameterCollectionFormat MimeNoContent @@ -1484,7 +1526,7 @@ "context", [Text] -> Maybe [Text] forall a. a -> Maybe a Just [Text] -context) +context) data TestQueryParameterCollectionFormat instance Produces TestQueryParameterCollectionFormat MimeNoContent diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.FakeClassnameTags123.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.FakeClassnameTags123.html index 177b7eb5facf..027d5f55cfe4 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.FakeClassnameTags123.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.FakeClassnameTags123.html @@ -71,10 +71,11 @@ :: (Consumes TestClassname MimeJSON, MimeRender MimeJSON Client) => Client -- ^ "body" - client model -> OpenAPIPetstoreRequest TestClassname MimeJSON Client MimeJSON -testClassname :: Client +testClassname :: (Consumes TestClassname MimeJSON, MimeRender MimeJSON Client) => +Client -> OpenAPIPetstoreRequest TestClassname MimeJSON Client MimeJSON -testClassname Client -body = +testClassname Client +body = Method -> [ByteString] -> OpenAPIPetstoreRequest TestClassname MimeJSON Client MimeJSON @@ -94,7 +95,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthApiKeyApiKeyQuery -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthApiKeyApiKeyQuery) OpenAPIPetstoreRequest TestClassname MimeJSON Client MimeJSON -> Client @@ -105,12 +106,12 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Client -body +body data TestClassname -- | /Body Param/ "body" - client model -instance HasBodyParam TestClassname Client +instance HasBodyParam TestClassname Client -- | @application/json@ instance Consumes TestClassname MimeJSON diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Pet.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Pet.html index 32255d3bf08e..4aac3caa3140 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Pet.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Pet.html @@ -65,18 +65,20 @@ -- -- AuthMethod: 'AuthOAuthPetstoreAuth' -- -addPet - :: (Consumes AddPet contentType, MimeRender contentType Pet) - => ContentType contentType -- ^ request content-type ('MimeType') +addPet + :: (Consumes AddPet contentType, MimeRender contentType Pet) + => ContentType contentType -- ^ request content-type ('MimeType') -> Pet -- ^ "body" - Pet object that needs to be added to the store - -> OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent -addPet :: ContentType contentType + -> OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent +addPet :: forall contentType. +(Consumes AddPet contentType, MimeRender contentType Pet) => +ContentType contentType -> Pet -> OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent addPet ContentType contentType -_ Pet -body = +_ Pet +body = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -98,7 +100,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) OpenAPIPetstoreRequest AddPet contentType NoContent MimeNoContent -> Pet @@ -110,12 +112,12 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Pet -body +body data AddPet -- | /Body Param/ "body" - Pet object that needs to be added to the store -instance HasBodyParam AddPet Pet +instance HasBodyParam AddPet Pet -- | @application/xml@ instance Consumes AddPet MimeXML @@ -139,8 +141,8 @@ deletePet :: PetId -> OpenAPIPetstoreRequest DeletePet MimeNoContent NoContent MimeNoContent -deletePet (PetId Integer -petId) = +deletePet (PetId Integer +petId) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -154,7 +156,7 @@ "/pet/",Integer -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Integer -petId] +petId] OpenAPIPetstoreRequest DeletePet MimeNoContent NoContent MimeNoContent -> Proxy AuthOAuthPetstoreAuth @@ -166,19 +168,20 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) data DeletePet -instance HasOptionalParam DeletePet ApiKey where - applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept +instance HasOptionalParam DeletePet ApiKey where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept -applyOptionalParam OpenAPIPetstoreRequest DeletePet contentType res accept -req (ApiKey Text -xs) = +applyOptionalParam OpenAPIPetstoreRequest DeletePet contentType res accept +req (ApiKey Text +xs) = OpenAPIPetstoreRequest DeletePet contentType res accept -req OpenAPIPetstoreRequest DeletePet contentType res accept +req OpenAPIPetstoreRequest DeletePet contentType res accept -> [Header] -> OpenAPIPetstoreRequest DeletePet contentType res accept forall req contentType res accept. @@ -188,7 +191,7 @@ forall a. ToHttpApiData a => (HeaderName, a) -> [Header] toHeader (HeaderName "api_key", Text -xs) +xs) instance Produces DeletePet MimeNoContent @@ -202,17 +205,18 @@ -- -- AuthMethod: 'AuthOAuthPetstoreAuth' -- -findPetsByStatus - :: Accept accept -- ^ request accept ('MimeType') +findPetsByStatus + :: Accept accept -- ^ request accept ('MimeType') -> Status -- ^ "status" - Status values that need to be considered for filter - -> OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept -findPetsByStatus :: Accept accept + -> OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept +findPetsByStatus :: forall accept. +Accept accept -> Status -> OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept findPetsByStatus Accept accept -_ (Status [E'Status2] -status) = +_ (Status [E'Status2] +status) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -234,7 +238,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) OpenAPIPetstoreRequest FindPetsByStatus MimeNoContent [Pet] accept -> [QueryItem] @@ -252,7 +256,7 @@ "status", [E'Status2] -> Maybe [E'Status2] forall a. a -> Maybe a Just [E'Status2] -status) +status) data FindPetsByStatus -- | @application/xml@ @@ -271,16 +275,17 @@ -- -- AuthMethod: 'AuthOAuthPetstoreAuth' -- -findPetsByTags - :: Accept accept -- ^ request accept ('MimeType') +findPetsByTags + :: Accept accept -- ^ request accept ('MimeType') -> Tags -- ^ "tags" - Tags to filter by - -> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept -findPetsByTags :: Accept accept + -> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept +findPetsByTags :: forall accept. +Accept accept -> Tags -> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept findPetsByTags Accept accept -_ (Tags [Text] -tags) = +_ (Tags [Text] +tags) = Method -> [ByteString] -> OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept @@ -300,7 +305,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) OpenAPIPetstoreRequest FindPetsByTags MimeNoContent [Pet] accept -> [QueryItem] @@ -317,7 +322,7 @@ "tags", [Text] -> Maybe [Text] forall a. a -> Maybe a Just [Text] -tags) +tags) {-# DEPRECATED findPetsByTags "" #-} @@ -338,16 +343,17 @@ -- -- AuthMethod: 'AuthApiKeyApiKey' -- -getPetById - :: Accept accept -- ^ request accept ('MimeType') +getPetById + :: Accept accept -- ^ request accept ('MimeType') -> PetId -- ^ "petId" - ID of pet to return - -> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept -getPetById :: Accept accept + -> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept +getPetById :: forall accept. +Accept accept -> PetId -> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept getPetById Accept accept -_ (PetId Integer -petId) = +_ (PetId Integer +petId) = Method -> [ByteString] -> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept @@ -360,7 +366,7 @@ "/pet/",Integer -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Integer -petId] +petId] OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept -> Proxy AuthApiKeyApiKey -> OpenAPIPetstoreRequest GetPetById MimeNoContent Pet accept @@ -370,7 +376,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthApiKeyApiKey -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthApiKeyApiKey) data GetPetById @@ -388,18 +394,20 @@ -- -- AuthMethod: 'AuthOAuthPetstoreAuth' -- -updatePet - :: (Consumes UpdatePet contentType, MimeRender contentType Pet) - => ContentType contentType -- ^ request content-type ('MimeType') +updatePet + :: (Consumes UpdatePet contentType, MimeRender contentType Pet) + => ContentType contentType -- ^ request content-type ('MimeType') -> Pet -- ^ "body" - Pet object that needs to be added to the store - -> OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent -updatePet :: ContentType contentType + -> OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent +updatePet :: forall contentType. +(Consumes UpdatePet contentType, MimeRender contentType Pet) => +ContentType contentType -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent updatePet ContentType contentType -_ Pet -body = +_ Pet +body = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -422,7 +430,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) OpenAPIPetstoreRequest UpdatePet contentType NoContent MimeNoContent @@ -435,12 +443,12 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Pet -body +body data UpdatePet -- | /Body Param/ "body" - Pet object that needs to be added to the store -instance HasBodyParam UpdatePet Pet +instance HasBodyParam UpdatePet Pet -- | @application/xml@ instance Consumes UpdatePet MimeXML @@ -462,11 +470,12 @@ :: (Consumes UpdatePetWithForm MimeFormUrlEncoded) => PetId -- ^ "petId" - ID of pet that needs to be updated -> OpenAPIPetstoreRequest UpdatePetWithForm MimeFormUrlEncoded NoContent MimeNoContent -updatePetWithForm :: PetId +updatePetWithForm :: Consumes UpdatePetWithForm MimeFormUrlEncoded => +PetId -> OpenAPIPetstoreRequest UpdatePetWithForm MimeFormUrlEncoded NoContent MimeNoContent -updatePetWithForm (PetId Integer -petId) = +updatePetWithForm (PetId Integer +petId) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -480,7 +489,7 @@ "/pet/",Integer -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Integer -petId] +petId] OpenAPIPetstoreRequest UpdatePetWithForm MimeFormUrlEncoded NoContent MimeNoContent -> Proxy AuthOAuthPetstoreAuth @@ -492,21 +501,22 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) data UpdatePetWithForm -- | /Optional Param/ "name" - Updated name of the pet -instance HasOptionalParam UpdatePetWithForm Name2 where - applyOptionalParam :: OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept +instance HasOptionalParam UpdatePetWithForm Name2 where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> Name2 -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -applyOptionalParam OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -req (Name2 Text -xs) = +applyOptionalParam OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept +req (Name2 Text +xs) = OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -req OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept +req OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> Form -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept forall req contentType res accept. @@ -516,18 +526,19 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "name", Text -xs) +xs) -- | /Optional Param/ "status" - Updated status of the pet -instance HasOptionalParam UpdatePetWithForm StatusText where - applyOptionalParam :: OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept +instance HasOptionalParam UpdatePetWithForm StatusText where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> StatusText -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -applyOptionalParam OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -req (StatusText Text -xs) = +applyOptionalParam OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept +req (StatusText Text +xs) = OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -req OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept +req OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> Form -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept forall req contentType res accept. @@ -537,7 +548,7 @@ forall v. ToHttpApiData v => (Method, v) -> Form toForm (Method "status", Text -xs) +xs) -- | @application/x-www-form-urlencoded@ instance Consumes UpdatePetWithForm MimeFormUrlEncoded @@ -557,11 +568,12 @@ :: (Consumes UploadFile MimeMultipartFormData) => PetId -- ^ "petId" - ID of pet to update -> OpenAPIPetstoreRequest UploadFile MimeMultipartFormData ApiResponse MimeJSON -uploadFile :: PetId +uploadFile :: Consumes UploadFile MimeMultipartFormData => +PetId -> OpenAPIPetstoreRequest UploadFile MimeMultipartFormData ApiResponse MimeJSON -uploadFile (PetId Integer -petId) = +uploadFile (PetId Integer +petId) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -575,7 +587,7 @@ "/pet/",Integer -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Integer -petId,ByteString +petId,ByteString "/uploadImage"] OpenAPIPetstoreRequest UploadFile MimeMultipartFormData ApiResponse MimeJSON @@ -588,21 +600,22 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) data UploadFile -- | /Optional Param/ "additionalMetadata" - Additional data to pass to server -instance HasOptionalParam UploadFile AdditionalMetadata where - applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept +instance HasOptionalParam UploadFile AdditionalMetadata where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest UploadFile contentType res accept -> AdditionalMetadata -> OpenAPIPetstoreRequest UploadFile contentType res accept -applyOptionalParam OpenAPIPetstoreRequest UploadFile contentType res accept -req (AdditionalMetadata Text -xs) = +applyOptionalParam OpenAPIPetstoreRequest UploadFile contentType res accept +req (AdditionalMetadata Text +xs) = OpenAPIPetstoreRequest UploadFile contentType res accept -req OpenAPIPetstoreRequest UploadFile contentType res accept +req OpenAPIPetstoreRequest UploadFile contentType res accept -> Part -> OpenAPIPetstoreRequest UploadFile contentType res accept forall req contentType res accept. OpenAPIPetstoreRequest req contentType res accept @@ -616,18 +629,19 @@ forall mtype x. MimeRender mtype x => mtype -> x -> ByteString mimeRender' MimeMultipartFormData MimeMultipartFormData Text -xs) +xs) -- | /Optional Param/ "file" - file to upload -instance HasOptionalParam UploadFile File2 where - applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept +instance HasOptionalParam UploadFile File2 where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept -applyOptionalParam OpenAPIPetstoreRequest UploadFile contentType res accept -req (File2 FilePath -xs) = +applyOptionalParam OpenAPIPetstoreRequest UploadFile contentType res accept +req (File2 FilePath +xs) = OpenAPIPetstoreRequest UploadFile contentType res accept -req OpenAPIPetstoreRequest UploadFile contentType res accept +req OpenAPIPetstoreRequest UploadFile contentType res accept -> Part -> OpenAPIPetstoreRequest UploadFile contentType res accept forall req contentType res accept. OpenAPIPetstoreRequest req contentType res accept @@ -635,7 +649,7 @@ `_addMultiFormPart` Text -> FilePath -> Part NH.partFileSource Text "file" FilePath -xs +xs -- | @multipart/form-data@ instance Consumes UploadFile MimeMultipartFormData @@ -657,16 +671,17 @@ => RequiredFile -- ^ "requiredFile" - file to upload -> PetId -- ^ "petId" - ID of pet to update -> OpenAPIPetstoreRequest UploadFileWithRequiredFile MimeMultipartFormData ApiResponse MimeJSON -uploadFileWithRequiredFile :: RequiredFile +uploadFileWithRequiredFile :: Consumes UploadFileWithRequiredFile MimeMultipartFormData => +RequiredFile -> PetId -> OpenAPIPetstoreRequest UploadFileWithRequiredFile MimeMultipartFormData ApiResponse MimeJSON -uploadFileWithRequiredFile (RequiredFile FilePath -requiredFile) (PetId Integer -petId) = +uploadFileWithRequiredFile (RequiredFile FilePath +requiredFile) (PetId Integer +petId) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -683,7 +698,7 @@ "/fake/",Integer -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Integer -petId,ByteString +petId,ByteString "/uploadImageWithRequiredFile"] OpenAPIPetstoreRequest UploadFileWithRequiredFile @@ -702,7 +717,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthOAuthPetstoreAuth -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthOAuthPetstoreAuth) OpenAPIPetstoreRequest UploadFileWithRequiredFile @@ -721,24 +736,25 @@ `_addMultiFormPart` Text -> FilePath -> Part NH.partFileSource Text "requiredFile" FilePath -requiredFile +requiredFile data UploadFileWithRequiredFile -- | /Optional Param/ "additionalMetadata" - Additional data to pass to server -instance HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata where - applyOptionalParam :: OpenAPIPetstoreRequest +instance HasOptionalParam UploadFileWithRequiredFile AdditionalMetadata where + applyOptionalParam :: forall contentType res accept. +OpenAPIPetstoreRequest UploadFileWithRequiredFile contentType res accept -> AdditionalMetadata -> OpenAPIPetstoreRequest UploadFileWithRequiredFile contentType res accept -applyOptionalParam OpenAPIPetstoreRequest +applyOptionalParam OpenAPIPetstoreRequest UploadFileWithRequiredFile contentType res accept -req (AdditionalMetadata Text -xs) = +req (AdditionalMetadata Text +xs) = OpenAPIPetstoreRequest UploadFileWithRequiredFile contentType res accept -req OpenAPIPetstoreRequest +req OpenAPIPetstoreRequest UploadFileWithRequiredFile contentType res accept -> Part -> OpenAPIPetstoreRequest @@ -755,7 +771,7 @@ forall mtype x. MimeRender mtype x => mtype -> x -> ByteString mimeRender' MimeMultipartFormData MimeMultipartFormData Text -xs) +xs) -- | @multipart/form-data@ instance Consumes UploadFileWithRequiredFile MimeMultipartFormData diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Store.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Store.html index cba3b1006442..431b0d346d0b 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Store.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.Store.html @@ -71,8 +71,8 @@ deleteOrder :: OrderIdText -> OpenAPIPetstoreRequest DeleteOrder MimeNoContent NoContent MimeNoContent -deleteOrder (OrderIdText Text -orderId) = +deleteOrder (OrderIdText Text +orderId) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -86,7 +86,7 @@ "/store/order/",Text -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Text -orderId] +orderId] data DeleteOrder instance Produces DeleteOrder MimeNoContent @@ -129,7 +129,7 @@ -> Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept `_hasAuthType` (Proxy AuthApiKeyApiKey -forall k (t :: k). Proxy t +forall {k} (t :: k). Proxy t P.Proxy :: P.Proxy AuthApiKeyApiKey) data GetInventory @@ -145,16 +145,17 @@ -- -- For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions -- -getOrderById - :: Accept accept -- ^ request accept ('MimeType') +getOrderById + :: Accept accept -- ^ request accept ('MimeType') -> OrderId -- ^ "orderId" - ID of pet that needs to be fetched - -> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept -getOrderById :: Accept accept + -> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept +getOrderById :: forall accept. +Accept accept -> OrderId -> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept getOrderById Accept accept -_ (OrderId Integer -orderId) = +_ (OrderId Integer +orderId) = Method -> [ByteString] -> OpenAPIPetstoreRequest GetOrderById MimeNoContent Order accept @@ -167,7 +168,7 @@ "/store/order/",Integer -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Integer -orderId] +orderId] data GetOrderById -- | @application/xml@ @@ -182,20 +183,22 @@ -- -- Place an order for a pet -- -placeOrder - :: (Consumes PlaceOrder contentType, MimeRender contentType Order) - => ContentType contentType -- ^ request content-type ('MimeType') - -> Accept accept -- ^ request accept ('MimeType') +placeOrder + :: (Consumes PlaceOrder contentType, MimeRender contentType Order) + => ContentType contentType -- ^ request content-type ('MimeType') + -> Accept accept -- ^ request accept ('MimeType') -> Order -- ^ "body" - order placed for purchasing the pet - -> OpenAPIPetstoreRequest PlaceOrder contentType Order accept -placeOrder :: ContentType contentType + -> OpenAPIPetstoreRequest PlaceOrder contentType Order accept +placeOrder :: forall contentType accept. +(Consumes PlaceOrder contentType, MimeRender contentType Order) => +ContentType contentType -> Accept accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType Order accept placeOrder ContentType contentType _ Accept accept -_ Order -body = +_ Order +body = Method -> [ByteString] -> OpenAPIPetstoreRequest PlaceOrder contentType Order accept @@ -215,15 +218,15 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Order -body +body data PlaceOrder -- | /Body Param/ "body" - order placed for purchasing the pet -instance HasBodyParam PlaceOrder Order +instance HasBodyParam PlaceOrder Order -- | @*/*@ -instance MimeType mtype => Consumes PlaceOrder mtype +instance MimeType mtype => Consumes PlaceOrder mtype -- | @application/xml@ instance Produces PlaceOrder MimeXML diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.User.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.User.html index e550c6c74153..d2fc7ef36f38 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.User.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.API.User.html @@ -65,18 +65,20 @@ -- -- This can only be done by the logged in user. -- -createUser - :: (Consumes CreateUser contentType, MimeRender contentType User) - => ContentType contentType -- ^ request content-type ('MimeType') +createUser + :: (Consumes CreateUser contentType, MimeRender contentType User) + => ContentType contentType -- ^ request content-type ('MimeType') -> User -- ^ "body" - Created user object - -> OpenAPIPetstoreRequest CreateUser contentType NoContent MimeNoContent -createUser :: ContentType contentType + -> OpenAPIPetstoreRequest CreateUser contentType NoContent MimeNoContent +createUser :: forall contentType. +(Consumes CreateUser contentType, MimeRender contentType User) => +ContentType contentType -> User -> OpenAPIPetstoreRequest CreateUser contentType NoContent MimeNoContent createUser ContentType contentType -_ User -body = +_ User +body = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -99,15 +101,15 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` User -body +body data CreateUser -- | /Body Param/ "body" - Created user object -instance HasBodyParam CreateUser User +instance HasBodyParam CreateUser User -- | @*/*@ -instance MimeType mtype => Consumes CreateUser mtype +instance MimeType mtype => Consumes CreateUser mtype instance Produces CreateUser MimeNoContent @@ -118,18 +120,21 @@ -- -- Creates list of users with given input array -- -createUsersWithArrayInput - :: (Consumes CreateUsersWithArrayInput contentType, MimeRender contentType Body) - => ContentType contentType -- ^ request content-type ('MimeType') +createUsersWithArrayInput + :: (Consumes CreateUsersWithArrayInput contentType, MimeRender contentType Body) + => ContentType contentType -- ^ request content-type ('MimeType') -> Body -- ^ "body" - List of user object - -> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType NoContent MimeNoContent -createUsersWithArrayInput :: ContentType contentType + -> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType NoContent MimeNoContent +createUsersWithArrayInput :: forall contentType. +(Consumes CreateUsersWithArrayInput contentType, + MimeRender contentType Body) => +ContentType contentType -> Body -> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType NoContent MimeNoContent createUsersWithArrayInput ContentType contentType -_ Body -body = +_ Body +body = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -152,15 +157,15 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Body -body +body data CreateUsersWithArrayInput -- | /Body Param/ "body" - List of user object -instance HasBodyParam CreateUsersWithArrayInput Body +instance HasBodyParam CreateUsersWithArrayInput Body -- | @*/*@ -instance MimeType mtype => Consumes CreateUsersWithArrayInput mtype +instance MimeType mtype => Consumes CreateUsersWithArrayInput mtype instance Produces CreateUsersWithArrayInput MimeNoContent @@ -171,18 +176,21 @@ -- -- Creates list of users with given input array -- -createUsersWithListInput - :: (Consumes CreateUsersWithListInput contentType, MimeRender contentType Body) - => ContentType contentType -- ^ request content-type ('MimeType') +createUsersWithListInput + :: (Consumes CreateUsersWithListInput contentType, MimeRender contentType Body) + => ContentType contentType -- ^ request content-type ('MimeType') -> Body -- ^ "body" - List of user object - -> OpenAPIPetstoreRequest CreateUsersWithListInput contentType NoContent MimeNoContent -createUsersWithListInput :: ContentType contentType + -> OpenAPIPetstoreRequest CreateUsersWithListInput contentType NoContent MimeNoContent +createUsersWithListInput :: forall contentType. +(Consumes CreateUsersWithListInput contentType, + MimeRender contentType Body) => +ContentType contentType -> Body -> OpenAPIPetstoreRequest CreateUsersWithListInput contentType NoContent MimeNoContent createUsersWithListInput ContentType contentType -_ Body -body = +_ Body +body = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -205,15 +213,15 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` Body -body +body data CreateUsersWithListInput -- | /Body Param/ "body" - List of user object -instance HasBodyParam CreateUsersWithListInput Body +instance HasBodyParam CreateUsersWithListInput Body -- | @*/*@ -instance MimeType mtype => Consumes CreateUsersWithListInput mtype +instance MimeType mtype => Consumes CreateUsersWithListInput mtype instance Produces CreateUsersWithListInput MimeNoContent @@ -232,8 +240,8 @@ deleteUser :: Username -> OpenAPIPetstoreRequest DeleteUser MimeNoContent NoContent MimeNoContent -deleteUser (Username Text -username) = +deleteUser (Username Text +username) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -247,7 +255,7 @@ "/user/",Text -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Text -username] +username] data DeleteUser instance Produces DeleteUser MimeNoContent @@ -259,16 +267,17 @@ -- -- Get user by user name -- -getUserByName - :: Accept accept -- ^ request accept ('MimeType') +getUserByName + :: Accept accept -- ^ request accept ('MimeType') -> Username -- ^ "username" - The name that needs to be fetched. Use user1 for testing. - -> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept -getUserByName :: Accept accept + -> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept +getUserByName :: forall accept. +Accept accept -> Username -> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept getUserByName Accept accept -_ (Username Text -username) = +_ (Username Text +username) = Method -> [ByteString] -> OpenAPIPetstoreRequest GetUserByName MimeNoContent User accept @@ -281,7 +290,7 @@ "/user/",Text -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Text -username] +username] data GetUserByName -- | @application/xml@ @@ -296,19 +305,20 @@ -- -- Logs user into the system -- -loginUser - :: Accept accept -- ^ request accept ('MimeType') +loginUser + :: Accept accept -- ^ request accept ('MimeType') -> Username -- ^ "username" - The user name for login -> Password -- ^ "password" - The password for login in clear text - -> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept -loginUser :: Accept accept + -> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept +loginUser :: forall accept. +Accept accept -> Username -> Password -> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept loginUser Accept accept -_ (Username Text -username) (Password Text -password) = +_ (Username Text +username) (Password Text +password) = Method -> [ByteString] -> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept @@ -331,7 +341,7 @@ "username", Text -> Maybe Text forall a. a -> Maybe a Just Text -username) +username) OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept -> [QueryItem] -> OpenAPIPetstoreRequest LoginUser MimeNoContent Text accept @@ -344,7 +354,7 @@ "password", Text -> Maybe Text forall a. a -> Maybe a Just Text -password) +password) data LoginUser -- | @application/xml@ @@ -388,21 +398,23 @@ -- -- This can only be done by the logged in user. -- -updateUser - :: (Consumes UpdateUser contentType, MimeRender contentType User) - => ContentType contentType -- ^ request content-type ('MimeType') +updateUser + :: (Consumes UpdateUser contentType, MimeRender contentType User) + => ContentType contentType -- ^ request content-type ('MimeType') -> User -- ^ "body" - Updated user object -> Username -- ^ "username" - name that need to be deleted - -> OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent -updateUser :: ContentType contentType + -> OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent +updateUser :: forall contentType. +(Consumes UpdateUser contentType, MimeRender contentType User) => +ContentType contentType -> User -> Username -> OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent updateUser ContentType contentType -_ User -body (Username Text -username) = +_ User +body (Username Text +username) = Method -> [ByteString] -> OpenAPIPetstoreRequest @@ -416,7 +428,7 @@ "/user/",Text -> ByteString forall a. ToHttpApiData a => a -> ByteString toPath Text -username] +username] OpenAPIPetstoreRequest UpdateUser contentType NoContent MimeNoContent -> User @@ -428,15 +440,15 @@ OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept `setBodyParam` User -body +body data UpdateUser -- | /Body Param/ "body" - Updated user object -instance HasBodyParam UpdateUser User +instance HasBodyParam UpdateUser User -- | @*/*@ -instance MimeType mtype => Consumes UpdateUser mtype +instance MimeType mtype => Consumes UpdateUser mtype instance Produces UpdateUser MimeNoContent diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Client.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Client.html index 22532fbdf845..f88381495386 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Client.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Client.html @@ -55,22 +55,24 @@ -- ** Lbs -- | send a request returning the raw http response -dispatchLbs - :: (Produces req accept, MimeType contentType) +dispatchLbs + :: (Produces req accept, MimeType contentType) => NH.Manager -- ^ http-client Connection manager -> OpenAPIPetstoreConfig -- ^ config - -> OpenAPIPetstoreRequest req contentType res accept -- ^ request - -> IO (NH.Response BCL.ByteString) -- ^ response -dispatchLbs :: Manager + -> OpenAPIPetstoreRequest req contentType res accept -- ^ request + -> IO (NH.Response BCL.ByteString) -- ^ response +dispatchLbs :: forall req accept contentType res. +(Produces req accept, MimeType contentType) => +Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString) -dispatchLbs Manager -manager OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request = do - InitRequest req contentType res accept -initReq <- OpenAPIPetstoreConfig +dispatchLbs Manager +manager OpenAPIPetstoreConfig +config OpenAPIPetstoreRequest req contentType res accept +request = do + InitRequest req contentType res accept +initReq <- OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (InitRequest req contentType res accept) forall accept contentType req res. @@ -79,8 +81,8 @@ -> OpenAPIPetstoreRequest req contentType res accept -> IO (InitRequest req contentType res accept) _toInitRequest OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request +config OpenAPIPetstoreRequest req contentType res accept +request Manager -> OpenAPIPetstoreConfig -> InitRequest req contentType res accept @@ -91,20 +93,20 @@ -> InitRequest req contentType res accept -> IO (Response ByteString) dispatchInitUnsafe Manager -manager OpenAPIPetstoreConfig -config InitRequest req contentType res accept -initReq +manager OpenAPIPetstoreConfig +config InitRequest req contentType res accept +initReq -- ** Mime -- | pair of decoded http body and http response -data MimeResult res = - MimeResult { MimeResult res -> Either MimeError res -mimeResult :: Either MimeError res -- ^ decoded http body - , MimeResult res -> Response ByteString +data MimeResult res = + MimeResult { forall res. MimeResult res -> Either MimeError res +mimeResult :: Either MimeError res -- ^ decoded http body + , forall res. MimeResult res -> Response ByteString mimeResultResponse :: NH.Response BCL.ByteString -- ^ http response } - deriving (Int -> MimeResult res -> ShowS + deriving (Int -> MimeResult res -> ShowS [MimeResult res] -> ShowS MimeResult res -> String (Int -> MimeResult res -> ShowS) @@ -122,9 +124,7 @@ $cshow :: forall res. Show res => MimeResult res -> String showsPrec :: Int -> MimeResult res -> ShowS $cshowsPrec :: forall res. Show res => Int -> MimeResult res -> ShowS -Show, a -> MimeResult b -> MimeResult a -(a -> b) -> MimeResult a -> MimeResult b -(forall a b. (a -> b) -> MimeResult a -> MimeResult b) +Show, (forall a b. (a -> b) -> MimeResult a -> MimeResult b) -> (forall a b. a -> MimeResult b -> MimeResult a) -> Functor MimeResult forall a b. a -> MimeResult b -> MimeResult a @@ -132,14 +132,11 @@ forall (f :: * -> *). (forall a b. (a -> b) -> f a -> f b) -> (forall a b. a -> f b -> f a) -> Functor f -<$ :: a -> MimeResult b -> MimeResult a +<$ :: forall a b. a -> MimeResult b -> MimeResult a $c<$ :: forall a b. a -> MimeResult b -> MimeResult a -fmap :: (a -> b) -> MimeResult a -> MimeResult b +fmap :: forall a b. (a -> b) -> MimeResult a -> MimeResult b $cfmap :: forall a b. (a -> b) -> MimeResult a -> MimeResult b -Functor, MimeResult a -> Bool -(a -> m) -> MimeResult a -> m -(a -> b -> b) -> b -> MimeResult a -> b -(forall m. Monoid m => MimeResult m -> m) +Functor, (forall m. Monoid m => MimeResult m -> m) -> (forall m a. Monoid m => (a -> m) -> MimeResult a -> m) -> (forall m a. Monoid m => (a -> m) -> MimeResult a -> m) -> (forall a b. (a -> b -> b) -> b -> MimeResult a -> b) @@ -187,41 +184,41 @@ -> (forall a. Num a => t a -> a) -> (forall a. Num a => t a -> a) -> Foldable t -product :: MimeResult a -> a +product :: forall a. Num a => MimeResult a -> a $cproduct :: forall a. Num a => MimeResult a -> a -sum :: MimeResult a -> a +sum :: forall a. Num a => MimeResult a -> a $csum :: forall a. Num a => MimeResult a -> a -minimum :: MimeResult a -> a +minimum :: forall a. Ord a => MimeResult a -> a $cminimum :: forall a. Ord a => MimeResult a -> a -maximum :: MimeResult a -> a +maximum :: forall a. Ord a => MimeResult a -> a $cmaximum :: forall a. Ord a => MimeResult a -> a -elem :: a -> MimeResult a -> Bool +elem :: forall a. Eq a => a -> MimeResult a -> Bool $celem :: forall a. Eq a => a -> MimeResult a -> Bool -length :: MimeResult a -> Int +length :: forall a. MimeResult a -> Int $clength :: forall a. MimeResult a -> Int -null :: MimeResult a -> Bool +null :: forall a. MimeResult a -> Bool $cnull :: forall a. MimeResult a -> Bool -toList :: MimeResult a -> [a] +toList :: forall a. MimeResult a -> [a] $ctoList :: forall a. MimeResult a -> [a] -foldl1 :: (a -> a -> a) -> MimeResult a -> a +foldl1 :: forall a. (a -> a -> a) -> MimeResult a -> a $cfoldl1 :: forall a. (a -> a -> a) -> MimeResult a -> a -foldr1 :: (a -> a -> a) -> MimeResult a -> a +foldr1 :: forall a. (a -> a -> a) -> MimeResult a -> a $cfoldr1 :: forall a. (a -> a -> a) -> MimeResult a -> a -foldl' :: (b -> a -> b) -> b -> MimeResult a -> b +foldl' :: forall b a. (b -> a -> b) -> b -> MimeResult a -> b $cfoldl' :: forall b a. (b -> a -> b) -> b -> MimeResult a -> b -foldl :: (b -> a -> b) -> b -> MimeResult a -> b +foldl :: forall b a. (b -> a -> b) -> b -> MimeResult a -> b $cfoldl :: forall b a. (b -> a -> b) -> b -> MimeResult a -> b -foldr' :: (a -> b -> b) -> b -> MimeResult a -> b +foldr' :: forall a b. (a -> b -> b) -> b -> MimeResult a -> b $cfoldr' :: forall a b. (a -> b -> b) -> b -> MimeResult a -> b -foldr :: (a -> b -> b) -> b -> MimeResult a -> b +foldr :: forall a b. (a -> b -> b) -> b -> MimeResult a -> b $cfoldr :: forall a b. (a -> b -> b) -> b -> MimeResult a -> b -foldMap' :: (a -> m) -> MimeResult a -> m +foldMap' :: forall m a. Monoid m => (a -> m) -> MimeResult a -> m $cfoldMap' :: forall m a. Monoid m => (a -> m) -> MimeResult a -> m -foldMap :: (a -> m) -> MimeResult a -> m +foldMap :: forall m a. Monoid m => (a -> m) -> MimeResult a -> m $cfoldMap :: forall m a. Monoid m => (a -> m) -> MimeResult a -> m -fold :: MimeResult m -> m +fold :: forall m. Monoid m => MimeResult m -> m $cfold :: forall m. Monoid m => MimeResult m -> m -Foldable, Functor MimeResult +Foldable, Functor MimeResult Foldable MimeResult Functor MimeResult -> Foldable MimeResult @@ -238,7 +235,6 @@ Monad m => MimeResult (m a) -> m (MimeResult a)) -> Traversable MimeResult -(a -> f b) -> MimeResult a -> f (MimeResult b) forall (t :: * -> *). Functor t -> Foldable t @@ -263,24 +259,30 @@ forall (f :: * -> *) a b. Applicative f => (a -> f b) -> MimeResult a -> f (MimeResult b) -sequence :: MimeResult (m a) -> m (MimeResult a) +sequence :: forall (m :: * -> *) a. +Monad m => +MimeResult (m a) -> m (MimeResult a) $csequence :: forall (m :: * -> *) a. Monad m => MimeResult (m a) -> m (MimeResult a) -mapM :: (a -> m b) -> MimeResult a -> m (MimeResult b) +mapM :: forall (m :: * -> *) a b. +Monad m => +(a -> m b) -> MimeResult a -> m (MimeResult b) $cmapM :: forall (m :: * -> *) a b. Monad m => (a -> m b) -> MimeResult a -> m (MimeResult b) -sequenceA :: MimeResult (f a) -> f (MimeResult a) +sequenceA :: forall (f :: * -> *) a. +Applicative f => +MimeResult (f a) -> f (MimeResult a) $csequenceA :: forall (f :: * -> *) a. Applicative f => MimeResult (f a) -> f (MimeResult a) -traverse :: (a -> f b) -> MimeResult a -> f (MimeResult b) +traverse :: forall (f :: * -> *) a b. +Applicative f => +(a -> f b) -> MimeResult a -> f (MimeResult b) $ctraverse :: forall (f :: * -> *) a b. Applicative f => (a -> f b) -> MimeResult a -> f (MimeResult b) -$cp2Traversable :: Foldable MimeResult -$cp1Traversable :: Functor MimeResult Traversable) -- | pair of unrender/parser error and http response @@ -290,7 +292,7 @@ mimeError :: String -- ^ unrender/parser error , MimeError -> Response ByteString mimeErrorResponse :: NH.Response BCL.ByteString -- ^ http response - } deriving (Int -> MimeError -> ShowS + } deriving (Int -> MimeError -> ShowS [MimeError] -> ShowS MimeError -> String (Int -> MimeError -> ShowS) @@ -309,21 +311,24 @@ -- | send a request returning the 'MimeResult' dispatchMime - :: forall req contentType res accept. (Produces req accept, MimeUnrender accept res, MimeType contentType) + :: forall req contentType res accept. (Produces req accept, MimeUnrender accept res, MimeType contentType) => NH.Manager -- ^ http-client Connection manager -> OpenAPIPetstoreConfig -- ^ config - -> OpenAPIPetstoreRequest req contentType res accept -- ^ request - -> IO (MimeResult res) -- ^ response -dispatchMime :: Manager + -> OpenAPIPetstoreRequest req contentType res accept -- ^ request + -> IO (MimeResult res) -- ^ response +dispatchMime :: forall req contentType res accept. +(Produces req accept, MimeUnrender accept res, + MimeType contentType) => +Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (MimeResult res) -dispatchMime Manager -manager OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request = do - Response ByteString -httpResponse <- Manager +dispatchMime Manager +manager OpenAPIPetstoreConfig +config OpenAPIPetstoreRequest req contentType res accept +request = do + Response ByteString +httpResponse <- Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString) @@ -334,11 +339,11 @@ -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString) dispatchLbs Manager -manager OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request - let statusCode :: Int -statusCode = Status -> Int +manager OpenAPIPetstoreConfig +config OpenAPIPetstoreRequest req contentType res accept +request + let statusCode :: Int +statusCode = Status -> Int NH.statusCode (Status -> Int) -> (Response ByteString -> Status) -> Response ByteString -> Int forall b c a. (b -> c) -> (a -> b) -> a -> c @@ -347,38 +352,38 @@ NH.responseStatus (Response ByteString -> Int) -> Response ByteString -> Int forall a b. (a -> b) -> a -> b $ Response ByteString -httpResponse - Either MimeError res -parsedResult <- +httpResponse + Either MimeError res +parsedResult <- Text -> OpenAPIPetstoreConfig -> LogExec IO (Either MimeError res) forall (m :: * -> *) a. (MonadCatch m, MonadIO m) => Text -> OpenAPIPetstoreConfig -> LogExec m a runConfigLogWithExceptions Text "Client" OpenAPIPetstoreConfig -config LogExec IO (Either MimeError res) +config LogExec IO (Either MimeError res) -> LogExec IO (Either MimeError res) forall a b. (a -> b) -> a -> b $ do if (Int -statusCode Int -> Int -> Bool +statusCode Int -> Int -> Bool forall a. Ord a => a -> a -> Bool >= Int 400 Bool -> Bool -> Bool && Int -statusCode Int -> Int -> Bool +statusCode Int -> Int -> Bool forall a. Ord a => a -> a -> Bool < Int 600) then do - let s :: String -s = String + let s :: String +s = String "error statusCode: " String -> ShowS forall a. [a] -> [a] -> [a] ++ Int -> String forall a. Show a => a -> String show Int -statusCode +statusCode Text -> LogLevel -> Text -> KatipT IO () forall (m :: * -> *). (Applicative m, Katip m) => @@ -387,27 +392,27 @@ "Client" LogLevel levelError (String -> Text T.pack String -s) +s) Either MimeError res -> KatipT IO (Either MimeError res) forall (f :: * -> *) a. Applicative f => a -> f a pure (MimeError -> Either MimeError res forall a b. a -> Either a b Left (String -> Response ByteString -> MimeError MimeError String -s Response ByteString -httpResponse)) +s Response ByteString +httpResponse)) else case Proxy accept -> ByteString -> Either String res forall mtype o. MimeUnrender mtype o => Proxy mtype -> ByteString -> Either String o mimeUnrender (Proxy accept -forall k (t :: k). Proxy t -P.Proxy :: P.Proxy accept) (Response ByteString -> ByteString +forall {k} (t :: k). Proxy t +P.Proxy :: P.Proxy accept) (Response ByteString -> ByteString forall body. Response body -> body NH.responseBody Response ByteString -httpResponse) of - Left String -s -> do +httpResponse) of + Left String +s -> do Text -> LogLevel -> Text -> KatipT IO () forall (m :: * -> *). (Applicative m, Katip m) => @@ -416,48 +421,51 @@ "Client" LogLevel levelError (String -> Text T.pack String -s) +s) Either MimeError res -> KatipT IO (Either MimeError res) forall (f :: * -> *) a. Applicative f => a -> f a pure (MimeError -> Either MimeError res forall a b. a -> Either a b Left (String -> Response ByteString -> MimeError MimeError String -s Response ByteString -httpResponse)) - Right res -r -> Either MimeError res -> KatipT IO (Either MimeError res) +s Response ByteString +httpResponse)) + Right res +r -> Either MimeError res -> KatipT IO (Either MimeError res) forall (f :: * -> *) a. Applicative f => a -> f a pure (res -> Either MimeError res forall a b. b -> Either a b Right res -r) +r) MimeResult res -> IO (MimeResult res) forall (m :: * -> *) a. Monad m => a -> m a return (Either MimeError res -> Response ByteString -> MimeResult res forall res. Either MimeError res -> Response ByteString -> MimeResult res MimeResult Either MimeError res -parsedResult Response ByteString -httpResponse) +parsedResult Response ByteString +httpResponse) -- | like 'dispatchMime', but only returns the decoded http body -dispatchMime' - :: (Produces req accept, MimeUnrender accept res, MimeType contentType) +dispatchMime' + :: (Produces req accept, MimeUnrender accept res, MimeType contentType) => NH.Manager -- ^ http-client Connection manager -> OpenAPIPetstoreConfig -- ^ config - -> OpenAPIPetstoreRequest req contentType res accept -- ^ request - -> IO (Either MimeError res) -- ^ response -dispatchMime' :: Manager + -> OpenAPIPetstoreRequest req contentType res accept -- ^ request + -> IO (Either MimeError res) -- ^ response +dispatchMime' :: forall req accept res contentType. +(Produces req accept, MimeUnrender accept res, + MimeType contentType) => +Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Either MimeError res) -dispatchMime' Manager -manager OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request = do - MimeResult Either MimeError res -parsedResult Response ByteString +dispatchMime' Manager +manager OpenAPIPetstoreConfig +config OpenAPIPetstoreRequest req contentType res accept +request = do + MimeResult Either MimeError res +parsedResult Response ByteString _ <- Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept @@ -470,33 +478,35 @@ -> OpenAPIPetstoreRequest req contentType res accept -> IO (MimeResult res) dispatchMime Manager -manager OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request +manager OpenAPIPetstoreConfig +config OpenAPIPetstoreRequest req contentType res accept +request Either MimeError res -> IO (Either MimeError res) forall (m :: * -> *) a. Monad m => a -> m a return Either MimeError res -parsedResult +parsedResult -- ** Unsafe -- | like 'dispatchReqLbs', but does not validate the operation is a 'Producer' of the "accept" 'MimeType'. (Useful if the server's response is undocumented) -dispatchLbsUnsafe - :: (MimeType accept, MimeType contentType) +dispatchLbsUnsafe + :: (MimeType accept, MimeType contentType) => NH.Manager -- ^ http-client Connection manager -> OpenAPIPetstoreConfig -- ^ config - -> OpenAPIPetstoreRequest req contentType res accept -- ^ request - -> IO (NH.Response BCL.ByteString) -- ^ response -dispatchLbsUnsafe :: Manager + -> OpenAPIPetstoreRequest req contentType res accept -- ^ request + -> IO (NH.Response BCL.ByteString) -- ^ response +dispatchLbsUnsafe :: forall accept contentType req res. +(MimeType accept, MimeType contentType) => +Manager -> OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (Response ByteString) -dispatchLbsUnsafe Manager -manager OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request = do - InitRequest req contentType res accept -initReq <- OpenAPIPetstoreConfig +dispatchLbsUnsafe Manager +manager OpenAPIPetstoreConfig +config OpenAPIPetstoreRequest req contentType res accept +request = do + InitRequest req contentType res accept +initReq <- OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (InitRequest req contentType res accept) forall accept contentType req res. @@ -505,8 +515,8 @@ -> OpenAPIPetstoreRequest req contentType res accept -> IO (InitRequest req contentType res accept) _toInitRequest OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -request +config OpenAPIPetstoreRequest req contentType res accept +request Manager -> OpenAPIPetstoreConfig -> InitRequest req contentType res accept @@ -517,31 +527,32 @@ -> InitRequest req contentType res accept -> IO (Response ByteString) dispatchInitUnsafe Manager -manager OpenAPIPetstoreConfig -config InitRequest req contentType res accept -initReq +manager OpenAPIPetstoreConfig +config InitRequest req contentType res accept +initReq -- | dispatch an InitRequest -dispatchInitUnsafe +dispatchInitUnsafe :: NH.Manager -- ^ http-client Connection manager -> OpenAPIPetstoreConfig -- ^ config - -> InitRequest req contentType res accept -- ^ init request - -> IO (NH.Response BCL.ByteString) -- ^ response -dispatchInitUnsafe :: Manager + -> InitRequest req contentType res accept -- ^ init request + -> IO (NH.Response BCL.ByteString) -- ^ response +dispatchInitUnsafe :: forall req contentType res accept. +Manager -> OpenAPIPetstoreConfig -> InitRequest req contentType res accept -> IO (Response ByteString) -dispatchInitUnsafe Manager -manager OpenAPIPetstoreConfig -config (InitRequest Request -req) = do +dispatchInitUnsafe Manager +manager OpenAPIPetstoreConfig +config (InitRequest Request +req) = do Text -> OpenAPIPetstoreConfig -> LogExec IO (Response ByteString) forall (m :: * -> *) a. (MonadCatch m, MonadIO m) => Text -> OpenAPIPetstoreConfig -> LogExec m a runConfigLogWithExceptions Text -src OpenAPIPetstoreConfig -config LogExec IO (Response ByteString) +src OpenAPIPetstoreConfig +config LogExec IO (Response ByteString) -> LogExec IO (Response ByteString) forall a b. (a -> b) -> a -> b $ @@ -550,43 +561,43 @@ (Applicative m, Katip m) => Text -> LogLevel -> Text -> m () _log Text -src LogLevel +src LogLevel levelInfo Text -requestLogMsg +requestLogMsg Text -> LogLevel -> Text -> KatipT IO () forall (m :: * -> *). (Applicative m, Katip m) => Text -> LogLevel -> Text -> m () _log Text -src LogLevel +src LogLevel levelDebug Text -requestDbgLogMsg - Response ByteString -res <- IO (Response ByteString) -> KatipT IO (Response ByteString) +requestDbgLogMsg + Response ByteString +res <- IO (Response ByteString) -> KatipT IO (Response ByteString) forall (m :: * -> *) a. MonadIO m => IO a -> m a P.liftIO (IO (Response ByteString) -> KatipT IO (Response ByteString)) -> IO (Response ByteString) -> KatipT IO (Response ByteString) forall a b. (a -> b) -> a -> b $ Request -> Manager -> IO (Response ByteString) NH.httpLbs Request -req Manager -manager +req Manager +manager Text -> LogLevel -> Text -> KatipT IO () forall (m :: * -> *). (Applicative m, Katip m) => Text -> LogLevel -> Text -> m () _log Text -src LogLevel +src LogLevel levelInfo (Response ByteString -> Text -forall body. Response body -> Text -responseLogMsg Response ByteString -res) +forall {body}. Response body -> Text +responseLogMsg Response ByteString +res) Text -> LogLevel -> Text -> KatipT IO () forall (m :: * -> *). (Applicative m, Katip m) => Text -> LogLevel -> Text -> m () _log Text -src LogLevel +src LogLevel levelDebug ((String -> Text T.pack (String -> Text) -> (Response ByteString -> String) -> Response ByteString -> Text @@ -594,51 +605,51 @@ . Response ByteString -> String forall a. Show a => a -> String show) Response ByteString -res) +res) Response ByteString -> KatipT IO (Response ByteString) forall (m :: * -> *) a. Monad m => a -> m a return Response ByteString -res +res where - src :: Text -src = Text + src :: Text +src = Text "Client" - endpoint :: Text -endpoint = + endpoint :: Text +endpoint = String -> Text T.pack (String -> Text) -> String -> Text forall a b. (a -> b) -> a -> b $ - ByteString -> String -BC.unpack (ByteString -> String) -> ByteString -> String + Method -> String +BC.unpack (Method -> String) -> Method -> String forall a b. (a -> b) -> a -> b $ - Request -> ByteString + Request -> Method NH.method Request -req ByteString -> ByteString -> ByteString +req Method -> Method -> Method forall a. Semigroup a => a -> a -> a -<> ByteString -" " ByteString -> ByteString -> ByteString +<> Method +" " Method -> Method -> Method forall a. Semigroup a => a -> a -> a -<> Request -> ByteString +<> Request -> Method NH.host Request -req ByteString -> ByteString -> ByteString +req Method -> Method -> Method forall a. Semigroup a => a -> a -> a -<> Request -> ByteString +<> Request -> Method NH.path Request -req ByteString -> ByteString -> ByteString +req Method -> Method -> Method forall a. Semigroup a => a -> a -> a -<> Request -> ByteString +<> Request -> Method NH.queryString Request -req - requestLogMsg :: Text -requestLogMsg = Text +req + requestLogMsg :: Text +requestLogMsg = Text "REQ:" Text -> Text -> Text forall a. Semigroup a => a -> a -> a <> Text -endpoint - requestDbgLogMsg :: Text -requestDbgLogMsg = +endpoint + requestDbgLogMsg :: Text +requestDbgLogMsg = Text "Headers=" Text -> Text -> Text forall a. Semigroup a => a -> a -> a @@ -650,7 +661,7 @@ forall a. Show a => a -> String show) (Request -> RequestHeaders NH.requestHeaders Request -req) Text -> Text -> Text +req) Text -> Text -> Text forall a. Semigroup a => a -> a -> a <> Text " Body=" Text -> Text -> Text @@ -658,17 +669,17 @@ <> (case Request -> RequestBody NH.requestBody Request -req of - NH.RequestBodyLBS ByteString -xs -> ByteString -> Text -T.decodeUtf8 (ByteString -> ByteString +req of + NH.RequestBodyLBS ByteString +xs -> Method -> Text +T.decodeUtf8 (ByteString -> Method BL.toStrict ByteString -xs) +xs) RequestBody _ -> Text "<RequestBody>") - responseStatusCode :: Response body -> Text -responseStatusCode = (String -> Text + responseStatusCode :: Response body -> Text +responseStatusCode = (String -> Text T.pack (String -> Text) -> (Int -> String) -> Int -> Text forall b c a. (b -> c) -> (a -> b) -> a -> c . Int -> String @@ -682,22 +693,22 @@ . Response body -> Status forall body. Response body -> Status NH.responseStatus - responseLogMsg :: Response body -> Text -responseLogMsg Response body -res = + responseLogMsg :: Response body -> Text +responseLogMsg Response body +res = Text "RES:statusCode=" Text -> Text -> Text forall a. Semigroup a => a -> a -> a <> Response body -> Text -forall body. Response body -> Text -responseStatusCode Response body -res Text -> Text -> Text +forall {body}. Response body -> Text +responseStatusCode Response body +res Text -> Text -> Text forall a. Semigroup a => a -> a -> a <> Text " (" Text -> Text -> Text forall a. Semigroup a => a -> a -> a <> Text -endpoint Text -> Text -> Text +endpoint Text -> Text -> Text forall a. Semigroup a => a -> a -> a <> Text ")" @@ -705,10 +716,11 @@ -- * InitRequest -- | wraps an http-client 'Request' with request/response type parameters -newtype InitRequest req contentType res accept = InitRequest - { InitRequest req contentType res accept -> Request +newtype InitRequest req contentType res accept = InitRequest + { forall req contentType res accept. +InitRequest req contentType res accept -> Request unInitRequest :: NH.Request - } deriving (Int -> InitRequest req contentType res accept -> ShowS + } deriving (Int -> InitRequest req contentType res accept -> ShowS [InitRequest req contentType res accept] -> ShowS InitRequest req contentType res accept -> String (Int -> InitRequest req contentType res accept -> ShowS) @@ -735,17 +747,19 @@ Show) -- | Build an http-client 'Request' record from the supplied config and request -_toInitRequest - :: (MimeType accept, MimeType contentType) +_toInitRequest + :: (MimeType accept, MimeType contentType) => OpenAPIPetstoreConfig -- ^ config - -> OpenAPIPetstoreRequest req contentType res accept -- ^ request - -> IO (InitRequest req contentType res accept) -- ^ initialized request -_toInitRequest :: OpenAPIPetstoreConfig + -> OpenAPIPetstoreRequest req contentType res accept -- ^ request + -> IO (InitRequest req contentType res accept) -- ^ initialized request +_toInitRequest :: forall accept contentType req res. +(MimeType accept, MimeType contentType) => +OpenAPIPetstoreConfig -> OpenAPIPetstoreRequest req contentType res accept -> IO (InitRequest req contentType res accept) -_toInitRequest OpenAPIPetstoreConfig -config OpenAPIPetstoreRequest req contentType res accept -req0 = +_toInitRequest OpenAPIPetstoreConfig +config OpenAPIPetstoreRequest req contentType res accept +req0 = Text -> OpenAPIPetstoreConfig -> LogExec IO (InitRequest req contentType res accept) @@ -754,12 +768,12 @@ Text -> OpenAPIPetstoreConfig -> LogExec m a runConfigLogWithExceptions Text "Client" OpenAPIPetstoreConfig -config LogExec IO (InitRequest req contentType res accept) +config LogExec IO (InitRequest req contentType res accept) -> LogExec IO (InitRequest req contentType res accept) forall a b. (a -> b) -> a -> b $ do - Request -parsedReq <- IO Request -> KatipT IO Request + Request +parsedReq <- IO Request -> KatipT IO Request forall (m :: * -> *) a. MonadIO m => IO a -> m a P.liftIO (IO Request -> KatipT IO Request) -> IO Request -> KatipT IO Request @@ -774,14 +788,14 @@ $ ByteString -> ByteString -> ByteString BCL.append (OpenAPIPetstoreConfig -> ByteString configHost OpenAPIPetstoreConfig -config) ([ByteString] -> ByteString +config) ([ByteString] -> ByteString BCL.concat (OpenAPIPetstoreRequest req contentType res accept -> [ByteString] forall req contentType res accept. OpenAPIPetstoreRequest req contentType res accept -> [ByteString] rUrlPath OpenAPIPetstoreRequest req contentType res accept -req0)) - OpenAPIPetstoreRequest req contentType res accept -req1 <- IO (OpenAPIPetstoreRequest req contentType res accept) +req0)) + OpenAPIPetstoreRequest req contentType res accept +req1 <- IO (OpenAPIPetstoreRequest req contentType res accept) -> KatipT IO (OpenAPIPetstoreRequest req contentType res accept) forall (m :: * -> *) a. MonadIO m => IO a -> m a P.liftIO (IO (OpenAPIPetstoreRequest req contentType res accept) @@ -797,14 +811,14 @@ -> OpenAPIPetstoreConfig -> IO (OpenAPIPetstoreRequest req contentType res accept) _applyAuthMethods OpenAPIPetstoreRequest req contentType res accept -req0 OpenAPIPetstoreConfig -config +req0 OpenAPIPetstoreConfig +config Bool -> KatipT IO () -> KatipT IO () forall (f :: * -> *). Applicative f => Bool -> f () -> f () P.when (OpenAPIPetstoreConfig -> Bool configValidateAuthMethods OpenAPIPetstoreConfig -config Bool -> Bool -> Bool +config Bool -> Bool -> Bool && (Bool -> Bool not (Bool -> Bool) -> (OpenAPIPetstoreRequest req contentType res accept -> Bool) @@ -822,7 +836,7 @@ forall req contentType res accept. OpenAPIPetstoreRequest req contentType res accept -> [TypeRep] rAuthTypes) OpenAPIPetstoreRequest req contentType res accept -req1) +req1) (AuthMethodException -> KatipT IO () forall (m :: * -> *) e a. (MonadThrow m, Exception e) => e -> m a E.throw (AuthMethodException -> KatipT IO ()) @@ -852,10 +866,10 @@ forall req contentType res accept. OpenAPIPetstoreRequest req contentType res accept -> [TypeRep] rAuthTypes) OpenAPIPetstoreRequest req contentType res accept -req1) - let req2 :: OpenAPIPetstoreRequest req contentType res accept -req2 = OpenAPIPetstoreRequest req contentType res accept -req1 OpenAPIPetstoreRequest req contentType res accept +req1) + let req2 :: OpenAPIPetstoreRequest req contentType res accept +req2 = OpenAPIPetstoreRequest req contentType res accept +req1 OpenAPIPetstoreRequest req contentType res accept -> (OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept) -> OpenAPIPetstoreRequest req contentType res accept @@ -878,103 +892,103 @@ OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept _setAcceptHeader - params :: Params -params = OpenAPIPetstoreRequest req contentType res accept -> Params + params :: Params +params = OpenAPIPetstoreRequest req contentType res accept -> Params forall req contentType res accept. OpenAPIPetstoreRequest req contentType res accept -> Params rParams OpenAPIPetstoreRequest req contentType res accept -req2 - reqHeaders :: RequestHeaders -reqHeaders = (HeaderName -"User-Agent", Text -> ByteString -forall a. ToHttpApiData a => a -> ByteString +req2 + reqHeaders :: RequestHeaders +reqHeaders = (HeaderName +"User-Agent", Text -> Method +forall a. ToHttpApiData a => a -> Method WH.toHeader (OpenAPIPetstoreConfig -> Text configUserAgent OpenAPIPetstoreConfig -config)) (HeaderName, ByteString) -> RequestHeaders -> RequestHeaders +config)) (HeaderName, Method) -> RequestHeaders -> RequestHeaders forall a. a -> [a] -> [a] : Params -> RequestHeaders paramsHeaders Params -params - reqQuery :: ByteString -reqQuery = let query :: Query -query = Params -> Query +params + reqQuery :: Method +reqQuery = let query :: Query +query = Params -> Query paramsQuery Params -params - queryExtraUnreserved :: ByteString -queryExtraUnreserved = OpenAPIPetstoreConfig -> ByteString +params + queryExtraUnreserved :: Method +queryExtraUnreserved = OpenAPIPetstoreConfig -> Method configQueryExtraUnreserved OpenAPIPetstoreConfig -config - in if ByteString -> Bool -B.null ByteString -queryExtraUnreserved - then Bool -> Query -> ByteString +config + in if Method -> Bool +B.null Method +queryExtraUnreserved + then Bool -> Query -> Method NH.renderQuery Bool True Query -query - else Bool -> PartialEscapeQuery -> ByteString +query + else Bool -> PartialEscapeQuery -> Method NH.renderQueryPartialEscape Bool -True (ByteString -> Query -> PartialEscapeQuery -toPartialEscapeQuery ByteString -queryExtraUnreserved Query -query) - pReq :: Request -pReq = Request -parsedReq { method :: ByteString -NH.method = OpenAPIPetstoreRequest req contentType res accept -> ByteString +True (Method -> Query -> PartialEscapeQuery +toPartialEscapeQuery Method +queryExtraUnreserved Query +query) + pReq :: Request +pReq = Request +parsedReq { method :: Method +NH.method = OpenAPIPetstoreRequest req contentType res accept -> Method forall req contentType res accept. -OpenAPIPetstoreRequest req contentType res accept -> ByteString +OpenAPIPetstoreRequest req contentType res accept -> Method rMethod OpenAPIPetstoreRequest req contentType res accept -req2 +req2 , requestHeaders :: RequestHeaders NH.requestHeaders = RequestHeaders -reqHeaders - , queryString :: ByteString -NH.queryString = ByteString -reqQuery +reqHeaders + , queryString :: Method +NH.queryString = Method +reqQuery } - Request -outReq <- case Params -> ParamBody + Request +outReq <- case Params -> ParamBody paramsBody Params -params of +params of ParamBody ParamBodyNone -> Request -> KatipT IO Request forall (f :: * -> *) a. Applicative f => a -> f a pure (Request -pReq { requestBody :: RequestBody +pReq { requestBody :: RequestBody NH.requestBody = RequestBody forall a. Monoid a => a mempty }) - ParamBodyB ByteString -bs -> Request -> KatipT IO Request + ParamBodyB Method +bs -> Request -> KatipT IO Request forall (f :: * -> *) a. Applicative f => a -> f a pure (Request -pReq { requestBody :: RequestBody -NH.requestBody = ByteString -> RequestBody -NH.RequestBodyBS ByteString -bs }) - ParamBodyBL ByteString -bl -> Request -> KatipT IO Request +pReq { requestBody :: RequestBody +NH.requestBody = Method -> RequestBody +NH.RequestBodyBS Method +bs }) + ParamBodyBL ByteString +bl -> Request -> KatipT IO Request forall (f :: * -> *) a. Applicative f => a -> f a pure (Request -pReq { requestBody :: RequestBody +pReq { requestBody :: RequestBody NH.requestBody = ByteString -> RequestBody NH.RequestBodyLBS ByteString -bl }) - ParamBodyFormUrlEncoded Form -form -> Request -> KatipT IO Request +bl }) + ParamBodyFormUrlEncoded Form +form -> Request -> KatipT IO Request forall (f :: * -> *) a. Applicative f => a -> f a pure (Request -pReq { requestBody :: RequestBody +pReq { requestBody :: RequestBody NH.requestBody = ByteString -> RequestBody NH.RequestBodyLBS (Form -> ByteString WH.urlEncodeForm Form -form) }) - ParamBodyMultipartFormData [Part] -parts -> [Part] -> Request -> KatipT IO Request +form) }) + ParamBodyMultipartFormData [Part] +parts -> [Part] -> Request -> KatipT IO Request forall (m :: * -> *). MonadIO m => [Part] -> Request -> m Request NH.formDataBody [Part] -parts Request -pReq +parts Request +pReq InitRequest req contentType res accept -> KatipT IO (InitRequest req contentType res accept) @@ -983,72 +997,77 @@ forall req contentType res accept. Request -> InitRequest req contentType res accept InitRequest Request -outReq) +outReq) -- | modify the underlying Request -modifyInitRequest :: InitRequest req contentType res accept -> (NH.Request -> NH.Request) -> InitRequest req contentType res accept -modifyInitRequest :: InitRequest req contentType res accept +modifyInitRequest :: InitRequest req contentType res accept -> (NH.Request -> NH.Request) -> InitRequest req contentType res accept +modifyInitRequest :: forall req contentType res accept. +InitRequest req contentType res accept -> (Request -> Request) -> InitRequest req contentType res accept -modifyInitRequest (InitRequest Request -req) Request -> Request -f = Request -> InitRequest req contentType res accept +modifyInitRequest (InitRequest Request +req) Request -> Request +f = Request -> InitRequest req contentType res accept forall req contentType res accept. Request -> InitRequest req contentType res accept InitRequest (Request -> Request -f Request -req) +f Request +req) -- | modify the underlying Request (monadic) -modifyInitRequestM :: Monad m => InitRequest req contentType res accept -> (NH.Request -> m NH.Request) -> m (InitRequest req contentType res accept) -modifyInitRequestM :: InitRequest req contentType res accept +modifyInitRequestM :: Monad m => InitRequest req contentType res accept -> (NH.Request -> m NH.Request) -> m (InitRequest req contentType res accept) +modifyInitRequestM :: forall (m :: * -> *) req contentType res accept. +Monad m => +InitRequest req contentType res accept -> (Request -> m Request) -> m (InitRequest req contentType res accept) -modifyInitRequestM (InitRequest Request -req) Request -> m Request -f = (Request -> InitRequest req contentType res accept) +modifyInitRequestM (InitRequest Request +req) Request -> m Request +f = (Request -> InitRequest req contentType res accept) -> m Request -> m (InitRequest req contentType res accept) forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b fmap Request -> InitRequest req contentType res accept forall req contentType res accept. Request -> InitRequest req contentType res accept InitRequest (Request -> m Request -f Request -req) +f Request +req) -- ** Logging -- | Run a block using the configured logger instance -runConfigLog - :: P.MonadIO m - => OpenAPIPetstoreConfig -> LogExec m a -runConfigLog :: OpenAPIPetstoreConfig -> LogExec m a -runConfigLog OpenAPIPetstoreConfig -config = OpenAPIPetstoreConfig -> LogContext -> LogExec m a -OpenAPIPetstoreConfig --> forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a +runConfigLog + :: P.MonadIO m + => OpenAPIPetstoreConfig -> LogExec m a +runConfigLog :: forall (m :: * -> *) a. +MonadIO m => +OpenAPIPetstoreConfig -> LogExec m a +runConfigLog OpenAPIPetstoreConfig +config = OpenAPIPetstoreConfig -> LogExecWithContext configLogExecWithContext OpenAPIPetstoreConfig -config (OpenAPIPetstoreConfig -> LogContext +config (OpenAPIPetstoreConfig -> LogContext configLogContext OpenAPIPetstoreConfig -config) +config) -- | Run a block using the configured logger instance (logs exceptions) -runConfigLogWithExceptions - :: (E.MonadCatch m, P.MonadIO m) - => T.Text -> OpenAPIPetstoreConfig -> LogExec m a -runConfigLogWithExceptions :: Text -> OpenAPIPetstoreConfig -> LogExec m a -runConfigLogWithExceptions Text -src OpenAPIPetstoreConfig -config = OpenAPIPetstoreConfig -> LogExec m a +runConfigLogWithExceptions + :: (E.MonadCatch m, P.MonadIO m) + => T.Text -> OpenAPIPetstoreConfig -> LogExec m a +runConfigLogWithExceptions :: forall (m :: * -> *) a. +(MonadCatch m, MonadIO m) => +Text -> OpenAPIPetstoreConfig -> LogExec m a +runConfigLogWithExceptions Text +src OpenAPIPetstoreConfig +config = OpenAPIPetstoreConfig -> LogExec m a forall (m :: * -> *) a. MonadIO m => OpenAPIPetstoreConfig -> LogExec m a runConfigLog OpenAPIPetstoreConfig -config LogExec m a -> (KatipT m a -> KatipT m a) -> LogExec m a +config LogExec m a -> (KatipT m a -> KatipT m a) -> LogExec m a forall b c a. (b -> c) -> (a -> b) -> a -> c . Text -> KatipT m a -> KatipT m a forall (m :: * -> *) a. (Katip m, MonadCatch m, Applicative m) => Text -> m a -> m a logExceptions Text -src +src \ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Core.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Core.html index 095d37cdaa4b..3d6eea878e37 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Core.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Core.html @@ -1,4 +1,4 @@ -
{-
+
{-
    OpenAPI Petstore
 
    This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
@@ -77,8 +77,7 @@
 configHost  :: BCL.ByteString -- ^ host supplied in the Request
   , OpenAPIPetstoreConfig -> Text
 configUserAgent :: Text -- ^ user-agent supplied in the Request
-  , OpenAPIPetstoreConfig
--> forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
+  , OpenAPIPetstoreConfig -> LogExecWithContext
 configLogExecWithContext :: LogExecWithContext -- ^ Run a block using a Logger instance
   , OpenAPIPetstoreConfig -> LogContext
 configLogContext :: LogContext -- ^ Configures the logger
@@ -87,14 +86,14 @@
   , OpenAPIPetstoreConfig -> Bool
 configValidateAuthMethods :: Bool -- ^ throw exceptions if auth methods are not configured
   , OpenAPIPetstoreConfig -> ByteString
-configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':' 
+configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':'
   }
 
 -- | display the config
-instance P.Show OpenAPIPetstoreConfig where
-  show :: OpenAPIPetstoreConfig -> String
-show OpenAPIPetstoreConfig
-c =
+instance P.Show OpenAPIPetstoreConfig where
+  show :: OpenAPIPetstoreConfig -> String
+show OpenAPIPetstoreConfig
+c =
     String -> String -> ShowS
 forall r. PrintfType r => String -> r
 T.printf
@@ -104,12 +103,12 @@
 forall a. Show a => a -> String
 show (OpenAPIPetstoreConfig -> ByteString
 configHost OpenAPIPetstoreConfig
-c))
+c))
       (Text -> String
 forall a. Show a => a -> String
 show (OpenAPIPetstoreConfig -> Text
 configUserAgent OpenAPIPetstoreConfig
-c))
+c))
 
 -- | constructs a default OpenAPIPetstoreConfig
 --
@@ -124,8 +123,8 @@
 newConfig :: IO OpenAPIPetstoreConfig
 newConfig :: IO OpenAPIPetstoreConfig
 newConfig = do
-    LogContext
-logCxt <- IO LogContext
+    LogContext
+logCxt <- IO LogContext
 initLogContext
     OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
 forall (m :: * -> *) a. Monad m => a -> m a
@@ -134,7 +133,7 @@
 forall a b. (a -> b) -> a -> b
 $ OpenAPIPetstoreConfig :: ByteString
 -> Text
--> (forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a)
+-> LogExecWithContext
 -> LogContext
 -> [AnyAuthMethod]
 -> Bool
@@ -147,12 +146,12 @@
         , configUserAgent :: Text
 configUserAgent = Text
 "openapi-petstore/0.1.0.0"
-        , configLogExecWithContext :: forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
-configLogExecWithContext = forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
+        , configLogExecWithContext :: LogExecWithContext
+configLogExecWithContext = LogExecWithContext
 runDefaultLogExecWithContext
         , configLogContext :: LogContext
 configLogContext = LogContext
-logCxt
+logCxt
         , configAuthMethods :: [AnyAuthMethod]
 configAuthMethods = []
         , configValidateAuthMethods :: Bool
@@ -164,74 +163,76 @@
         }
 
 -- | updates config use AuthMethod on matching requests
-addAuthMethod :: AuthMethod auth => OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig
-addAuthMethod :: OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig
-addAuthMethod config :: OpenAPIPetstoreConfig
-config@OpenAPIPetstoreConfig {configAuthMethods :: OpenAPIPetstoreConfig -> [AnyAuthMethod]
-configAuthMethods = [AnyAuthMethod]
-as} auth
-a =
+addAuthMethod :: AuthMethod auth => OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig
+addAuthMethod :: forall auth.
+AuthMethod auth =>
+OpenAPIPetstoreConfig -> auth -> OpenAPIPetstoreConfig
+addAuthMethod config :: OpenAPIPetstoreConfig
+config@OpenAPIPetstoreConfig {configAuthMethods :: OpenAPIPetstoreConfig -> [AnyAuthMethod]
+configAuthMethods = [AnyAuthMethod]
+as} auth
+a =
   OpenAPIPetstoreConfig
-config { configAuthMethods :: [AnyAuthMethod]
+config { configAuthMethods :: [AnyAuthMethod]
 configAuthMethods = auth -> AnyAuthMethod
 forall a. AuthMethod a => a -> AnyAuthMethod
 AnyAuthMethod auth
-a AnyAuthMethod -> [AnyAuthMethod] -> [AnyAuthMethod]
+a AnyAuthMethod -> [AnyAuthMethod] -> [AnyAuthMethod]
 forall a. a -> [a] -> [a]
 : [AnyAuthMethod]
-as}
+as}
 
 -- | updates the config to use stdout logging
 withStdoutLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
 withStdoutLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
-withStdoutLogging OpenAPIPetstoreConfig
-p = do
-    LogContext
-logCxt <- LogContext -> IO LogContext
+withStdoutLogging OpenAPIPetstoreConfig
+p = do
+    LogContext
+logCxt <- LogContext -> IO LogContext
 stdoutLoggingContext (OpenAPIPetstoreConfig -> LogContext
 configLogContext OpenAPIPetstoreConfig
-p)
+p)
     OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
 forall (m :: * -> *) a. Monad m => a -> m a
 return (OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig)
 -> OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
 forall a b. (a -> b) -> a -> b
 $ OpenAPIPetstoreConfig
-p { configLogExecWithContext :: forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
-configLogExecWithContext = forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
+p { configLogExecWithContext :: LogExecWithContext
+configLogExecWithContext = LogExecWithContext
 stdoutLoggingExec, configLogContext :: LogContext
 configLogContext = LogContext
-logCxt }
+logCxt }
 
 -- | updates the config to use stderr logging
 withStderrLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
 withStderrLogging :: OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
-withStderrLogging OpenAPIPetstoreConfig
-p = do
-    LogContext
-logCxt <- LogContext -> IO LogContext
+withStderrLogging OpenAPIPetstoreConfig
+p = do
+    LogContext
+logCxt <- LogContext -> IO LogContext
 stderrLoggingContext (OpenAPIPetstoreConfig -> LogContext
 configLogContext OpenAPIPetstoreConfig
-p)
+p)
     OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
 forall (m :: * -> *) a. Monad m => a -> m a
 return (OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig)
 -> OpenAPIPetstoreConfig -> IO OpenAPIPetstoreConfig
 forall a b. (a -> b) -> a -> b
 $ OpenAPIPetstoreConfig
-p { configLogExecWithContext :: forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
-configLogExecWithContext = forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
+p { configLogExecWithContext :: LogExecWithContext
+configLogExecWithContext = LogExecWithContext
 stderrLoggingExec, configLogContext :: LogContext
 configLogContext = LogContext
-logCxt }
+logCxt }
 
 -- | updates the config to disable logging
 withNoLogging :: OpenAPIPetstoreConfig -> OpenAPIPetstoreConfig
 withNoLogging :: OpenAPIPetstoreConfig -> OpenAPIPetstoreConfig
-withNoLogging OpenAPIPetstoreConfig
-p = OpenAPIPetstoreConfig
-p { configLogExecWithContext :: forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
-configLogExecWithContext =  forall (m :: * -> *) a. MonadIO m => LogContext -> LogExec m a
+withNoLogging OpenAPIPetstoreConfig
+p = OpenAPIPetstoreConfig
+p { configLogExecWithContext :: LogExecWithContext
+configLogExecWithContext =  LogExecWithContext
 runNullLogExec}
 
 -- * OpenAPIPetstoreRequest
@@ -244,17 +245,21 @@
 --   * contentType - 'MimeType' associated with request body
 --   * res - response model
 --   * accept - 'MimeType' associated with response body
-data OpenAPIPetstoreRequest req contentType res accept = OpenAPIPetstoreRequest
-  { OpenAPIPetstoreRequest req contentType res accept -> ByteString
+data OpenAPIPetstoreRequest req contentType res accept = OpenAPIPetstoreRequest
+  { forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept -> ByteString
 rMethod  :: NH.Method   -- ^ Method of OpenAPIPetstoreRequest
-  , OpenAPIPetstoreRequest req contentType res accept -> [ByteString]
+  , forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept -> [ByteString]
 rUrlPath :: [BCL.ByteString] -- ^ Endpoint of OpenAPIPetstoreRequest
-  , OpenAPIPetstoreRequest req contentType res accept -> Params
+  , forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept -> Params
 rParams   :: Params -- ^ params of OpenAPIPetstoreRequest
-  , OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
+  , forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 rAuthTypes :: [P.TypeRep] -- ^ types of auth methods
   }
-  deriving (Int -> OpenAPIPetstoreRequest req contentType res accept -> ShowS
+  deriving (Int -> OpenAPIPetstoreRequest req contentType res accept -> ShowS
 [OpenAPIPetstoreRequest req contentType res accept] -> ShowS
 OpenAPIPetstoreRequest req contentType res accept -> String
 (Int -> OpenAPIPetstoreRequest req contentType res accept -> ShowS)
@@ -281,12 +286,12 @@
 P.Show)
 
 -- | 'rMethod' Lens
-rMethodL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) NH.Method
-rMethodL :: (ByteString -> f ByteString)
--> OpenAPIPetstoreRequest req contentType res accept
--> f (OpenAPIPetstoreRequest req contentType res accept)
-rMethodL ByteString -> f ByteString
-f OpenAPIPetstoreRequest{[TypeRep]
+rMethodL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) NH.Method
+rMethodL :: forall req contentType res accept.
+Lens_'
+  (OpenAPIPetstoreRequest req contentType res accept) ByteString
+rMethodL ByteString -> f ByteString
+f OpenAPIPetstoreRequest{[TypeRep]
 [ByteString]
 ByteString
 Params
@@ -302,8 +307,8 @@
 OpenAPIPetstoreRequest req contentType res accept -> [ByteString]
 rMethod :: forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> ByteString
-..} = (\ByteString
-rMethod -> OpenAPIPetstoreRequest :: forall req contentType res accept.
+..} = (\ByteString
+rMethod -> OpenAPIPetstoreRequest :: forall req contentType res accept.
 ByteString
 -> [ByteString]
 -> Params
@@ -312,7 +317,7 @@
 OpenAPIPetstoreRequest { ByteString
 rMethod :: ByteString
 rMethod :: ByteString
-rMethod, [TypeRep]
+rMethod, [TypeRep]
 [ByteString]
 Params
 rAuthTypes :: [TypeRep]
@@ -321,22 +326,22 @@
 rAuthTypes :: [TypeRep]
 rParams :: Params
 rUrlPath :: [ByteString]
-..} ) (ByteString -> OpenAPIPetstoreRequest req contentType res accept)
+..} ) (ByteString -> OpenAPIPetstoreRequest req contentType res accept)
 -> f ByteString
 -> f (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> ByteString -> f ByteString
-f ByteString
-rMethod
+f ByteString
+rMethod
 {-# INLINE rMethodL #-}
 
 -- | 'rUrlPath' Lens
-rUrlPathL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [BCL.ByteString]
-rUrlPathL :: ([ByteString] -> f [ByteString])
--> OpenAPIPetstoreRequest req contentType res accept
--> f (OpenAPIPetstoreRequest req contentType res accept)
-rUrlPathL [ByteString] -> f [ByteString]
-f OpenAPIPetstoreRequest{[TypeRep]
+rUrlPathL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [BCL.ByteString]
+rUrlPathL :: forall req contentType res accept.
+Lens_'
+  (OpenAPIPetstoreRequest req contentType res accept) [ByteString]
+rUrlPathL [ByteString] -> f [ByteString]
+f OpenAPIPetstoreRequest{[TypeRep]
 [ByteString]
 ByteString
 Params
@@ -352,8 +357,8 @@
 OpenAPIPetstoreRequest req contentType res accept -> [ByteString]
 rMethod :: forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> ByteString
-..} = (\[ByteString]
-rUrlPath -> OpenAPIPetstoreRequest :: forall req contentType res accept.
+..} = (\[ByteString]
+rUrlPath -> OpenAPIPetstoreRequest :: forall req contentType res accept.
 ByteString
 -> [ByteString]
 -> Params
@@ -362,7 +367,7 @@
 OpenAPIPetstoreRequest { [ByteString]
 rUrlPath :: [ByteString]
 rUrlPath :: [ByteString]
-rUrlPath, [TypeRep]
+rUrlPath, [TypeRep]
 ByteString
 Params
 rAuthTypes :: [TypeRep]
@@ -371,22 +376,21 @@
 rAuthTypes :: [TypeRep]
 rParams :: Params
 rMethod :: ByteString
-..} ) ([ByteString] -> OpenAPIPetstoreRequest req contentType res accept)
+..} ) ([ByteString] -> OpenAPIPetstoreRequest req contentType res accept)
 -> f [ByteString]
 -> f (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> [ByteString] -> f [ByteString]
-f [ByteString]
-rUrlPath
+f [ByteString]
+rUrlPath
 {-# INLINE rUrlPathL #-}
 
 -- | 'rParams' Lens
-rParamsL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Params
-rParamsL :: (Params -> f Params)
--> OpenAPIPetstoreRequest req contentType res accept
--> f (OpenAPIPetstoreRequest req contentType res accept)
-rParamsL Params -> f Params
-f OpenAPIPetstoreRequest{[TypeRep]
+rParamsL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) Params
+rParamsL :: forall req contentType res accept.
+Lens_' (OpenAPIPetstoreRequest req contentType res accept) Params
+rParamsL Params -> f Params
+f OpenAPIPetstoreRequest{[TypeRep]
 [ByteString]
 ByteString
 Params
@@ -402,8 +406,8 @@
 OpenAPIPetstoreRequest req contentType res accept -> [ByteString]
 rMethod :: forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> ByteString
-..} = (\Params
-rParams -> OpenAPIPetstoreRequest :: forall req contentType res accept.
+..} = (\Params
+rParams -> OpenAPIPetstoreRequest :: forall req contentType res accept.
 ByteString
 -> [ByteString]
 -> Params
@@ -412,7 +416,7 @@
 OpenAPIPetstoreRequest { Params
 rParams :: Params
 rParams :: Params
-rParams, [TypeRep]
+rParams, [TypeRep]
 [ByteString]
 ByteString
 rAuthTypes :: [TypeRep]
@@ -421,22 +425,22 @@
 rAuthTypes :: [TypeRep]
 rUrlPath :: [ByteString]
 rMethod :: ByteString
-..} ) (Params -> OpenAPIPetstoreRequest req contentType res accept)
+..} ) (Params -> OpenAPIPetstoreRequest req contentType res accept)
 -> f Params
 -> f (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> Params -> f Params
-f Params
-rParams
+f Params
+rParams
 {-# INLINE rParamsL #-}
 
 -- | 'rParams' Lens
-rAuthTypesL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [P.TypeRep]
-rAuthTypesL :: ([TypeRep] -> f [TypeRep])
--> OpenAPIPetstoreRequest req contentType res accept
--> f (OpenAPIPetstoreRequest req contentType res accept)
-rAuthTypesL [TypeRep] -> f [TypeRep]
-f OpenAPIPetstoreRequest{[TypeRep]
+rAuthTypesL :: Lens_' (OpenAPIPetstoreRequest req contentType res accept) [P.TypeRep]
+rAuthTypesL :: forall req contentType res accept.
+Lens_'
+  (OpenAPIPetstoreRequest req contentType res accept) [TypeRep]
+rAuthTypesL [TypeRep] -> f [TypeRep]
+f OpenAPIPetstoreRequest{[TypeRep]
 [ByteString]
 ByteString
 Params
@@ -452,8 +456,8 @@
 OpenAPIPetstoreRequest req contentType res accept -> [ByteString]
 rMethod :: forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> ByteString
-..} = (\[TypeRep]
-rAuthTypes -> OpenAPIPetstoreRequest :: forall req contentType res accept.
+..} = (\[TypeRep]
+rAuthTypes -> OpenAPIPetstoreRequest :: forall req contentType res accept.
 ByteString
 -> [ByteString]
 -> Params
@@ -462,7 +466,7 @@
 OpenAPIPetstoreRequest { [TypeRep]
 rAuthTypes :: [TypeRep]
 rAuthTypes :: [TypeRep]
-rAuthTypes, [ByteString]
+rAuthTypes, [ByteString]
 ByteString
 Params
 rParams :: Params
@@ -471,25 +475,25 @@
 rParams :: Params
 rUrlPath :: [ByteString]
 rMethod :: ByteString
-..} ) ([TypeRep] -> OpenAPIPetstoreRequest req contentType res accept)
+..} ) ([TypeRep] -> OpenAPIPetstoreRequest req contentType res accept)
 -> f [TypeRep]
 -> f (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> [TypeRep] -> f [TypeRep]
-f [TypeRep]
-rAuthTypes
+f [TypeRep]
+rAuthTypes
 {-# INLINE rAuthTypesL #-}
 
 -- * HasBodyParam
 
 -- | Designates the body parameter of a request
-class HasBodyParam req param where
-  setBodyParam :: forall contentType res accept. (Consumes req contentType, MimeRender contentType param) => OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept
-  setBodyParam OpenAPIPetstoreRequest req contentType res accept
-req param
-xs =
+class HasBodyParam req param where
+  setBodyParam :: forall contentType res accept. (Consumes req contentType, MimeRender contentType param) => OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept
+  setBodyParam OpenAPIPetstoreRequest req contentType res accept
+req param
+xs =
     OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> ByteString -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept
@@ -499,9 +503,9 @@
 MimeRender mtype x =>
 Proxy mtype -> x -> ByteString
 mimeRender (Proxy contentType
-forall k (t :: k). Proxy t
-P.Proxy :: P.Proxy contentType) param
-xs OpenAPIPetstoreRequest req contentType res accept
+forall {k} (t :: k). Proxy t
+P.Proxy :: P.Proxy contentType) param
+xs OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -517,12 +521,12 @@
 -- * HasOptionalParam
 
 -- | Designates the optional parameters of a request
-class HasOptionalParam req param where
+class HasOptionalParam req param where
   {-# MINIMAL applyOptionalParam | (-&-) #-}
 
   -- | Apply an optional parameter to a request
-  applyOptionalParam :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept
-  applyOptionalParam = OpenAPIPetstoreRequest req contentType res accept
+  applyOptionalParam :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept
+  applyOptionalParam = OpenAPIPetstoreRequest req contentType res accept
 -> param -> OpenAPIPetstoreRequest req contentType res accept
 forall req param contentType res accept.
 HasOptionalParam req param =>
@@ -532,8 +536,8 @@
   {-# INLINE applyOptionalParam #-}
 
   -- | infix operator \/ alias for 'addOptionalParam'
-  (-&-) :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept
-  (-&-) = OpenAPIPetstoreRequest req contentType res accept
+  (-&-) :: OpenAPIPetstoreRequest req contentType res accept -> param -> OpenAPIPetstoreRequest req contentType res accept
+  (-&-) = OpenAPIPetstoreRequest req contentType res accept
 -> param -> OpenAPIPetstoreRequest req contentType res accept
 forall req param contentType res accept.
 HasOptionalParam req param =>
@@ -553,7 +557,7 @@
   , Params -> ParamBody
 paramsBody :: ParamBody
   }
-  deriving (Int -> Params -> ShowS
+  deriving (Int -> Params -> ShowS
 [Params] -> ShowS
 Params -> String
 (Int -> Params -> ShowS)
@@ -570,9 +574,9 @@
 
 -- | 'paramsQuery' Lens
 paramsQueryL :: Lens_' Params NH.Query
-paramsQueryL :: (Query -> f Query) -> Params -> f Params
-paramsQueryL Query -> f Query
-f Params{Query
+paramsQueryL :: Lens_' Params Query
+paramsQueryL Query -> f Query
+f Params{Query
 RequestHeaders
 ParamBody
 paramsBody :: ParamBody
@@ -581,29 +585,29 @@
 paramsBody :: Params -> ParamBody
 paramsHeaders :: Params -> RequestHeaders
 paramsQuery :: Params -> Query
-..} = (\Query
-paramsQuery -> Params :: Query -> RequestHeaders -> ParamBody -> Params
+..} = (\Query
+paramsQuery -> Params :: Query -> RequestHeaders -> ParamBody -> Params
 Params { Query
 paramsQuery :: Query
 paramsQuery :: Query
-paramsQuery, RequestHeaders
+paramsQuery, RequestHeaders
 ParamBody
 paramsBody :: ParamBody
 paramsHeaders :: RequestHeaders
 paramsBody :: ParamBody
 paramsHeaders :: RequestHeaders
-..} ) (Query -> Params) -> f Query -> f Params
+..} ) (Query -> Params) -> f Query -> f Params
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> Query -> f Query
-f Query
-paramsQuery
+f Query
+paramsQuery
 {-# INLINE paramsQueryL #-}
 
 -- | 'paramsHeaders' Lens
 paramsHeadersL :: Lens_' Params NH.RequestHeaders
-paramsHeadersL :: (RequestHeaders -> f RequestHeaders) -> Params -> f Params
-paramsHeadersL RequestHeaders -> f RequestHeaders
-f Params{Query
+paramsHeadersL :: Lens_' Params RequestHeaders
+paramsHeadersL RequestHeaders -> f RequestHeaders
+f Params{Query
 RequestHeaders
 ParamBody
 paramsBody :: ParamBody
@@ -612,29 +616,29 @@
 paramsBody :: Params -> ParamBody
 paramsHeaders :: Params -> RequestHeaders
 paramsQuery :: Params -> Query
-..} = (\RequestHeaders
-paramsHeaders -> Params :: Query -> RequestHeaders -> ParamBody -> Params
+..} = (\RequestHeaders
+paramsHeaders -> Params :: Query -> RequestHeaders -> ParamBody -> Params
 Params { RequestHeaders
 paramsHeaders :: RequestHeaders
 paramsHeaders :: RequestHeaders
-paramsHeaders, Query
+paramsHeaders, Query
 ParamBody
 paramsBody :: ParamBody
 paramsQuery :: Query
 paramsBody :: ParamBody
 paramsQuery :: Query
-..} ) (RequestHeaders -> Params) -> f RequestHeaders -> f Params
+..} ) (RequestHeaders -> Params) -> f RequestHeaders -> f Params
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> RequestHeaders -> f RequestHeaders
-f RequestHeaders
-paramsHeaders
+f RequestHeaders
+paramsHeaders
 {-# INLINE paramsHeadersL #-}
 
 -- | 'paramsBody' Lens
 paramsBodyL :: Lens_' Params ParamBody
-paramsBodyL :: (ParamBody -> f ParamBody) -> Params -> f Params
-paramsBodyL ParamBody -> f ParamBody
-f Params{Query
+paramsBodyL :: Lens_' Params ParamBody
+paramsBodyL ParamBody -> f ParamBody
+f Params{Query
 RequestHeaders
 ParamBody
 paramsBody :: ParamBody
@@ -643,22 +647,22 @@
 paramsBody :: Params -> ParamBody
 paramsHeaders :: Params -> RequestHeaders
 paramsQuery :: Params -> Query
-..} = (\ParamBody
-paramsBody -> Params :: Query -> RequestHeaders -> ParamBody -> Params
+..} = (\ParamBody
+paramsBody -> Params :: Query -> RequestHeaders -> ParamBody -> Params
 Params { ParamBody
 paramsBody :: ParamBody
 paramsBody :: ParamBody
-paramsBody, Query
+paramsBody, Query
 RequestHeaders
 paramsHeaders :: RequestHeaders
 paramsQuery :: Query
 paramsHeaders :: RequestHeaders
 paramsQuery :: Query
-..} ) (ParamBody -> Params) -> f ParamBody -> f Params
+..} ) (ParamBody -> Params) -> f ParamBody -> f Params
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> ParamBody -> f ParamBody
-f ParamBody
-paramsBody
+f ParamBody
+paramsBody
 {-# INLINE paramsBodyL #-}
 
 -- | Request Body
@@ -668,7 +672,7 @@
   | ParamBodyBL BL.ByteString
   | ParamBodyFormUrlEncoded WH.Form
   | ParamBodyMultipartFormData [NH.Part]
-  deriving (Int -> ParamBody -> ShowS
+  deriving (Int -> ParamBody -> ShowS
 [ParamBody] -> ShowS
 ParamBody -> String
 (Int -> ParamBody -> ShowS)
@@ -687,15 +691,16 @@
 
 -- ** OpenAPIPetstoreRequest Utils
 
-_mkRequest :: NH.Method -- ^ Method
+_mkRequest :: NH.Method -- ^ Method
           -> [BCL.ByteString] -- ^ Endpoint
-          -> OpenAPIPetstoreRequest req contentType res accept -- ^ req: Request Type, res: Response Type
-_mkRequest :: ByteString
+          -> OpenAPIPetstoreRequest req contentType res accept -- ^ req: Request Type, res: Response Type
+_mkRequest :: forall req contentType res accept.
+ByteString
 -> [ByteString]
 -> OpenAPIPetstoreRequest req contentType res accept
-_mkRequest ByteString
-m [ByteString]
-u = ByteString
+_mkRequest ByteString
+m [ByteString]
+u = ByteString
 -> [ByteString]
 -> Params
 -> [TypeRep]
@@ -707,8 +712,8 @@
 -> [TypeRep]
 -> OpenAPIPetstoreRequest req contentType res accept
 OpenAPIPetstoreRequest ByteString
-m [ByteString]
-u Params
+m [ByteString]
+u Params
 _mkParams []
 
 _mkParams :: Params
@@ -717,18 +722,19 @@
 Params [] [] ParamBody
 ParamBodyNone
 
-setHeader ::
-     OpenAPIPetstoreRequest req contentType res accept
+setHeader ::
+     OpenAPIPetstoreRequest req contentType res accept
   -> [NH.Header]
-  -> OpenAPIPetstoreRequest req contentType res accept
-setHeader :: OpenAPIPetstoreRequest req contentType res accept
+  -> OpenAPIPetstoreRequest req contentType res accept
+setHeader :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> RequestHeaders
 -> OpenAPIPetstoreRequest req contentType res accept
-setHeader OpenAPIPetstoreRequest req contentType res accept
-req RequestHeaders
-header =
+setHeader OpenAPIPetstoreRequest req contentType res accept
+req RequestHeaders
+header =
   OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> [HeaderName]
 -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
@@ -741,7 +747,7 @@
 P.fmap (HeaderName, ByteString) -> HeaderName
 forall a b. (a, b) -> a
 P.fst RequestHeaders
-header
+header
   OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
@@ -755,18 +761,19 @@
 -> RequestHeaders
 -> OpenAPIPetstoreRequest req contentType res accept
 `addHeader` RequestHeaders
-header)
+header)
 
-addHeader ::
-     OpenAPIPetstoreRequest req contentType res accept
+addHeader ::
+     OpenAPIPetstoreRequest req contentType res accept
   -> [NH.Header]
-  -> OpenAPIPetstoreRequest req contentType res accept
-addHeader :: OpenAPIPetstoreRequest req contentType res accept
+  -> OpenAPIPetstoreRequest req contentType res accept
+addHeader :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> RequestHeaders
 -> OpenAPIPetstoreRequest req contentType res accept
-addHeader OpenAPIPetstoreRequest req contentType res accept
-req RequestHeaders
-header = ASetter
+addHeader OpenAPIPetstoreRequest req contentType res accept
+req RequestHeaders
+header = ASetter
   (OpenAPIPetstoreRequest req contentType res accept)
   (OpenAPIPetstoreRequest req contentType res accept)
   RequestHeaders
@@ -795,20 +802,21 @@
 -> Params -> Identity Params
 Lens_' Params RequestHeaders
 paramsHeadersL) (RequestHeaders
-header RequestHeaders -> RequestHeaders -> RequestHeaders
+header RequestHeaders -> RequestHeaders -> RequestHeaders
 forall a. [a] -> [a] -> [a]
 P.++) OpenAPIPetstoreRequest req contentType res accept
-req
+req
 
-removeHeader :: OpenAPIPetstoreRequest req contentType res accept -> [NH.HeaderName] -> OpenAPIPetstoreRequest req contentType res accept
-removeHeader :: OpenAPIPetstoreRequest req contentType res accept
+removeHeader :: OpenAPIPetstoreRequest req contentType res accept -> [NH.HeaderName] -> OpenAPIPetstoreRequest req contentType res accept
+removeHeader :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> [HeaderName]
 -> OpenAPIPetstoreRequest req contentType res accept
-removeHeader OpenAPIPetstoreRequest req contentType res accept
-req [HeaderName]
-header =
+removeHeader OpenAPIPetstoreRequest req contentType res accept
+req [HeaderName]
+header =
   OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -847,21 +855,21 @@
     (((HeaderName, ByteString) -> Bool)
 -> RequestHeaders -> RequestHeaders
 forall a. (a -> Bool) -> [a] -> [a]
-P.filter (\(HeaderName, ByteString)
-h -> (HeaderName, ByteString) -> CI HeaderName
-forall b. (HeaderName, b) -> CI HeaderName
-cifst (HeaderName, ByteString)
-h CI HeaderName -> [CI HeaderName] -> Bool
+P.filter (\(HeaderName, ByteString)
+h -> (HeaderName, ByteString) -> CI HeaderName
+forall {b}. (HeaderName, b) -> CI HeaderName
+cifst (HeaderName, ByteString)
+h CI HeaderName -> [CI HeaderName] -> Bool
 forall (t :: * -> *) a. (Foldable t, Eq a) => a -> t a -> Bool
 `P.notElem` (HeaderName -> CI HeaderName) -> [HeaderName] -> [CI HeaderName]
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 P.fmap HeaderName -> CI HeaderName
 forall s. FoldCase s => s -> CI s
 CI.mk [HeaderName]
-header))
+header))
   where
-    cifst :: (HeaderName, b) -> CI HeaderName
-cifst = HeaderName -> CI HeaderName
+    cifst :: (HeaderName, b) -> CI HeaderName
+cifst = HeaderName -> CI HeaderName
 forall s. FoldCase s => s -> CI s
 CI.mk (HeaderName -> CI HeaderName)
 -> ((HeaderName, b) -> HeaderName)
@@ -873,19 +881,21 @@
 P.fst
 
 
-_setContentTypeHeader :: forall req contentType res accept. MimeType contentType => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept
-_setContentTypeHeader :: OpenAPIPetstoreRequest req contentType res accept
+_setContentTypeHeader :: forall req contentType res accept. MimeType contentType => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept
+_setContentTypeHeader :: forall req contentType res accept.
+MimeType contentType =>
+OpenAPIPetstoreRequest req contentType res accept
 -> OpenAPIPetstoreRequest req contentType res accept
-_setContentTypeHeader OpenAPIPetstoreRequest req contentType res accept
-req =
+_setContentTypeHeader OpenAPIPetstoreRequest req contentType res accept
+req =
     case Proxy contentType -> Maybe MediaType
 forall mtype. MimeType mtype => Proxy mtype -> Maybe MediaType
 mimeType (Proxy contentType
-forall k (t :: k). Proxy t
-P.Proxy :: P.Proxy contentType) of
-        Just MediaType
-m -> OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+forall {k} (t :: k). Proxy t
+P.Proxy :: P.Proxy contentType) of
+        Just MediaType
+m -> OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> RequestHeaders
 -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
@@ -899,10 +909,10 @@
 $ MediaType -> String
 forall a. Show a => a -> String
 P.show MediaType
-m)]
+m)]
         Maybe MediaType
 Nothing -> OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> [HeaderName]
 -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
@@ -912,19 +922,21 @@
 `removeHeader` [HeaderName
 "content-type"]
 
-_setAcceptHeader :: forall req contentType res accept. MimeType accept => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept
-_setAcceptHeader :: OpenAPIPetstoreRequest req contentType res accept
+_setAcceptHeader :: forall req contentType res accept. MimeType accept => OpenAPIPetstoreRequest req contentType res accept -> OpenAPIPetstoreRequest req contentType res accept
+_setAcceptHeader :: forall req contentType res accept.
+MimeType accept =>
+OpenAPIPetstoreRequest req contentType res accept
 -> OpenAPIPetstoreRequest req contentType res accept
-_setAcceptHeader OpenAPIPetstoreRequest req contentType res accept
-req =
+_setAcceptHeader OpenAPIPetstoreRequest req contentType res accept
+req =
     case Proxy accept -> Maybe MediaType
 forall mtype. MimeType mtype => Proxy mtype -> Maybe MediaType
 mimeType (Proxy accept
-forall k (t :: k). Proxy t
-P.Proxy :: P.Proxy accept) of
-        Just MediaType
-m -> OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+forall {k} (t :: k). Proxy t
+P.Proxy :: P.Proxy accept) of
+        Just MediaType
+m -> OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> RequestHeaders
 -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
@@ -938,10 +950,10 @@
 $ MediaType -> String
 forall a. Show a => a -> String
 P.show MediaType
-m)]
+m)]
         Maybe MediaType
 Nothing -> OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> [HeaderName]
 -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
@@ -951,17 +963,18 @@
 `removeHeader` [HeaderName
 "accept"]
 
-setQuery ::
-     OpenAPIPetstoreRequest req contentType res accept
+setQuery ::
+     OpenAPIPetstoreRequest req contentType res accept
   -> [NH.QueryItem]
-  -> OpenAPIPetstoreRequest req contentType res accept
-setQuery :: OpenAPIPetstoreRequest req contentType res accept
+  -> OpenAPIPetstoreRequest req contentType res accept
+setQuery :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> Query -> OpenAPIPetstoreRequest req contentType res accept
-setQuery OpenAPIPetstoreRequest req contentType res accept
-req Query
-query =
+setQuery OpenAPIPetstoreRequest req contentType res accept
+req Query
+query =
   OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -997,19 +1010,19 @@
 paramsQueryL)
     (((ByteString, Maybe ByteString) -> Bool) -> Query -> Query
 forall a. (a -> Bool) -> [a] -> [a]
-P.filter (\(ByteString, Maybe ByteString)
-q -> (ByteString, Maybe ByteString) -> HeaderName
-forall b. (ByteString, b) -> HeaderName
-cifst (ByteString, Maybe ByteString)
-q HeaderName -> [HeaderName] -> Bool
+P.filter (\(ByteString, Maybe ByteString)
+q -> (ByteString, Maybe ByteString) -> HeaderName
+forall {b}. (ByteString, b) -> HeaderName
+cifst (ByteString, Maybe ByteString)
+q HeaderName -> [HeaderName] -> Bool
 forall (t :: * -> *) a. (Foldable t, Eq a) => a -> t a -> Bool
 `P.notElem` ((ByteString, Maybe ByteString) -> HeaderName)
 -> Query -> [HeaderName]
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 P.fmap (ByteString, Maybe ByteString) -> HeaderName
-forall b. (ByteString, b) -> HeaderName
-cifst Query
-query)) OpenAPIPetstoreRequest req contentType res accept
+forall {b}. (ByteString, b) -> HeaderName
+cifst Query
+query)) OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -1021,10 +1034,10 @@
 OpenAPIPetstoreRequest req contentType res accept
 -> Query -> OpenAPIPetstoreRequest req contentType res accept
 `addQuery` Query
-query)
+query)
   where
-    cifst :: (ByteString, b) -> HeaderName
-cifst = ByteString -> HeaderName
+    cifst :: (ByteString, b) -> HeaderName
+cifst = ByteString -> HeaderName
 forall s. FoldCase s => s -> CI s
 CI.mk (ByteString -> HeaderName)
 -> ((ByteString, b) -> ByteString) -> (ByteString, b) -> HeaderName
@@ -1033,16 +1046,17 @@
 forall a b. (a, b) -> a
 P.fst
 
-addQuery ::
-     OpenAPIPetstoreRequest req contentType res accept
+addQuery ::
+     OpenAPIPetstoreRequest req contentType res accept
   -> [NH.QueryItem]
-  -> OpenAPIPetstoreRequest req contentType res accept
-addQuery :: OpenAPIPetstoreRequest req contentType res accept
+  -> OpenAPIPetstoreRequest req contentType res accept
+addQuery :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> Query -> OpenAPIPetstoreRequest req contentType res accept
-addQuery OpenAPIPetstoreRequest req contentType res accept
-req Query
-query = OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+addQuery OpenAPIPetstoreRequest req contentType res accept
+req Query
+query = OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -1074,32 +1088,33 @@
 . (Query -> Identity Query) -> Params -> Identity Params
 Lens_' Params Query
 paramsQueryL) (Query
-query Query -> Query -> Query
+query Query -> Query -> Query
 forall a. [a] -> [a] -> [a]
 P.++)
 
-addForm :: OpenAPIPetstoreRequest req contentType res accept -> WH.Form -> OpenAPIPetstoreRequest req contentType res accept
-addForm :: OpenAPIPetstoreRequest req contentType res accept
+addForm :: OpenAPIPetstoreRequest req contentType res accept -> WH.Form -> OpenAPIPetstoreRequest req contentType res accept
+addForm :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> Form -> OpenAPIPetstoreRequest req contentType res accept
-addForm OpenAPIPetstoreRequest req contentType res accept
-req Form
-newform =
-    let form :: Form
-form = case Params -> ParamBody
+addForm OpenAPIPetstoreRequest req contentType res accept
+req Form
+newform =
+    let form :: Form
+form = case Params -> ParamBody
 paramsBody (OpenAPIPetstoreRequest req contentType res accept -> Params
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> Params
 rParams OpenAPIPetstoreRequest req contentType res accept
-req) of
-            ParamBodyFormUrlEncoded Form
-_form -> Form
-_form
+req) of
+            ParamBodyFormUrlEncoded Form
+_form -> Form
+_form
             ParamBody
 _ -> Form
 forall a. Monoid a => a
 mempty
     in OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -1132,31 +1147,32 @@
 Lens_' Params ParamBody
 paramsBodyL) (Form -> ParamBody
 ParamBodyFormUrlEncoded (Form
-newform Form -> Form -> Form
+newform Form -> Form -> Form
 forall a. Semigroup a => a -> a -> a
 <> Form
-form))
+form))
 
-_addMultiFormPart :: OpenAPIPetstoreRequest req contentType res accept -> NH.Part -> OpenAPIPetstoreRequest req contentType res accept
-_addMultiFormPart :: OpenAPIPetstoreRequest req contentType res accept
+_addMultiFormPart :: OpenAPIPetstoreRequest req contentType res accept -> NH.Part -> OpenAPIPetstoreRequest req contentType res accept
+_addMultiFormPart :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> Part -> OpenAPIPetstoreRequest req contentType res accept
-_addMultiFormPart OpenAPIPetstoreRequest req contentType res accept
-req Part
-newpart =
-    let parts :: [Part]
-parts = case Params -> ParamBody
+_addMultiFormPart OpenAPIPetstoreRequest req contentType res accept
+req Part
+newpart =
+    let parts :: [Part]
+parts = case Params -> ParamBody
 paramsBody (OpenAPIPetstoreRequest req contentType res accept -> Params
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> Params
 rParams OpenAPIPetstoreRequest req contentType res accept
-req) of
-            ParamBodyMultipartFormData [Part]
-_parts -> [Part]
-_parts
+req) of
+            ParamBodyMultipartFormData [Part]
+_parts -> [Part]
+_parts
             ParamBody
 _ -> []
     in OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -1189,19 +1205,20 @@
 Lens_' Params ParamBody
 paramsBodyL) ([Part] -> ParamBody
 ParamBodyMultipartFormData (Part
-newpart Part -> [Part] -> [Part]
+newpart Part -> [Part] -> [Part]
 forall a. a -> [a] -> [a]
 : [Part]
-parts))
+parts))
 
-_setBodyBS :: OpenAPIPetstoreRequest req contentType res accept -> B.ByteString -> OpenAPIPetstoreRequest req contentType res accept
-_setBodyBS :: OpenAPIPetstoreRequest req contentType res accept
+_setBodyBS :: OpenAPIPetstoreRequest req contentType res accept -> B.ByteString -> OpenAPIPetstoreRequest req contentType res accept
+_setBodyBS :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> ByteString -> OpenAPIPetstoreRequest req contentType res accept
-_setBodyBS OpenAPIPetstoreRequest req contentType res accept
-req ByteString
-body =
+_setBodyBS OpenAPIPetstoreRequest req contentType res accept
+req ByteString
+body =
     OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -1234,16 +1251,17 @@
 Lens_' Params ParamBody
 paramsBodyL) (ByteString -> ParamBody
 ParamBodyB ByteString
-body)
+body)
 
-_setBodyLBS :: OpenAPIPetstoreRequest req contentType res accept -> BL.ByteString -> OpenAPIPetstoreRequest req contentType res accept
-_setBodyLBS :: OpenAPIPetstoreRequest req contentType res accept
+_setBodyLBS :: OpenAPIPetstoreRequest req contentType res accept -> BL.ByteString -> OpenAPIPetstoreRequest req contentType res accept
+_setBodyLBS :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> ByteString -> OpenAPIPetstoreRequest req contentType res accept
-_setBodyLBS OpenAPIPetstoreRequest req contentType res accept
-req ByteString
-body =
+_setBodyLBS OpenAPIPetstoreRequest req contentType res accept
+req ByteString
+body =
     OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -1276,17 +1294,19 @@
 Lens_' Params ParamBody
 paramsBodyL) (ByteString -> ParamBody
 ParamBodyBL ByteString
-body)
+body)
 
-_hasAuthType :: AuthMethod authMethod => OpenAPIPetstoreRequest req contentType res accept -> P.Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept
-_hasAuthType :: OpenAPIPetstoreRequest req contentType res accept
+_hasAuthType :: AuthMethod authMethod => OpenAPIPetstoreRequest req contentType res accept -> P.Proxy authMethod -> OpenAPIPetstoreRequest req contentType res accept
+_hasAuthType :: forall authMethod req contentType res accept.
+AuthMethod authMethod =>
+OpenAPIPetstoreRequest req contentType res accept
 -> Proxy authMethod
 -> OpenAPIPetstoreRequest req contentType res accept
-_hasAuthType OpenAPIPetstoreRequest req contentType res accept
-req Proxy authMethod
-proxy =
+_hasAuthType OpenAPIPetstoreRequest req contentType res accept
+req Proxy authMethod
+proxy =
   OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
 -> OpenAPIPetstoreRequest req contentType res accept
@@ -1309,20 +1329,20 @@
 Lens_'
   (OpenAPIPetstoreRequest req contentType res accept) [TypeRep]
 rAuthTypesL (Proxy authMethod -> TypeRep
-forall k (proxy :: k -> *) (a :: k).
+forall {k} (proxy :: k -> *) (a :: k).
 Typeable a =>
 proxy a -> TypeRep
 P.typeRep Proxy authMethod
-proxy TypeRep -> [TypeRep] -> [TypeRep]
+proxy TypeRep -> [TypeRep] -> [TypeRep]
 forall a. a -> [a] -> [a]
 :)
 
 -- ** Params Utils
 
-toPath
-  :: WH.ToHttpApiData a
-  => a -> BCL.ByteString
-toPath :: a -> ByteString
+toPath
+  :: WH.ToHttpApiData a
+  => a -> BCL.ByteString
+toPath :: forall a. ToHttpApiData a => a -> ByteString
 toPath = Builder -> ByteString
 BB.toLazyByteString (Builder -> ByteString) -> (a -> Builder) -> a -> ByteString
 forall b c a. (b -> c) -> (a -> b) -> a -> c
@@ -1330,31 +1350,31 @@
 forall a. ToHttpApiData a => a -> Builder
 WH.toEncodedUrlPiece
 
-toHeader :: WH.ToHttpApiData a => (NH.HeaderName, a) -> [NH.Header]
-toHeader :: (HeaderName, a) -> RequestHeaders
-toHeader (HeaderName, a)
-x = [(a -> ByteString) -> (HeaderName, a) -> (HeaderName, ByteString)
+toHeader :: WH.ToHttpApiData a => (NH.HeaderName, a) -> [NH.Header]
+toHeader :: forall a. ToHttpApiData a => (HeaderName, a) -> RequestHeaders
+toHeader (HeaderName, a)
+x = [(a -> ByteString) -> (HeaderName, a) -> (HeaderName, ByteString)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 fmap a -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 WH.toHeader (HeaderName, a)
-x]
+x]
 
-toForm :: WH.ToHttpApiData v => (BC.ByteString, v) -> WH.Form
-toForm :: (ByteString, v) -> Form
-toForm (ByteString
-k,v
-v) = [(String, v)] -> Form
+toForm :: WH.ToHttpApiData v => (BC.ByteString, v) -> WH.Form
+toForm :: forall v. ToHttpApiData v => (ByteString, v) -> Form
+toForm (ByteString
+k,v
+v) = [(String, v)] -> Form
 forall a. ToForm a => a -> Form
 WH.toForm [(ByteString -> String
 BC.unpack ByteString
-k,v
-v)]
+k,v
+v)]
 
-toQuery :: WH.ToHttpApiData a => (BC.ByteString, Maybe a) -> [NH.QueryItem]
-toQuery :: (ByteString, Maybe a) -> Query
-toQuery (ByteString, Maybe a)
-x = [((Maybe a -> Maybe ByteString)
+toQuery :: WH.ToHttpApiData a => (BC.ByteString, Maybe a) -> [NH.QueryItem]
+toQuery :: forall a. ToHttpApiData a => (ByteString, Maybe a) -> Query
+toQuery (ByteString, Maybe a)
+x = [((Maybe a -> Maybe ByteString)
 -> (ByteString, Maybe a) -> (ByteString, Maybe ByteString)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 fmap ((Maybe a -> Maybe ByteString)
@@ -1367,10 +1387,10 @@
 . (a -> ByteString) -> Maybe a -> Maybe ByteString
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 fmap) a -> ByteString
-toQueryParam (ByteString, Maybe a)
-x]
-  where toQueryParam :: a -> ByteString
-toQueryParam = Text -> ByteString
+toQueryParam (ByteString, Maybe a)
+x]
+  where toQueryParam :: a -> ByteString
+toQueryParam = Text -> ByteString
 T.encodeUtf8 (Text -> ByteString) -> (a -> Text) -> a -> ByteString
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . a -> Text
@@ -1379,59 +1399,59 @@
 
 toPartialEscapeQuery :: B.ByteString -> NH.Query -> NH.PartialEscapeQuery
 toPartialEscapeQuery :: ByteString -> Query -> PartialEscapeQuery
-toPartialEscapeQuery ByteString
-extraUnreserved Query
-query = ((ByteString, Maybe ByteString) -> (ByteString, [EscapeItem]))
+toPartialEscapeQuery ByteString
+extraUnreserved Query
+query = ((ByteString, Maybe ByteString) -> (ByteString, [EscapeItem]))
 -> Query -> PartialEscapeQuery
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
-fmap (\(ByteString
-k, Maybe ByteString
-v) -> (ByteString
-k, [EscapeItem]
+fmap (\(ByteString
+k, Maybe ByteString
+v) -> (ByteString
+k, [EscapeItem]
 -> (ByteString -> [EscapeItem]) -> Maybe ByteString -> [EscapeItem]
 forall b a. b -> (a -> b) -> Maybe a -> b
 maybe [] ByteString -> [EscapeItem]
-go Maybe ByteString
-v)) Query
-query
-  where go :: B.ByteString -> [NH.EscapeItem]
-        go :: ByteString -> [EscapeItem]
-go ByteString
-v = ByteString
-v ByteString -> (ByteString -> [ByteString]) -> [ByteString]
+go Maybe ByteString
+v)) Query
+query
+  where go :: B.ByteString -> [NH.EscapeItem]
+        go :: ByteString -> [EscapeItem]
+go ByteString
+v = ByteString
+v ByteString -> (ByteString -> [ByteString]) -> [ByteString]
 forall a b. a -> (a -> b) -> b
 & (Word8 -> Word8 -> Bool) -> ByteString -> [ByteString]
-B.groupBy (\Word8
-a Word8
-b -> Word8
-a Word8 -> ByteString -> Bool
+B.groupBy (\Word8
+a Word8
+b -> Word8
+a Word8 -> ByteString -> Bool
 `B.notElem` ByteString
-extraUnreserved Bool -> Bool -> Bool
+extraUnreserved Bool -> Bool -> Bool
 && Word8
-b Word8 -> ByteString -> Bool
+b Word8 -> ByteString -> Bool
 `B.notElem` ByteString
-extraUnreserved)
+extraUnreserved)
                  [ByteString] -> ([ByteString] -> [EscapeItem]) -> [EscapeItem]
 forall a b. a -> (a -> b) -> b
 & (ByteString -> EscapeItem) -> [ByteString] -> [EscapeItem]
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
-fmap (\ByteString
-xs -> if ByteString -> Bool
+fmap (\ByteString
+xs -> if ByteString -> Bool
 B.null ByteString
-xs then ByteString -> EscapeItem
+xs then ByteString -> EscapeItem
 NH.QN ByteString
-xs
+xs
                                   else if ByteString -> Word8
 B.head ByteString
-xs Word8 -> ByteString -> Bool
+xs Word8 -> ByteString -> Bool
 `B.elem` ByteString
-extraUnreserved
+extraUnreserved
                                           then ByteString -> EscapeItem
 NH.QN ByteString
-xs -- Not Encoded
+xs -- Not Encoded
                                           else ByteString -> EscapeItem
 NH.QE ByteString
-xs -- Encoded
+xs -- Encoded
                         )
 
 -- *** OpenAPI `CollectionFormat` Utils
@@ -1444,11 +1464,13 @@
   | PipeSeparated -- ^ `value1|value2|value2`
   | MultiParamArray -- ^ Using multiple GET parameters, e.g. `foo=bar&foo=baz`. This is valid only for parameters in "query" ('NH.Query') or "formData" ('WH.Form')
 
-toHeaderColl :: WH.ToHttpApiData a => CollectionFormat -> (NH.HeaderName, [a]) -> [NH.Header]
-toHeaderColl :: CollectionFormat -> (HeaderName, [a]) -> RequestHeaders
-toHeaderColl CollectionFormat
-c (HeaderName, [a])
-xs = CollectionFormat
+toHeaderColl :: WH.ToHttpApiData a => CollectionFormat -> (NH.HeaderName, [a]) -> [NH.Header]
+toHeaderColl :: forall a.
+ToHttpApiData a =>
+CollectionFormat -> (HeaderName, [a]) -> RequestHeaders
+toHeaderColl CollectionFormat
+c (HeaderName, [a])
+xs = CollectionFormat
 -> ((HeaderName, a) -> RequestHeaders)
 -> (HeaderName, [a])
 -> RequestHeaders
@@ -1457,16 +1479,18 @@
 CollectionFormat
 -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)]
 _toColl CollectionFormat
-c (HeaderName, a) -> RequestHeaders
+c (HeaderName, a) -> RequestHeaders
 forall a. ToHttpApiData a => (HeaderName, a) -> RequestHeaders
 toHeader (HeaderName, [a])
-xs
+xs
 
-toFormColl :: WH.ToHttpApiData v => CollectionFormat -> (BC.ByteString, [v]) -> WH.Form
-toFormColl :: CollectionFormat -> (ByteString, [v]) -> Form
-toFormColl CollectionFormat
-c (ByteString, [v])
-xs = [(String, String)] -> Form
+toFormColl :: WH.ToHttpApiData v => CollectionFormat -> (BC.ByteString, [v]) -> WH.Form
+toFormColl :: forall v.
+ToHttpApiData v =>
+CollectionFormat -> (ByteString, [v]) -> Form
+toFormColl CollectionFormat
+c (ByteString, [v])
+xs = [(String, String)] -> Form
 forall a. ToForm a => a -> Form
 WH.toForm ([(String, String)] -> Form) -> [(String, String)] -> Form
 forall a b. (a -> b) -> a -> b
@@ -1474,7 +1498,7 @@
 -> RequestHeaders -> [(String, String)]
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 fmap (HeaderName, ByteString) -> (String, String)
-unpack (RequestHeaders -> [(String, String)])
+unpack (RequestHeaders -> [(String, String)])
 -> RequestHeaders -> [(String, String)]
 forall a b. (a -> b) -> a -> b
 $ CollectionFormat
@@ -1486,40 +1510,42 @@
 CollectionFormat
 -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)]
 _toColl CollectionFormat
-c (HeaderName, v) -> RequestHeaders
+c (HeaderName, v) -> RequestHeaders
 forall a. ToHttpApiData a => (HeaderName, a) -> RequestHeaders
 toHeader ((HeaderName, [v]) -> RequestHeaders)
 -> (HeaderName, [v]) -> RequestHeaders
 forall a b. (a -> b) -> a -> b
 $ (ByteString, [v]) -> (HeaderName, [v])
-forall s b. FoldCase s => (s, b) -> (CI s, b)
-pack (ByteString, [v])
-xs
+forall {s} {b}. FoldCase s => (s, b) -> (CI s, b)
+pack (ByteString, [v])
+xs
   where
-    pack :: (s, b) -> (CI s, b)
-pack (s
-k,b
-v) = (s -> CI s
+    pack :: (s, b) -> (CI s, b)
+pack (s
+k,b
+v) = (s -> CI s
 forall s. FoldCase s => s -> CI s
 CI.mk s
-k, b
-v)
-    unpack :: (HeaderName, ByteString) -> (String, String)
-unpack (HeaderName
-k,ByteString
-v) = (ByteString -> String
+k, b
+v)
+    unpack :: (HeaderName, ByteString) -> (String, String)
+unpack (HeaderName
+k,ByteString
+v) = (ByteString -> String
 BC.unpack (HeaderName -> ByteString
 forall s. CI s -> s
 CI.original HeaderName
-k), ByteString -> String
+k), ByteString -> String
 BC.unpack ByteString
-v)
+v)
 
-toQueryColl :: WH.ToHttpApiData a => CollectionFormat -> (BC.ByteString, Maybe [a]) -> NH.Query
-toQueryColl :: CollectionFormat -> (ByteString, Maybe [a]) -> Query
-toQueryColl CollectionFormat
-c (ByteString, Maybe [a])
-xs = CollectionFormat
+toQueryColl :: WH.ToHttpApiData a => CollectionFormat -> (BC.ByteString, Maybe [a]) -> NH.Query
+toQueryColl :: forall a.
+ToHttpApiData a =>
+CollectionFormat -> (ByteString, Maybe [a]) -> Query
+toQueryColl CollectionFormat
+c (ByteString, Maybe [a])
+xs = CollectionFormat
 -> ((ByteString, Maybe a) -> Query)
 -> (ByteString, Maybe [a])
 -> Query
@@ -1530,18 +1556,20 @@
 -> f (t [a])
 -> [(b, t ByteString)]
 _toCollA CollectionFormat
-c (ByteString, Maybe a) -> Query
+c (ByteString, Maybe a) -> Query
 forall a. ToHttpApiData a => (ByteString, Maybe a) -> Query
 toQuery (ByteString, Maybe [a])
-xs
+xs
 
-_toColl :: P.Traversable f => CollectionFormat -> (f a -> [(b, BC.ByteString)]) -> f [a] -> [(b, BC.ByteString)]
-_toColl :: CollectionFormat
+_toColl :: P.Traversable f => CollectionFormat -> (f a -> [(b, BC.ByteString)]) -> f [a] -> [(b, BC.ByteString)]
+_toColl :: forall (f :: * -> *) a b.
+Traversable f =>
+CollectionFormat
 -> (f a -> [(b, ByteString)]) -> f [a] -> [(b, ByteString)]
-_toColl CollectionFormat
-c f a -> [(b, ByteString)]
-encode f [a]
-xs = ((b, Maybe ByteString) -> (b, ByteString))
+_toColl CollectionFormat
+c f a -> [(b, ByteString)]
+encode f [a]
+xs = ((b, Maybe ByteString) -> (b, ByteString))
 -> [(b, Maybe ByteString)] -> [(b, ByteString)]
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 fmap ((Maybe ByteString -> ByteString)
@@ -1562,16 +1590,16 @@
 -> f (t [a])
 -> [(b, t c)]
 _toCollA' CollectionFormat
-c f (Maybe a) -> [(b, Maybe ByteString)]
-fencode Char -> ByteString
+c f (Maybe a) -> [(b, Maybe ByteString)]
+fencode Char -> ByteString
 BC.singleton (([a] -> Maybe [a]) -> f [a] -> f (Maybe [a])
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 fmap [a] -> Maybe [a]
 forall a. a -> Maybe a
 Just f [a]
-xs))
-  where fencode :: f (Maybe a) -> [(b, Maybe ByteString)]
-fencode = ((b, ByteString) -> (b, Maybe ByteString))
+xs))
+  where fencode :: f (Maybe a) -> [(b, Maybe ByteString)]
+fencode = ((b, ByteString) -> (b, Maybe ByteString))
 -> [(b, ByteString)] -> [(b, Maybe ByteString)]
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 fmap ((ByteString -> Maybe ByteString)
@@ -1585,7 +1613,7 @@
 -> [(b, Maybe ByteString)]
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . f a -> [(b, ByteString)]
-encode (f a -> [(b, ByteString)])
+encode (f a -> [(b, ByteString)])
 -> (f (Maybe a) -> f a) -> f (Maybe a) -> [(b, ByteString)]
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . (Maybe a -> a) -> f (Maybe a) -> f a
@@ -1593,17 +1621,19 @@
 fmap Maybe a -> a
 forall a. HasCallStack => Maybe a -> a
 P.fromJust
-        {-# INLINE fencode #-}
+        {-# INLINE fencode #-}
 
-_toCollA :: (P.Traversable f, P.Traversable t, P.Alternative t) => CollectionFormat -> (f (t a) -> [(b, t BC.ByteString)]) -> f (t [a]) -> [(b, t BC.ByteString)]
-_toCollA :: CollectionFormat
+_toCollA :: (P.Traversable f, P.Traversable t, P.Alternative t) => CollectionFormat -> (f (t a) -> [(b, t BC.ByteString)]) -> f (t [a]) -> [(b, t BC.ByteString)]
+_toCollA :: forall (f :: * -> *) (t :: * -> *) a b.
+(Traversable f, Traversable t, Alternative t) =>
+CollectionFormat
 -> (f (t a) -> [(b, t ByteString)])
 -> f (t [a])
 -> [(b, t ByteString)]
-_toCollA CollectionFormat
-c f (t a) -> [(b, t ByteString)]
-encode f (t [a])
-xs = CollectionFormat
+_toCollA CollectionFormat
+c f (t a) -> [(b, t ByteString)]
+encode f (t [a])
+xs = CollectionFormat
 -> (f (t a) -> [(b, t ByteString)])
 -> (Char -> ByteString)
 -> f (t [a])
@@ -1616,91 +1646,93 @@
 -> f (t [a])
 -> [(b, t c)]
 _toCollA' CollectionFormat
-c f (t a) -> [(b, t ByteString)]
-encode Char -> ByteString
+c f (t a) -> [(b, t ByteString)]
+encode Char -> ByteString
 BC.singleton f (t [a])
-xs
+xs
 
-_toCollA' :: (P.Monoid c, P.Traversable f, P.Traversable t, P.Alternative t) => CollectionFormat -> (f (t a) -> [(b, t c)]) -> (Char -> c) -> f (t [a]) -> [(b, t c)]
-_toCollA' :: CollectionFormat
+_toCollA' :: (P.Monoid c, P.Traversable f, P.Traversable t, P.Alternative t) => CollectionFormat -> (f (t a) -> [(b, t c)]) -> (Char -> c) -> f (t [a]) -> [(b, t c)]
+_toCollA' :: forall c (f :: * -> *) (t :: * -> *) a b.
+(Monoid c, Traversable f, Traversable t, Alternative t) =>
+CollectionFormat
 -> (f (t a) -> [(b, t c)])
 -> (Char -> c)
 -> f (t [a])
 -> [(b, t c)]
-_toCollA' CollectionFormat
-c f (t a) -> [(b, t c)]
-encode Char -> c
-one f (t [a])
-xs = case CollectionFormat
-c of
+_toCollA' CollectionFormat
+c f (t a) -> [(b, t c)]
+encode Char -> c
+one f (t [a])
+xs = case CollectionFormat
+c of
   CollectionFormat
 CommaSeparated -> c -> [(b, t c)]
-go (Char -> c
-one Char
+go (Char -> c
+one Char
 ',')
   CollectionFormat
 SpaceSeparated -> c -> [(b, t c)]
-go (Char -> c
-one Char
+go (Char -> c
+one Char
 ' ')
   CollectionFormat
 TabSeparated -> c -> [(b, t c)]
-go (Char -> c
-one Char
+go (Char -> c
+one Char
 '\t')
   CollectionFormat
 PipeSeparated -> c -> [(b, t c)]
-go (Char -> c
-one Char
+go (Char -> c
+one Char
 '|')
   CollectionFormat
 MultiParamArray -> [(b, t c)]
-expandList
+expandList
   where
-    go :: c -> [(b, t c)]
-go c
-sep =
+    go :: c -> [(b, t c)]
+go c
+sep =
       [((b, t c) -> (b, t c) -> (b, t c)) -> [(b, t c)] -> (b, t c)
 forall (t :: * -> *) a. Foldable t => (a -> a -> a) -> t a -> a
-P.foldl1 (\(b
-sk, t c
-sv) (b
-_, t c
-v) -> (b
-sk, (c -> c -> c -> c
-forall a. Semigroup a => a -> a -> a -> a
-combine c
-sep (c -> c -> c) -> t c -> t (c -> c)
+P.foldl1 (\(b
+sk, t c
+sv) (b
+_, t c
+v) -> (b
+sk, (c -> c -> c -> c
+forall {a}. Semigroup a => a -> a -> a -> a
+combine c
+sep (c -> c -> c) -> t c -> t (c -> c)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> t c
-sv t (c -> c) -> t c -> t c
+sv t (c -> c) -> t c -> t c
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> t c
-v) t c -> t c -> t c
+v) t c -> t c -> t c
 forall (f :: * -> *) a. Alternative f => f a -> f a -> f a
 <|> t c
-sv t c -> t c -> t c
+sv t c -> t c -> t c
 forall (f :: * -> *) a. Alternative f => f a -> f a -> f a
 <|> t c
-v)) [(b, t c)]
-expandList]
-    combine :: a -> a -> a -> a
-combine a
-sep a
-x a
-y = a
-x a -> a -> a
+v)) [(b, t c)]
+expandList]
+    combine :: a -> a -> a -> a
+combine a
+sep a
+x a
+y = a
+x a -> a -> a
 forall a. Semigroup a => a -> a -> a
 <> a
-sep a -> a -> a
+sep a -> a -> a
 forall a. Semigroup a => a -> a -> a
 <> a
-y
-    expandList :: [(b, t c)]
-expandList = ((f (t a) -> [(b, t c)]) -> [f (t a)] -> [(b, t c)]
+y
+    expandList :: [(b, t c)]
+expandList = ((f (t a) -> [(b, t c)]) -> [f (t a)] -> [(b, t c)]
 forall (t :: * -> *) a b. Foldable t => (a -> [b]) -> t a -> [b]
 P.concatMap f (t a) -> [(b, t c)]
-encode ([f (t a)] -> [(b, t c)])
+encode ([f (t a)] -> [(b, t c)])
 -> (f (t [a]) -> [f (t a)]) -> f (t [a]) -> [(b, t c)]
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . ((t [a] -> [t a]) -> f (t [a]) -> [f (t a)]
@@ -1720,33 +1752,34 @@
 P.traverse) [a] -> [a]
 forall (t :: * -> *) a. Foldable t => t a -> [a]
 P.toList) f (t [a])
-xs
-    {-# INLINE go #-}
-    {-# INLINE expandList #-}
-    {-# INLINE combine #-}
+xs
+    {-# INLINE go #-}
+    {-# INLINE expandList #-}
+    {-# INLINE combine #-}
 
 -- * AuthMethods
 
 -- | Provides a method to apply auth methods to requests
-class P.Typeable a =>
-      AuthMethod a  where
-  applyAuthMethod
+class P.Typeable a =>
+      AuthMethod a  where
+  applyAuthMethod
     :: OpenAPIPetstoreConfig
-    -> a
-    -> OpenAPIPetstoreRequest req contentType res accept
-    -> IO (OpenAPIPetstoreRequest req contentType res accept)
+    -> a
+    -> OpenAPIPetstoreRequest req contentType res accept
+    -> IO (OpenAPIPetstoreRequest req contentType res accept)
 
 -- | An existential wrapper for any AuthMethod
-data AnyAuthMethod = forall a. AuthMethod a => AnyAuthMethod a deriving (P.Typeable)
+data AnyAuthMethod = forall a. AuthMethod a => AnyAuthMethod a deriving (P.Typeable)
 
-instance AuthMethod AnyAuthMethod where applyAuthMethod :: OpenAPIPetstoreConfig
+instance AuthMethod AnyAuthMethod where applyAuthMethod :: forall req contentType res accept.
+OpenAPIPetstoreConfig
 -> AnyAuthMethod
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
-applyAuthMethod OpenAPIPetstoreConfig
-config (AnyAuthMethod a
-a) OpenAPIPetstoreRequest req contentType res accept
-req = OpenAPIPetstoreConfig
+applyAuthMethod OpenAPIPetstoreConfig
+config (AnyAuthMethod a
+a) OpenAPIPetstoreRequest req contentType res accept
+req = OpenAPIPetstoreConfig
 -> a
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
@@ -1757,12 +1790,12 @@
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
 applyAuthMethod OpenAPIPetstoreConfig
-config a
-a OpenAPIPetstoreRequest req contentType res accept
-req
+config a
+a OpenAPIPetstoreRequest req contentType res accept
+req
 
 -- | indicates exceptions related to AuthMethods
-data AuthMethodException = AuthMethodException String deriving (Int -> AuthMethodException -> ShowS
+data AuthMethodException = AuthMethodException String deriving (Int -> AuthMethodException -> ShowS
 [AuthMethodException] -> ShowS
 AuthMethodException -> String
 (Int -> AuthMethodException -> ShowS)
@@ -1779,21 +1812,22 @@
 $cshowsPrec :: Int -> AuthMethodException -> ShowS
 P.Show, P.Typeable)
 
-instance E.Exception AuthMethodException
+instance E.Exception AuthMethodException
 
 -- | apply all matching AuthMethods in config to request
-_applyAuthMethods
-  :: OpenAPIPetstoreRequest req contentType res accept
+_applyAuthMethods
+  :: OpenAPIPetstoreRequest req contentType res accept
   -> OpenAPIPetstoreConfig
-  -> IO (OpenAPIPetstoreRequest req contentType res accept)
-_applyAuthMethods :: OpenAPIPetstoreRequest req contentType res accept
+  -> IO (OpenAPIPetstoreRequest req contentType res accept)
+_applyAuthMethods :: forall req contentType res accept.
+OpenAPIPetstoreRequest req contentType res accept
 -> OpenAPIPetstoreConfig
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
-_applyAuthMethods OpenAPIPetstoreRequest req contentType res accept
-req config :: OpenAPIPetstoreConfig
-config@(OpenAPIPetstoreConfig {configAuthMethods :: OpenAPIPetstoreConfig -> [AnyAuthMethod]
-configAuthMethods = [AnyAuthMethod]
-as}) =
+_applyAuthMethods OpenAPIPetstoreRequest req contentType res accept
+req config :: OpenAPIPetstoreConfig
+config@(OpenAPIPetstoreConfig {configAuthMethods :: OpenAPIPetstoreConfig -> [AnyAuthMethod]
+configAuthMethods = [AnyAuthMethod]
+as}) =
   (OpenAPIPetstoreRequest req contentType res accept
  -> AnyAuthMethod
  -> IO (OpenAPIPetstoreRequest req contentType res accept))
@@ -1806,16 +1840,16 @@
 foldlM OpenAPIPetstoreRequest req contentType res accept
 -> AnyAuthMethod
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
-go OpenAPIPetstoreRequest req contentType res accept
-req [AnyAuthMethod]
-as
+go OpenAPIPetstoreRequest req contentType res accept
+req [AnyAuthMethod]
+as
   where
-    go :: OpenAPIPetstoreRequest req contentType res accept
+    go :: OpenAPIPetstoreRequest req contentType res accept
 -> AnyAuthMethod
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
-go OpenAPIPetstoreRequest req contentType res accept
-r (AnyAuthMethod a
-a) = OpenAPIPetstoreConfig
+go OpenAPIPetstoreRequest req contentType res accept
+r (AnyAuthMethod a
+a) = OpenAPIPetstoreConfig
 -> a
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
@@ -1826,41 +1860,43 @@
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
 applyAuthMethod OpenAPIPetstoreConfig
-config a
-a OpenAPIPetstoreRequest req contentType res accept
-r
+config a
+a OpenAPIPetstoreRequest req contentType res accept
+r
 
 -- * Utils
 
 -- | Removes Null fields.  (OpenAPI-Specification 2.0 does not allow Null in JSON)
-_omitNulls :: [(Text, A.Value)] -> A.Value
-_omitNulls :: [(Text, Value)] -> Value
-_omitNulls = [(Text, Value)] -> Value
-A.object ([(Text, Value)] -> Value)
--> ([(Text, Value)] -> [(Text, Value)]) -> [(Text, Value)] -> Value
+_omitNulls :: [(A.Key, A.Value)] -> A.Value
+_omitNulls :: [(Key, Value)] -> Value
+_omitNulls = [(Key, Value)] -> Value
+A.object ([(Key, Value)] -> Value)
+-> ([(Key, Value)] -> [(Key, Value)]) -> [(Key, Value)] -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. ((Text, Value) -> Bool) -> [(Text, Value)] -> [(Text, Value)]
+. ((Key, Value) -> Bool) -> [(Key, Value)] -> [(Key, Value)]
 forall a. (a -> Bool) -> [a] -> [a]
-P.filter (Text, Value) -> Bool
-forall a. (a, Value) -> Bool
-notNull
+P.filter (Key, Value) -> Bool
+forall {a}. (a, Value) -> Bool
+notNull
   where
-    notNull :: (a, Value) -> Bool
-notNull (a
+    notNull :: (a, Value) -> Bool
+notNull (a
 _, Value
 A.Null) = Bool
 False
-    notNull (a, Value)
+    notNull (a, Value)
 _ = Bool
 True
 
 -- | Encodes fields using WH.toQueryParam
-_toFormItem :: (WH.ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text])
-_toFormItem :: t -> f a -> f (t, [Text])
-_toFormItem t
-name f a
-x = (t
-name,) ([Text] -> (t, [Text])) -> (a -> [Text]) -> a -> (t, [Text])
+_toFormItem :: (WH.ToHttpApiData a, Functor f) => t -> f a -> f (t, [Text])
+_toFormItem :: forall a (f :: * -> *) t.
+(ToHttpApiData a, Functor f) =>
+t -> f a -> f (t, [Text])
+_toFormItem t
+name f a
+x = (t
+name,) ([Text] -> (t, [Text])) -> (a -> [Text]) -> a -> (t, [Text])
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . (Text -> [Text] -> [Text]
 forall a. a -> [a] -> [a]
@@ -1871,7 +1907,7 @@
 WH.toQueryParam (a -> (t, [Text])) -> f a -> f (t, [Text])
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> f a
-x
+x
 
 -- | Collapse (Just "") to Nothing
 _emptyToNothing :: Maybe String -> Maybe String
@@ -1880,33 +1916,33 @@
 "") = Maybe String
 forall a. Maybe a
 Nothing
-_emptyToNothing Maybe String
-x = Maybe String
-x
+_emptyToNothing Maybe String
+x = Maybe String
+x
 {-# INLINE _emptyToNothing #-}
 
 -- | Collapse (Just mempty) to Nothing
-_memptyToNothing :: (P.Monoid a, P.Eq a) => Maybe a -> Maybe a
-_memptyToNothing :: Maybe a -> Maybe a
-_memptyToNothing (Just a
-x) | a
-x a -> a -> Bool
+_memptyToNothing :: (P.Monoid a, P.Eq a) => Maybe a -> Maybe a
+_memptyToNothing :: forall a. (Monoid a, Eq a) => Maybe a -> Maybe a
+_memptyToNothing (Just a
+x) | a
+x a -> a -> Bool
 forall a. Eq a => a -> a -> Bool
 P.== a
 forall a. Monoid a => a
 P.mempty = Maybe a
 forall a. Maybe a
 Nothing
-_memptyToNothing Maybe a
-x = Maybe a
-x
+_memptyToNothing Maybe a
+x = Maybe a
+x
 {-# INLINE _memptyToNothing #-}
 
 -- * DateTime Formatting
 
 newtype DateTime = DateTime { DateTime -> UTCTime
 unDateTime :: TI.UTCTime }
-  deriving (DateTime -> DateTime -> Bool
+  deriving (DateTime -> DateTime -> Bool
 (DateTime -> DateTime -> Bool)
 -> (DateTime -> DateTime -> Bool) -> Eq DateTime
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1914,9 +1950,7 @@
 $c/= :: DateTime -> DateTime -> Bool
 == :: DateTime -> DateTime -> Bool
 $c== :: DateTime -> DateTime -> Bool
-P.Eq,Typeable DateTime
-DataType
-Constr
+P.Eq,Typeable DateTime
 Typeable DateTime
 -> (forall (c :: * -> *).
     (forall d b. Data d => c (d -> b) -> d -> c b)
@@ -1954,10 +1988,6 @@
 DateTime -> DataType
 DateTime -> Constr
 (forall b. Data b => b -> b) -> DateTime -> DateTime
-(forall d b. Data d => c (d -> b) -> d -> c b)
--> (forall g. g -> c g) -> DateTime -> c DateTime
-(forall b r. Data b => c (b -> r) -> c r)
--> (forall r. r -> c r) -> Constr -> c DateTime
 forall a.
 Typeable a
 -> (forall (c :: * -> *).
@@ -2017,41 +2047,51 @@
 forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DateTime)
-$cDateTime :: Constr
-$tDateTime :: DataType
-gmapMo :: (forall d. Data d => d -> m d) -> DateTime -> m DateTime
+gmapMo :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> DateTime -> m DateTime
 $cgmapMo :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> DateTime -> m DateTime
-gmapMp :: (forall d. Data d => d -> m d) -> DateTime -> m DateTime
+gmapMp :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> DateTime -> m DateTime
 $cgmapMp :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> DateTime -> m DateTime
-gmapM :: (forall d. Data d => d -> m d) -> DateTime -> m DateTime
+gmapM :: forall (m :: * -> *).
+Monad m =>
+(forall d. Data d => d -> m d) -> DateTime -> m DateTime
 $cgmapM :: forall (m :: * -> *).
 Monad m =>
 (forall d. Data d => d -> m d) -> DateTime -> m DateTime
-gmapQi :: Int -> (forall d. Data d => d -> u) -> DateTime -> u
+gmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> DateTime -> u
 $cgmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> DateTime -> u
-gmapQ :: (forall d. Data d => d -> u) -> DateTime -> [u]
+gmapQ :: forall u. (forall d. Data d => d -> u) -> DateTime -> [u]
 $cgmapQ :: forall u. (forall d. Data d => d -> u) -> DateTime -> [u]
-gmapQr :: (r' -> r -> r)
+gmapQr :: forall r r'.
+(r' -> r -> r)
 -> r -> (forall d. Data d => d -> r') -> DateTime -> r
 $cgmapQr :: forall r r'.
 (r' -> r -> r)
 -> r -> (forall d. Data d => d -> r') -> DateTime -> r
-gmapQl :: (r -> r' -> r)
+gmapQl :: forall r r'.
+(r -> r' -> r)
 -> r -> (forall d. Data d => d -> r') -> DateTime -> r
 $cgmapQl :: forall r r'.
 (r -> r' -> r)
 -> r -> (forall d. Data d => d -> r') -> DateTime -> r
 gmapT :: (forall b. Data b => b -> b) -> DateTime -> DateTime
 $cgmapT :: (forall b. Data b => b -> b) -> DateTime -> DateTime
-dataCast2 :: (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DateTime)
+dataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
+Typeable t =>
+(forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DateTime)
 $cdataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DateTime)
-dataCast1 :: (forall d. Data d => c (t d)) -> Maybe (c DateTime)
+dataCast1 :: forall (t :: * -> *) (c :: * -> *).
+Typeable t =>
+(forall d. Data d => c (t d)) -> Maybe (c DateTime)
 $cdataCast1 :: forall (t :: * -> *) (c :: * -> *).
 Typeable t =>
 (forall d. Data d => c (t d)) -> Maybe (c DateTime)
@@ -2059,18 +2099,19 @@
 $cdataTypeOf :: DateTime -> DataType
 toConstr :: DateTime -> Constr
 $ctoConstr :: DateTime -> Constr
-gunfold :: (forall b r. Data b => c (b -> r) -> c r)
+gunfold :: forall (c :: * -> *).
+(forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c DateTime
 $cgunfold :: forall (c :: * -> *).
 (forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c DateTime
-gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b)
+gfoldl :: forall (c :: * -> *).
+(forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> DateTime -> c DateTime
 $cgfoldl :: forall (c :: * -> *).
 (forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> DateTime -> c DateTime
-$cp1Data :: Typeable DateTime
-P.Data,Eq DateTime
+P.Data,Eq DateTime
 Eq DateTime
 -> (DateTime -> DateTime -> Ordering)
 -> (DateTime -> DateTime -> Bool)
@@ -2107,15 +2148,14 @@
 $c< :: DateTime -> DateTime -> Bool
 compare :: DateTime -> DateTime -> Ordering
 $ccompare :: DateTime -> DateTime -> Ordering
-$cp1Ord :: Eq DateTime
-P.Ord,P.Typeable,DateTime -> ()
+P.Ord,P.Typeable,DateTime -> ()
 (DateTime -> ()) -> NFData DateTime
 forall a. (a -> ()) -> NFData a
 rnf :: DateTime -> ()
 $crnf :: DateTime -> ()
 NF.NFData)
-instance A.FromJSON DateTime where
-  parseJSON :: Value -> Parser DateTime
+instance A.FromJSON DateTime where
+  parseJSON :: Value -> Parser DateTime
 parseJSON = String -> (Text -> Parser DateTime) -> Value -> Parser DateTime
 forall a. String -> (Text -> Parser a) -> Value -> Parser a
 A.withText String
@@ -2128,17 +2168,17 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . Text -> String
 T.unpack)
-instance A.ToJSON DateTime where
-  toJSON :: DateTime -> Value
-toJSON (DateTime UTCTime
-t) = String -> Value
+instance A.ToJSON DateTime where
+  toJSON :: DateTime -> Value
+toJSON (DateTime UTCTime
+t) = String -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (UTCTime -> String
 forall t. (t ~ UTCTime, FormatTime t) => t -> String
 _showDateTime UTCTime
-t)
-instance WH.FromHttpApiData DateTime where
-  parseUrlPiece :: Text -> Either Text DateTime
+t)
+instance WH.FromHttpApiData DateTime where
+  parseUrlPiece :: Text -> Either Text DateTime
 parseUrlPiece = Either Text DateTime
 -> (DateTime -> Either Text DateTime)
 -> Maybe DateTime
@@ -2161,33 +2201,35 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . Text -> String
 T.unpack
-instance WH.ToHttpApiData DateTime where
-  toUrlPiece :: DateTime -> Text
-toUrlPiece (DateTime UTCTime
-t) = String -> Text
+instance WH.ToHttpApiData DateTime where
+  toUrlPiece :: DateTime -> Text
+toUrlPiece (DateTime UTCTime
+t) = String -> Text
 T.pack (UTCTime -> String
 forall t. (t ~ UTCTime, FormatTime t) => t -> String
 _showDateTime UTCTime
-t)
-instance P.Show DateTime where
-  show :: DateTime -> String
-show (DateTime UTCTime
-t) = UTCTime -> String
+t)
+instance P.Show DateTime where
+  show :: DateTime -> String
+show (DateTime UTCTime
+t) = UTCTime -> String
 forall t. (t ~ UTCTime, FormatTime t) => t -> String
 _showDateTime UTCTime
-t
-instance MimeRender MimeMultipartFormData DateTime where
-  mimeRender :: Proxy MimeMultipartFormData -> DateTime -> ByteString
-mimeRender Proxy MimeMultipartFormData
+t
+instance MimeRender MimeMultipartFormData DateTime where
+  mimeRender :: Proxy MimeMultipartFormData -> DateTime -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = DateTime -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
 
 -- | @_parseISO8601@
-_readDateTime :: (MonadFail m, Alternative m) => String -> m DateTime
-_readDateTime :: String -> m DateTime
-_readDateTime String
-s =
+_readDateTime :: (MonadFail m, Alternative m) => String -> m DateTime
+_readDateTime :: forall (m :: * -> *).
+(MonadFail m, Alternative m) =>
+String -> m DateTime
+_readDateTime String
+s =
   UTCTime -> DateTime
 DateTime (UTCTime -> DateTime) -> m UTCTime -> m DateTime
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
@@ -2196,12 +2238,12 @@
 (ParseTime t, MonadFail m, Alternative m) =>
 String -> m t
 _parseISO8601 String
-s
+s
 {-# INLINE _readDateTime #-}
 
 -- | @TI.formatISO8601Millis@
-_showDateTime :: (t ~ TI.UTCTime, TI.FormatTime t) => t -> String
-_showDateTime :: t -> String
+_showDateTime :: (t ~ TI.UTCTime, TI.FormatTime t) => t -> String
+_showDateTime :: forall t. (t ~ UTCTime, FormatTime t) => t -> String
 _showDateTime =
   t -> String
 UTCTime -> String
@@ -2209,10 +2251,12 @@
 {-# INLINE _showDateTime #-}
 
 -- | parse an ISO8601 date-time string
-_parseISO8601 :: (TI.ParseTime t, MonadFail m, Alternative m) => String -> m t
-_parseISO8601 :: String -> m t
-_parseISO8601 String
-t =
+_parseISO8601 :: (TI.ParseTime t, MonadFail m, Alternative m) => String -> m t
+_parseISO8601 :: forall t (m :: * -> *).
+(ParseTime t, MonadFail m, Alternative m) =>
+String -> m t
+_parseISO8601 String
+t =
   [m t] -> m t
 forall (t :: * -> *) (f :: * -> *) a.
 (Foldable t, Alternative f) =>
@@ -2229,7 +2273,7 @@
 TI.parseTimeM Bool
 True TimeLocale
 TI.defaultTimeLocale) String
-t (String -> m t) -> [String] -> [m t]
+t (String -> m t) -> [String] -> [m t]
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$>
   [String
@@ -2242,7 +2286,7 @@
 
 newtype Date = Date { Date -> Day
 unDate :: TI.Day }
-  deriving (Int -> Date
+  deriving (Int -> Date
 Date -> Int
 Date -> [Date]
 Date -> Date
@@ -2283,16 +2327,14 @@
 $cpred :: Date -> Date
 succ :: Date -> Date
 $csucc :: Date -> Date
-P.Enum,Date -> Date -> Bool
+P.Enum,Date -> Date -> Bool
 (Date -> Date -> Bool) -> (Date -> Date -> Bool) -> Eq Date
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Date -> Date -> Bool
 $c/= :: Date -> Date -> Bool
 == :: Date -> Date -> Bool
 $c== :: Date -> Date -> Bool
-P.Eq,Typeable Date
-DataType
-Constr
+P.Eq,Typeable Date
 Typeable Date
 -> (forall (c :: * -> *).
     (forall d b. Data d => c (d -> b) -> d -> c b)
@@ -2328,10 +2370,6 @@
 Date -> DataType
 Date -> Constr
 (forall b. Data b => b -> b) -> Date -> Date
-(forall d b. Data d => c (d -> b) -> d -> c b)
--> (forall g. g -> c g) -> Date -> c Date
-(forall b r. Data b => c (b -> r) -> c r)
--> (forall r. r -> c r) -> Constr -> c Date
 forall a.
 Typeable a
 -> (forall (c :: * -> *).
@@ -2389,37 +2427,47 @@
 forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Date)
-$cDate :: Constr
-$tDate :: DataType
-gmapMo :: (forall d. Data d => d -> m d) -> Date -> m Date
+gmapMo :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> Date -> m Date
 $cgmapMo :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> Date -> m Date
-gmapMp :: (forall d. Data d => d -> m d) -> Date -> m Date
+gmapMp :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> Date -> m Date
 $cgmapMp :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> Date -> m Date
-gmapM :: (forall d. Data d => d -> m d) -> Date -> m Date
+gmapM :: forall (m :: * -> *).
+Monad m =>
+(forall d. Data d => d -> m d) -> Date -> m Date
 $cgmapM :: forall (m :: * -> *).
 Monad m =>
 (forall d. Data d => d -> m d) -> Date -> m Date
-gmapQi :: Int -> (forall d. Data d => d -> u) -> Date -> u
+gmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> Date -> u
 $cgmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> Date -> u
-gmapQ :: (forall d. Data d => d -> u) -> Date -> [u]
+gmapQ :: forall u. (forall d. Data d => d -> u) -> Date -> [u]
 $cgmapQ :: forall u. (forall d. Data d => d -> u) -> Date -> [u]
-gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r
+gmapQr :: forall r r'.
+(r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r
 $cgmapQr :: forall r r'.
 (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r
-gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r
+gmapQl :: forall r r'.
+(r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r
 $cgmapQl :: forall r r'.
 (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Date -> r
 gmapT :: (forall b. Data b => b -> b) -> Date -> Date
 $cgmapT :: (forall b. Data b => b -> b) -> Date -> Date
-dataCast2 :: (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Date)
+dataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
+Typeable t =>
+(forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Date)
 $cdataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Date)
-dataCast1 :: (forall d. Data d => c (t d)) -> Maybe (c Date)
+dataCast1 :: forall (t :: * -> *) (c :: * -> *).
+Typeable t =>
+(forall d. Data d => c (t d)) -> Maybe (c Date)
 $cdataCast1 :: forall (t :: * -> *) (c :: * -> *).
 Typeable t =>
 (forall d. Data d => c (t d)) -> Maybe (c Date)
@@ -2427,18 +2475,19 @@
 $cdataTypeOf :: Date -> DataType
 toConstr :: Date -> Constr
 $ctoConstr :: Date -> Constr
-gunfold :: (forall b r. Data b => c (b -> r) -> c r)
+gunfold :: forall (c :: * -> *).
+(forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c Date
 $cgunfold :: forall (c :: * -> *).
 (forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c Date
-gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b)
+gfoldl :: forall (c :: * -> *).
+(forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> Date -> c Date
 $cgfoldl :: forall (c :: * -> *).
 (forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> Date -> c Date
-$cp1Data :: Typeable Date
-P.Data,Eq Date
+P.Data,Eq Date
 Eq Date
 -> (Date -> Date -> Ordering)
 -> (Date -> Date -> Bool)
@@ -2475,8 +2524,7 @@
 $c< :: Date -> Date -> Bool
 compare :: Date -> Date -> Ordering
 $ccompare :: Date -> Date -> Ordering
-$cp1Ord :: Eq Date
-P.Ord,Ord Date
+P.Ord,Ord Date
 Ord Date
 -> ((Date, Date) -> [Date])
 -> ((Date, Date) -> Date -> Int)
@@ -2510,16 +2558,15 @@
 $cindex :: (Date, Date) -> Date -> Int
 range :: (Date, Date) -> [Date]
 $crange :: (Date, Date) -> [Date]
-$cp1Ix :: Ord Date
-P.Ix,Date -> ()
+P.Ix,Date -> ()
 (Date -> ()) -> NFData Date
 forall a. (a -> ()) -> NFData a
 rnf :: Date -> ()
 $crnf :: Date -> ()
-NF.NFData)
-instance A.FromJSON Date where
-  parseJSON :: Value -> Parser Date
-parseJSON = String -> (Text -> Parser Date) -> Value -> Parser Date
+NF.NFData)
+instance A.FromJSON Date where
+  parseJSON :: Value -> Parser Date
+parseJSON = String -> (Text -> Parser Date) -> Value -> Parser Date
 forall a. String -> (Text -> Parser a) -> Value -> Parser a
 A.withText String
 "Date" (String -> Parser Date
@@ -2528,18 +2575,18 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . Text -> String
 T.unpack)
-instance A.ToJSON Date where
-  toJSON :: Date -> Value
-toJSON (Date Day
-t) = String -> Value
+instance A.ToJSON Date where
+  toJSON :: Date -> Value
+toJSON (Date Day
+t) = String -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Day -> String
 forall t. FormatTime t => t -> String
 _showDate Day
-t)
-instance WH.FromHttpApiData Date where
-  parseUrlPiece :: Text -> Either Text Date
-parseUrlPiece = Either Text Date
+t)
+instance WH.FromHttpApiData Date where
+  parseUrlPiece :: Text -> Either Text Date
+parseUrlPiece = Either Text Date
 -> (Date -> Either Text Date) -> Maybe Date -> Either Text Date
 forall b a. b -> (a -> b) -> Maybe a -> b
 P.maybe (Text -> Either Text Date
@@ -2556,33 +2603,33 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . Text -> String
 T.unpack
-instance WH.ToHttpApiData Date where
-  toUrlPiece :: Date -> Text
-toUrlPiece (Date Day
-t) = String -> Text
+instance WH.ToHttpApiData Date where
+  toUrlPiece :: Date -> Text
+toUrlPiece (Date Day
+t) = String -> Text
 T.pack (Day -> String
 forall t. FormatTime t => t -> String
 _showDate Day
-t)
-instance P.Show Date where
-  show :: Date -> String
-show (Date Day
-t) = Day -> String
+t)
+instance P.Show Date where
+  show :: Date -> String
+show (Date Day
+t) = Day -> String
 forall t. FormatTime t => t -> String
 _showDate Day
-t
-instance MimeRender MimeMultipartFormData Date where
-  mimeRender :: Proxy MimeMultipartFormData -> Date -> ByteString
-mimeRender Proxy MimeMultipartFormData
+t
+instance MimeRender MimeMultipartFormData Date where
+  mimeRender :: Proxy MimeMultipartFormData -> Date -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = Date -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
 
 -- | @TI.parseTimeM True TI.defaultTimeLocale "%Y-%m-%d"@
-_readDate :: MonadFail m => String -> m Date
-_readDate :: String -> m Date
-_readDate String
-s = Day -> Date
+_readDate :: MonadFail m => String -> m Date
+_readDate :: forall (m :: * -> *). MonadFail m => String -> m Date
+_readDate String
+s = Day -> Date
 Date (Day -> Date) -> m Day -> m Date
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> Bool -> TimeLocale -> String -> String -> m Day
@@ -2593,12 +2640,12 @@
 True TimeLocale
 TI.defaultTimeLocale String
 "%Y-%m-%d" String
-s
+s
 {-# INLINE _readDate #-}
 
 -- | @TI.formatTime TI.defaultTimeLocale "%Y-%m-%d"@
-_showDate :: TI.FormatTime t => t -> String
-_showDate :: t -> String
+_showDate :: TI.FormatTime t => t -> String
+_showDate :: forall t. FormatTime t => t -> String
 _showDate =
   TimeLocale -> String -> t -> String
 forall t. FormatTime t => TimeLocale -> String -> t -> String
@@ -2613,7 +2660,7 @@
 -- | base64 encoded characters
 newtype ByteArray = ByteArray { ByteArray -> ByteString
 unByteArray :: BL.ByteString }
-  deriving (ByteArray -> ByteArray -> Bool
+  deriving (ByteArray -> ByteArray -> Bool
 (ByteArray -> ByteArray -> Bool)
 -> (ByteArray -> ByteArray -> Bool) -> Eq ByteArray
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -2621,9 +2668,7 @@
 $c/= :: ByteArray -> ByteArray -> Bool
 == :: ByteArray -> ByteArray -> Bool
 $c== :: ByteArray -> ByteArray -> Bool
-P.Eq,Typeable ByteArray
-DataType
-Constr
+P.Eq,Typeable ByteArray
 Typeable ByteArray
 -> (forall (c :: * -> *).
     (forall d b. Data d => c (d -> b) -> d -> c b)
@@ -2662,10 +2707,6 @@
 ByteArray -> DataType
 ByteArray -> Constr
 (forall b. Data b => b -> b) -> ByteArray -> ByteArray
-(forall d b. Data d => c (d -> b) -> d -> c b)
--> (forall g. g -> c g) -> ByteArray -> c ByteArray
-(forall b r. Data b => c (b -> r) -> c r)
--> (forall r. r -> c r) -> Constr -> c ByteArray
 forall a.
 Typeable a
 -> (forall (c :: * -> *).
@@ -2725,41 +2766,51 @@
 forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ByteArray)
-$cByteArray :: Constr
-$tByteArray :: DataType
-gmapMo :: (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
+gmapMo :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
 $cgmapMo :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
-gmapMp :: (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
+gmapMp :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
 $cgmapMp :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
-gmapM :: (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
+gmapM :: forall (m :: * -> *).
+Monad m =>
+(forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
 $cgmapM :: forall (m :: * -> *).
 Monad m =>
 (forall d. Data d => d -> m d) -> ByteArray -> m ByteArray
-gmapQi :: Int -> (forall d. Data d => d -> u) -> ByteArray -> u
+gmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> ByteArray -> u
 $cgmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> ByteArray -> u
-gmapQ :: (forall d. Data d => d -> u) -> ByteArray -> [u]
+gmapQ :: forall u. (forall d. Data d => d -> u) -> ByteArray -> [u]
 $cgmapQ :: forall u. (forall d. Data d => d -> u) -> ByteArray -> [u]
-gmapQr :: (r' -> r -> r)
+gmapQr :: forall r r'.
+(r' -> r -> r)
 -> r -> (forall d. Data d => d -> r') -> ByteArray -> r
 $cgmapQr :: forall r r'.
 (r' -> r -> r)
 -> r -> (forall d. Data d => d -> r') -> ByteArray -> r
-gmapQl :: (r -> r' -> r)
+gmapQl :: forall r r'.
+(r -> r' -> r)
 -> r -> (forall d. Data d => d -> r') -> ByteArray -> r
 $cgmapQl :: forall r r'.
 (r -> r' -> r)
 -> r -> (forall d. Data d => d -> r') -> ByteArray -> r
 gmapT :: (forall b. Data b => b -> b) -> ByteArray -> ByteArray
 $cgmapT :: (forall b. Data b => b -> b) -> ByteArray -> ByteArray
-dataCast2 :: (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ByteArray)
+dataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
+Typeable t =>
+(forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ByteArray)
 $cdataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ByteArray)
-dataCast1 :: (forall d. Data d => c (t d)) -> Maybe (c ByteArray)
+dataCast1 :: forall (t :: * -> *) (c :: * -> *).
+Typeable t =>
+(forall d. Data d => c (t d)) -> Maybe (c ByteArray)
 $cdataCast1 :: forall (t :: * -> *) (c :: * -> *).
 Typeable t =>
 (forall d. Data d => c (t d)) -> Maybe (c ByteArray)
@@ -2767,18 +2818,19 @@
 $cdataTypeOf :: ByteArray -> DataType
 toConstr :: ByteArray -> Constr
 $ctoConstr :: ByteArray -> Constr
-gunfold :: (forall b r. Data b => c (b -> r) -> c r)
+gunfold :: forall (c :: * -> *).
+(forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c ByteArray
 $cgunfold :: forall (c :: * -> *).
 (forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c ByteArray
-gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b)
+gfoldl :: forall (c :: * -> *).
+(forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> ByteArray -> c ByteArray
 $cgfoldl :: forall (c :: * -> *).
 (forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> ByteArray -> c ByteArray
-$cp1Data :: Typeable ByteArray
-P.Data,Eq ByteArray
+P.Data,Eq ByteArray
 Eq ByteArray
 -> (ByteArray -> ByteArray -> Ordering)
 -> (ByteArray -> ByteArray -> Bool)
@@ -2815,33 +2867,32 @@
 $c< :: ByteArray -> ByteArray -> Bool
 compare :: ByteArray -> ByteArray -> Ordering
 $ccompare :: ByteArray -> ByteArray -> Ordering
-$cp1Ord :: Eq ByteArray
-P.Ord,P.Typeable,ByteArray -> ()
+P.Ord,P.Typeable,ByteArray -> ()
 (ByteArray -> ()) -> NFData ByteArray
 forall a. (a -> ()) -> NFData a
 rnf :: ByteArray -> ()
 $crnf :: ByteArray -> ()
-NF.NFData)
+NF.NFData)
 
-instance A.FromJSON ByteArray where
-  parseJSON :: Value -> Parser ByteArray
-parseJSON = String -> (Text -> Parser ByteArray) -> Value -> Parser ByteArray
+instance A.FromJSON ByteArray where
+  parseJSON :: Value -> Parser ByteArray
+parseJSON = String -> (Text -> Parser ByteArray) -> Value -> Parser ByteArray
 forall a. String -> (Text -> Parser a) -> Value -> Parser a
 A.withText String
 "ByteArray" Text -> Parser ByteArray
 forall (m :: * -> *). MonadFail m => Text -> m ByteArray
 _readByteArray
-instance A.ToJSON ByteArray where
-  toJSON :: ByteArray -> Value
-toJSON = Text -> Value
+instance A.ToJSON ByteArray where
+  toJSON :: ByteArray -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (ByteArray -> Text) -> ByteArray -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . ByteArray -> Text
 _showByteArray
-instance WH.FromHttpApiData ByteArray where
-  parseUrlPiece :: Text -> Either Text ByteArray
-parseUrlPiece = Either Text ByteArray
+instance WH.FromHttpApiData ByteArray where
+  parseUrlPiece :: Text -> Either Text ByteArray
+parseUrlPiece = Either Text ByteArray
 -> (ByteArray -> Either Text ByteArray)
 -> Maybe ByteArray
 -> Either Text ByteArray
@@ -2857,27 +2908,27 @@
 . Text -> Maybe ByteArray
 forall (m :: * -> *). MonadFail m => Text -> m ByteArray
 _readByteArray
-instance WH.ToHttpApiData ByteArray where
-  toUrlPiece :: ByteArray -> Text
-toUrlPiece = ByteArray -> Text
+instance WH.ToHttpApiData ByteArray where
+  toUrlPiece :: ByteArray -> Text
+toUrlPiece = ByteArray -> Text
 _showByteArray
-instance P.Show ByteArray where
-  show :: ByteArray -> String
-show = Text -> String
+instance P.Show ByteArray where
+  show :: ByteArray -> String
+show = Text -> String
 T.unpack (Text -> String) -> (ByteArray -> Text) -> ByteArray -> String
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . ByteArray -> Text
 _showByteArray
-instance MimeRender MimeMultipartFormData ByteArray where
-  mimeRender :: Proxy MimeMultipartFormData -> ByteArray -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData ByteArray where
+  mimeRender :: Proxy MimeMultipartFormData -> ByteArray -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = ByteArray -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
 
 -- | read base64 encoded characters
-_readByteArray :: MonadFail m => Text -> m ByteArray
-_readByteArray :: Text -> m ByteArray
+_readByteArray :: MonadFail m => Text -> m ByteArray
+_readByteArray :: forall (m :: * -> *). MonadFail m => Text -> m ByteArray
 _readByteArray = (String -> m ByteArray)
 -> (ByteString -> m ByteArray)
 -> Either String ByteString
@@ -2928,7 +2979,7 @@
 -- | any sequence of octets
 newtype Binary = Binary { Binary -> ByteString
 unBinary :: BL.ByteString }
-  deriving (Binary -> Binary -> Bool
+  deriving (Binary -> Binary -> Bool
 (Binary -> Binary -> Bool)
 -> (Binary -> Binary -> Bool) -> Eq Binary
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -2936,9 +2987,7 @@
 $c/= :: Binary -> Binary -> Bool
 == :: Binary -> Binary -> Bool
 $c== :: Binary -> Binary -> Bool
-P.Eq,Typeable Binary
-DataType
-Constr
+P.Eq,Typeable Binary
 Typeable Binary
 -> (forall (c :: * -> *).
     (forall d b. Data d => c (d -> b) -> d -> c b)
@@ -2976,10 +3025,6 @@
 Binary -> DataType
 Binary -> Constr
 (forall b. Data b => b -> b) -> Binary -> Binary
-(forall d b. Data d => c (d -> b) -> d -> c b)
--> (forall g. g -> c g) -> Binary -> c Binary
-(forall b r. Data b => c (b -> r) -> c r)
--> (forall r. r -> c r) -> Constr -> c Binary
 forall a.
 Typeable a
 -> (forall (c :: * -> *).
@@ -3037,37 +3082,47 @@
 forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Binary)
-$cBinary :: Constr
-$tBinary :: DataType
-gmapMo :: (forall d. Data d => d -> m d) -> Binary -> m Binary
+gmapMo :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> Binary -> m Binary
 $cgmapMo :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> Binary -> m Binary
-gmapMp :: (forall d. Data d => d -> m d) -> Binary -> m Binary
+gmapMp :: forall (m :: * -> *).
+MonadPlus m =>
+(forall d. Data d => d -> m d) -> Binary -> m Binary
 $cgmapMp :: forall (m :: * -> *).
 MonadPlus m =>
 (forall d. Data d => d -> m d) -> Binary -> m Binary
-gmapM :: (forall d. Data d => d -> m d) -> Binary -> m Binary
+gmapM :: forall (m :: * -> *).
+Monad m =>
+(forall d. Data d => d -> m d) -> Binary -> m Binary
 $cgmapM :: forall (m :: * -> *).
 Monad m =>
 (forall d. Data d => d -> m d) -> Binary -> m Binary
-gmapQi :: Int -> (forall d. Data d => d -> u) -> Binary -> u
+gmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> Binary -> u
 $cgmapQi :: forall u. Int -> (forall d. Data d => d -> u) -> Binary -> u
-gmapQ :: (forall d. Data d => d -> u) -> Binary -> [u]
+gmapQ :: forall u. (forall d. Data d => d -> u) -> Binary -> [u]
 $cgmapQ :: forall u. (forall d. Data d => d -> u) -> Binary -> [u]
-gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r
+gmapQr :: forall r r'.
+(r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r
 $cgmapQr :: forall r r'.
 (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r
-gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r
+gmapQl :: forall r r'.
+(r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r
 $cgmapQl :: forall r r'.
 (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Binary -> r
 gmapT :: (forall b. Data b => b -> b) -> Binary -> Binary
 $cgmapT :: (forall b. Data b => b -> b) -> Binary -> Binary
-dataCast2 :: (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Binary)
+dataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
+Typeable t =>
+(forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Binary)
 $cdataCast2 :: forall (t :: * -> * -> *) (c :: * -> *).
 Typeable t =>
 (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Binary)
-dataCast1 :: (forall d. Data d => c (t d)) -> Maybe (c Binary)
+dataCast1 :: forall (t :: * -> *) (c :: * -> *).
+Typeable t =>
+(forall d. Data d => c (t d)) -> Maybe (c Binary)
 $cdataCast1 :: forall (t :: * -> *) (c :: * -> *).
 Typeable t =>
 (forall d. Data d => c (t d)) -> Maybe (c Binary)
@@ -3075,18 +3130,19 @@
 $cdataTypeOf :: Binary -> DataType
 toConstr :: Binary -> Constr
 $ctoConstr :: Binary -> Constr
-gunfold :: (forall b r. Data b => c (b -> r) -> c r)
+gunfold :: forall (c :: * -> *).
+(forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c Binary
 $cgunfold :: forall (c :: * -> *).
 (forall b r. Data b => c (b -> r) -> c r)
 -> (forall r. r -> c r) -> Constr -> c Binary
-gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b)
+gfoldl :: forall (c :: * -> *).
+(forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> Binary -> c Binary
 $cgfoldl :: forall (c :: * -> *).
 (forall d b. Data d => c (d -> b) -> d -> c b)
 -> (forall g. g -> c g) -> Binary -> c Binary
-$cp1Data :: Typeable Binary
-P.Data,Eq Binary
+P.Data,Eq Binary
 Eq Binary
 -> (Binary -> Binary -> Ordering)
 -> (Binary -> Binary -> Bool)
@@ -3123,33 +3179,32 @@
 $c< :: Binary -> Binary -> Bool
 compare :: Binary -> Binary -> Ordering
 $ccompare :: Binary -> Binary -> Ordering
-$cp1Ord :: Eq Binary
-P.Ord,P.Typeable,Binary -> ()
+P.Ord,P.Typeable,Binary -> ()
 (Binary -> ()) -> NFData Binary
 forall a. (a -> ()) -> NFData a
 rnf :: Binary -> ()
 $crnf :: Binary -> ()
-NF.NFData)
+NF.NFData)
 
-instance A.FromJSON Binary where
-  parseJSON :: Value -> Parser Binary
-parseJSON = String -> (Text -> Parser Binary) -> Value -> Parser Binary
+instance A.FromJSON Binary where
+  parseJSON :: Value -> Parser Binary
+parseJSON = String -> (Text -> Parser Binary) -> Value -> Parser Binary
 forall a. String -> (Text -> Parser a) -> Value -> Parser a
 A.withText String
 "Binary" Text -> Parser Binary
 forall (m :: * -> *). MonadFail m => Text -> m Binary
 _readBinaryBase64
-instance A.ToJSON Binary where
-  toJSON :: Binary -> Value
-toJSON = Text -> Value
+instance A.ToJSON Binary where
+  toJSON :: Binary -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (Binary -> Text) -> Binary -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . Binary -> Text
 _showBinaryBase64
-instance WH.FromHttpApiData Binary where
-  parseUrlPiece :: Text -> Either Text Binary
-parseUrlPiece = Either Text Binary
+instance WH.FromHttpApiData Binary where
+  parseUrlPiece :: Text -> Either Text Binary
+parseUrlPiece = Either Text Binary
 -> (Binary -> Either Text Binary)
 -> Maybe Binary
 -> Either Text Binary
@@ -3165,25 +3220,25 @@
 . Text -> Maybe Binary
 forall (m :: * -> *). MonadFail m => Text -> m Binary
 _readBinaryBase64
-instance WH.ToHttpApiData Binary where
-  toUrlPiece :: Binary -> Text
-toUrlPiece = Binary -> Text
+instance WH.ToHttpApiData Binary where
+  toUrlPiece :: Binary -> Text
+toUrlPiece = Binary -> Text
 _showBinaryBase64
-instance P.Show Binary where
-  show :: Binary -> String
-show = Text -> String
+instance P.Show Binary where
+  show :: Binary -> String
+show = Text -> String
 T.unpack (Text -> String) -> (Binary -> Text) -> Binary -> String
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . Binary -> Text
 _showBinaryBase64
-instance MimeRender MimeMultipartFormData Binary where
-  mimeRender :: Proxy MimeMultipartFormData -> Binary -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData Binary where
+  mimeRender :: Proxy MimeMultipartFormData -> Binary -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = Binary -> ByteString
 unBinary
 
-_readBinaryBase64 :: MonadFail m => Text -> m Binary
-_readBinaryBase64 :: Text -> m Binary
+_readBinaryBase64 :: MonadFail m => Text -> m Binary
+_readBinaryBase64 :: forall (m :: * -> *). MonadFail m => Text -> m Binary
 _readBinaryBase64 = (String -> m Binary)
 -> (ByteString -> m Binary) -> Either String ByteString -> m Binary
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
@@ -3229,6 +3284,6 @@
 
 -- * Lens Type Aliases
 
-type Lens_' s a = Lens_ s s a a
-type Lens_ s t a b = forall (f :: K.Type -> K.Type). Functor f => (a -> f b) -> s -> f t
+type Lens_' s a = Lens_ s s a a
+type Lens_ s t a b = forall (f :: K.Type -> K.Type). Functor f => (a -> f b) -> s -> f t
 
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.LoggingKatip.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.LoggingKatip.html index 2f57fccbd6f2..03d47f95ec33 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.LoggingKatip.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.LoggingKatip.html @@ -34,11 +34,11 @@
-- * Type Aliases (for compatibility) -- | Runs a Katip logging block with the Log environment -type LogExecWithContext = forall m a. P.MonadIO m => - LogContext -> LogExec m a +type LogExecWithContext = forall m a. P.MonadIO m => + LogContext -> LogExec m a -- | A Katip logging block -type LogExec m a = LG.KatipT m a -> m a +type LogExec m a = LG.KatipT m a -> m a -- | A Katip Log environment type LogContext = LG.LogEnv @@ -58,8 +58,8 @@ -- | Runs a Katip logging block with the Log environment runDefaultLogExecWithContext :: LogExecWithContext -runDefaultLogExecWithContext :: LogContext -> LogExec m a -runDefaultLogExecWithContext = LogContext -> LogExec m a +runDefaultLogExecWithContext :: LogExecWithContext +runDefaultLogExecWithContext = LogContext -> KatipT m a -> m a forall (m :: * -> *) a. LogContext -> KatipT m a -> m a LG.runKatipT @@ -67,7 +67,7 @@ -- | Runs a Katip logging block with the Log environment stdoutLoggingExec :: LogExecWithContext -stdoutLoggingExec :: LogContext -> LogExec m a +stdoutLoggingExec :: LogExecWithContext stdoutLoggingExec = LogContext -> LogExec m a LogExecWithContext runDefaultLogExecWithContext @@ -75,10 +75,10 @@ -- | A Katip Log environment which targets stdout stdoutLoggingContext :: LogContext -> IO LogContext stdoutLoggingContext :: LogContext -> IO LogContext -stdoutLoggingContext LogContext -cxt = do - Scribe -handleScribe <- ColorStrategy -> Handle -> PermitFunc -> Verbosity -> IO Scribe +stdoutLoggingContext LogContext +cxt = do + Scribe +handleScribe <- ColorStrategy -> Handle -> PermitFunc -> Verbosity -> IO Scribe LG.mkHandleScribe ColorStrategy LG.ColorIfTerminal Handle IO.stdout (Severity -> Item a -> IO Bool @@ -89,15 +89,15 @@ Text -> Scribe -> ScribeSettings -> LogContext -> IO LogContext LG.registerScribe Text "stdout" Scribe -handleScribe ScribeSettings +handleScribe ScribeSettings LG.defaultScribeSettings LogContext -cxt +cxt -- * stderr logger -- | Runs a Katip logging block with the Log environment stderrLoggingExec :: LogExecWithContext -stderrLoggingExec :: LogContext -> LogExec m a +stderrLoggingExec :: LogExecWithContext stderrLoggingExec = LogContext -> LogExec m a LogExecWithContext runDefaultLogExecWithContext @@ -105,10 +105,10 @@ -- | A Katip Log environment which targets stderr stderrLoggingContext :: LogContext -> IO LogContext stderrLoggingContext :: LogContext -> IO LogContext -stderrLoggingContext LogContext -cxt = do - Scribe -handleScribe <- ColorStrategy -> Handle -> PermitFunc -> Verbosity -> IO Scribe +stderrLoggingContext LogContext +cxt = do + Scribe +handleScribe <- ColorStrategy -> Handle -> PermitFunc -> Verbosity -> IO Scribe LG.mkHandleScribe ColorStrategy LG.ColorIfTerminal Handle IO.stderr (Severity -> Item a -> IO Bool @@ -119,21 +119,21 @@ Text -> Scribe -> ScribeSettings -> LogContext -> IO LogContext LG.registerScribe Text "stderr" Scribe -handleScribe ScribeSettings +handleScribe ScribeSettings LG.defaultScribeSettings LogContext -cxt +cxt -- * Null logger -- | Disables Katip logging runNullLogExec :: LogExecWithContext -runNullLogExec :: LogContext -> LogExec m a -runNullLogExec LogContext -le (LG.KatipT ReaderT LogContext m a -f) = ReaderT LogContext m a -> LogContext -> m a +runNullLogExec :: LogExecWithContext +runNullLogExec LogContext +le (LG.KatipT ReaderT LogContext m a +f) = ReaderT LogContext m a -> LogContext -> m a forall r (m :: * -> *) a. ReaderT r m a -> r -> m a P.runReaderT ReaderT LogContext m a -f (ASetter +f (ASetter LogContext LogContext (Map Text ScribeHandle) @@ -149,17 +149,19 @@ LG.logEnvScribes Map Text ScribeHandle forall a. Monoid a => a mempty LogContext -le) +le) -- * Log Msg -- | Log a katip message -_log :: (Applicative m, LG.Katip m) => Text -> LogLevel -> Text -> m () -_log :: Text -> Severity -> Text -> m () -_log Text -src Severity -level Text -msg = do +_log :: (Applicative m, LG.Katip m) => Text -> LogLevel -> Text -> m () +_log :: forall (m :: * -> *). +(Applicative m, Katip m) => +Text -> Severity -> Text -> m () +_log Text +src Severity +level Text +msg = do Namespace -> Severity -> LogStr -> m () forall (m :: * -> *). (Applicative m, Katip m) => @@ -170,34 +172,36 @@ forall a b. (a -> b) -> a -> b $ Text -> String T.unpack Text -src) Severity -level (Text -> LogStr +src) Severity +level (Text -> LogStr forall a. StringConv a Text => a -> LogStr LG.logStr Text -msg) +msg) -- * Log Exceptions -- | re-throws exceptions after logging them -logExceptions - :: (LG.Katip m, E.MonadCatch m, Applicative m) - => Text -> m a -> m a -logExceptions :: Text -> m a -> m a -logExceptions Text -src = +logExceptions + :: (LG.Katip m, E.MonadCatch m, Applicative m) + => Text -> m a -> m a +logExceptions :: forall (m :: * -> *) a. +(Katip m, MonadCatch m, Applicative m) => +Text -> m a -> m a +logExceptions Text +src = (SomeException -> m a) -> m a -> m a forall (m :: * -> *) e a. (MonadCatch m, Exception e) => (e -> m a) -> m a -> m a E.handle - (\(SomeException -e :: E.SomeException) -> do + (\(SomeException +e :: E.SomeException) -> do Text -> Severity -> Text -> m () forall (m :: * -> *). (Applicative m, Katip m) => Text -> Severity -> Text -> m () _log Text -src Severity +src Severity LG.ErrorS ((String -> Text T.pack (String -> Text) -> (SomeException -> String) -> SomeException -> Text @@ -205,11 +209,11 @@ . SomeException -> String forall a. Show a => a -> String show) SomeException -e) +e) SomeException -> m a forall (m :: * -> *) e a. (MonadThrow m, Exception e) => e -> m a E.throw SomeException -e) +e) -- * Log Level diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.MimeTypes.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.MimeTypes.html index 0980f3d023d3..bc02bac63b33 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.MimeTypes.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.MimeTypes.html @@ -44,21 +44,21 @@ -- * ContentType MimeType -data ContentType a = MimeType a => ContentType { ContentType a -> a -unContentType :: a } +data ContentType a = MimeType a => ContentType { forall a. ContentType a -> a +unContentType :: a } -- * Accept MimeType -data Accept a = MimeType a => Accept { Accept a -> a -unAccept :: a } +data Accept a = MimeType a => Accept { forall a. Accept a -> a +unAccept :: a } -- * Consumes Class -class MimeType mtype => Consumes req mtype where +class MimeType mtype => Consumes req mtype where -- * Produces Class -class MimeType mtype => Produces req mtype where +class MimeType mtype => Produces req mtype where -- * Default Mime Types @@ -73,7 +73,7 @@ -- | A type for responses without content-body. data NoContent = NoContent - deriving (Int -> NoContent -> ShowS + deriving (Int -> NoContent -> ShowS [NoContent] -> ShowS NoContent -> String (Int -> NoContent -> ShowS) @@ -88,7 +88,7 @@ $cshow :: NoContent -> String showsPrec :: Int -> NoContent -> ShowS $cshowsPrec :: Int -> NoContent -> ShowS -P.Show, NoContent -> NoContent -> Bool +P.Show, NoContent -> NoContent -> Bool (NoContent -> NoContent -> Bool) -> (NoContent -> NoContent -> Bool) -> Eq NoContent forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a @@ -101,60 +101,60 @@ -- * MimeType Class -class P.Typeable mtype => MimeType mtype where +class P.Typeable mtype => MimeType mtype where {-# MINIMAL mimeType | mimeTypes #-} - mimeTypes :: P.Proxy mtype -> [ME.MediaType] - mimeTypes Proxy mtype -p = + mimeTypes :: P.Proxy mtype -> [ME.MediaType] + mimeTypes Proxy mtype +p = case Proxy mtype -> Maybe MediaType forall mtype. MimeType mtype => Proxy mtype -> Maybe MediaType mimeType Proxy mtype -p of - Just MediaType -x -> [MediaType -x] +p of + Just MediaType +x -> [MediaType +x] Maybe MediaType Nothing -> [] - mimeType :: P.Proxy mtype -> Maybe ME.MediaType - mimeType Proxy mtype -p = + mimeType :: P.Proxy mtype -> Maybe ME.MediaType + mimeType Proxy mtype +p = case Proxy mtype -> [MediaType] forall mtype. MimeType mtype => Proxy mtype -> [MediaType] mimeTypes Proxy mtype -p of +p of [] -> Maybe MediaType forall a. Maybe a Nothing - (MediaType -x:[MediaType] + (MediaType +x:[MediaType] _) -> MediaType -> Maybe MediaType forall a. a -> Maybe a Just MediaType -x +x - mimeType' :: mtype -> Maybe ME.MediaType - mimeType' mtype + mimeType' :: mtype -> Maybe ME.MediaType + mimeType' mtype _ = Proxy mtype -> Maybe MediaType forall mtype. MimeType mtype => Proxy mtype -> Maybe MediaType mimeType (Proxy mtype -forall k (t :: k). Proxy t -P.Proxy :: P.Proxy mtype) - mimeTypes' :: mtype -> [ME.MediaType] - mimeTypes' mtype +forall {k} (t :: k). Proxy t +P.Proxy :: P.Proxy mtype) + mimeTypes' :: mtype -> [ME.MediaType] + mimeTypes' mtype _ = Proxy mtype -> [MediaType] forall mtype. MimeType mtype => Proxy mtype -> [MediaType] mimeTypes (Proxy mtype -forall k (t :: k). Proxy t -P.Proxy :: P.Proxy mtype) +forall {k} (t :: k). Proxy t +P.Proxy :: P.Proxy mtype) -- Default MimeType Instances -- | @application/json; charset=utf-8@ -instance MimeType MimeJSON where - mimeType :: Proxy MimeJSON -> Maybe MediaType -mimeType Proxy MimeJSON +instance MimeType MimeJSON where + mimeType :: Proxy MimeJSON -> Maybe MediaType +mimeType Proxy MimeJSON _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -164,9 +164,9 @@ P.fromString String "application/json" -- | @application/xml; charset=utf-8@ -instance MimeType MimeXML where - mimeType :: Proxy MimeXML -> Maybe MediaType -mimeType Proxy MimeXML +instance MimeType MimeXML where + mimeType :: Proxy MimeXML -> Maybe MediaType +mimeType Proxy MimeXML _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -176,9 +176,9 @@ P.fromString String "application/xml" -- | @application/x-www-form-urlencoded@ -instance MimeType MimeFormUrlEncoded where - mimeType :: Proxy MimeFormUrlEncoded -> Maybe MediaType -mimeType Proxy MimeFormUrlEncoded +instance MimeType MimeFormUrlEncoded where + mimeType :: Proxy MimeFormUrlEncoded -> Maybe MediaType +mimeType Proxy MimeFormUrlEncoded _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -188,9 +188,9 @@ P.fromString String "application/x-www-form-urlencoded" -- | @multipart/form-data@ -instance MimeType MimeMultipartFormData where - mimeType :: Proxy MimeMultipartFormData -> Maybe MediaType -mimeType Proxy MimeMultipartFormData +instance MimeType MimeMultipartFormData where + mimeType :: Proxy MimeMultipartFormData -> Maybe MediaType +mimeType Proxy MimeMultipartFormData _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -200,9 +200,9 @@ P.fromString String "multipart/form-data" -- | @text/plain; charset=utf-8@ -instance MimeType MimePlainText where - mimeType :: Proxy MimePlainText -> Maybe MediaType -mimeType Proxy MimePlainText +instance MimeType MimePlainText where + mimeType :: Proxy MimePlainText -> Maybe MediaType +mimeType Proxy MimePlainText _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -212,9 +212,9 @@ P.fromString String "text/plain" -- | @application/octet-stream@ -instance MimeType MimeOctetStream where - mimeType :: Proxy MimeOctetStream -> Maybe MediaType -mimeType Proxy MimeOctetStream +instance MimeType MimeOctetStream where + mimeType :: Proxy MimeOctetStream -> Maybe MediaType +mimeType Proxy MimeOctetStream _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -224,9 +224,9 @@ P.fromString String "application/octet-stream" -- | @"*/*"@ -instance MimeType MimeAny where - mimeType :: Proxy MimeAny -> Maybe MediaType -mimeType Proxy MimeAny +instance MimeType MimeAny where + mimeType :: Proxy MimeAny -> Maybe MediaType +mimeType Proxy MimeAny _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -235,32 +235,32 @@ forall a. IsString a => String -> a P.fromString String "*/*" -instance MimeType MimeNoContent where - mimeType :: Proxy MimeNoContent -> Maybe MediaType -mimeType Proxy MimeNoContent +instance MimeType MimeNoContent where + mimeType :: Proxy MimeNoContent -> Maybe MediaType +mimeType Proxy MimeNoContent _ = Maybe MediaType forall a. Maybe a Nothing -- * MimeRender Class -class MimeType mtype => MimeRender mtype x where - mimeRender :: P.Proxy mtype -> x -> BL.ByteString - mimeRender' :: mtype -> x -> BL.ByteString - mimeRender' mtype -_ x -x = Proxy mtype -> x -> ByteString +class MimeType mtype => MimeRender mtype x where + mimeRender :: P.Proxy mtype -> x -> BL.ByteString + mimeRender' :: mtype -> x -> BL.ByteString + mimeRender' mtype +_ x +x = Proxy mtype -> x -> ByteString forall mtype x. MimeRender mtype x => Proxy mtype -> x -> ByteString mimeRender (Proxy mtype -forall k (t :: k). Proxy t -P.Proxy :: P.Proxy mtype) x -x +forall {k} (t :: k). Proxy t +P.Proxy :: P.Proxy mtype) x +x -mimeRenderDefaultMultipartFormData :: WH.ToHttpApiData a => a -> BL.ByteString -mimeRenderDefaultMultipartFormData :: a -> ByteString +mimeRenderDefaultMultipartFormData :: WH.ToHttpApiData a => a -> BL.ByteString +mimeRenderDefaultMultipartFormData :: forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData = ByteString -> ByteString BL.fromStrict (ByteString -> ByteString) -> (a -> ByteString) -> a -> ByteString forall b c a. (b -> c) -> (a -> b) -> a -> c @@ -274,27 +274,27 @@ -- Default MimeRender Instances -- | `A.encode` -instance A.ToJSON a => MimeRender MimeJSON a where mimeRender :: Proxy MimeJSON -> a -> ByteString -mimeRender Proxy MimeJSON +instance A.ToJSON a => MimeRender MimeJSON a where mimeRender :: Proxy MimeJSON -> a -> ByteString +mimeRender Proxy MimeJSON _ = a -> ByteString forall a. ToJSON a => a -> ByteString A.encode -- | @WH.urlEncodeAsForm@ -instance WH.ToForm a => MimeRender MimeFormUrlEncoded a where mimeRender :: Proxy MimeFormUrlEncoded -> a -> ByteString -mimeRender Proxy MimeFormUrlEncoded +instance WH.ToForm a => MimeRender MimeFormUrlEncoded a where mimeRender :: Proxy MimeFormUrlEncoded -> a -> ByteString +mimeRender Proxy MimeFormUrlEncoded _ = a -> ByteString forall a. ToForm a => a -> ByteString WH.urlEncodeAsForm -- | @P.id@ -instance MimeRender MimePlainText BL.ByteString where mimeRender :: Proxy MimePlainText -> ByteString -> ByteString -mimeRender Proxy MimePlainText +instance MimeRender MimePlainText BL.ByteString where mimeRender :: Proxy MimePlainText -> ByteString -> ByteString +mimeRender Proxy MimePlainText _ = ByteString -> ByteString forall a. a -> a P.id -- | @BL.fromStrict . T.encodeUtf8@ -instance MimeRender MimePlainText T.Text where mimeRender :: Proxy MimePlainText -> Text -> ByteString -mimeRender Proxy MimePlainText +instance MimeRender MimePlainText T.Text where mimeRender :: Proxy MimePlainText -> Text -> ByteString +mimeRender Proxy MimePlainText _ = ByteString -> ByteString BL.fromStrict (ByteString -> ByteString) -> (Text -> ByteString) -> Text -> ByteString @@ -302,20 +302,20 @@ . Text -> ByteString T.encodeUtf8 -- | @BCL.pack@ -instance MimeRender MimePlainText String where mimeRender :: Proxy MimePlainText -> String -> ByteString -mimeRender Proxy MimePlainText +instance MimeRender MimePlainText String where mimeRender :: Proxy MimePlainText -> String -> ByteString +mimeRender Proxy MimePlainText _ = String -> ByteString BCL.pack -- | @P.id@ -instance MimeRender MimeOctetStream BL.ByteString where mimeRender :: Proxy MimeOctetStream -> ByteString -> ByteString -mimeRender Proxy MimeOctetStream +instance MimeRender MimeOctetStream BL.ByteString where mimeRender :: Proxy MimeOctetStream -> ByteString -> ByteString +mimeRender Proxy MimeOctetStream _ = ByteString -> ByteString forall a. a -> a P.id -- | @BL.fromStrict . T.encodeUtf8@ -instance MimeRender MimeOctetStream T.Text where mimeRender :: Proxy MimeOctetStream -> Text -> ByteString -mimeRender Proxy MimeOctetStream +instance MimeRender MimeOctetStream T.Text where mimeRender :: Proxy MimeOctetStream -> Text -> ByteString +mimeRender Proxy MimeOctetStream _ = ByteString -> ByteString BL.fromStrict (ByteString -> ByteString) -> (Text -> ByteString) -> Text -> ByteString @@ -323,61 +323,61 @@ . Text -> ByteString T.encodeUtf8 -- | @BCL.pack@ -instance MimeRender MimeOctetStream String where mimeRender :: Proxy MimeOctetStream -> String -> ByteString -mimeRender Proxy MimeOctetStream +instance MimeRender MimeOctetStream String where mimeRender :: Proxy MimeOctetStream -> String -> ByteString +mimeRender Proxy MimeOctetStream _ = String -> ByteString BCL.pack -instance MimeRender MimeMultipartFormData BL.ByteString where mimeRender :: Proxy MimeMultipartFormData -> ByteString -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData BL.ByteString where mimeRender :: Proxy MimeMultipartFormData -> ByteString -> ByteString +mimeRender Proxy MimeMultipartFormData _ = ByteString -> ByteString forall a. a -> a P.id -instance MimeRender MimeMultipartFormData Bool where mimeRender :: Proxy MimeMultipartFormData -> Bool -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData Bool where mimeRender :: Proxy MimeMultipartFormData -> Bool -> ByteString +mimeRender Proxy MimeMultipartFormData _ = Bool -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -instance MimeRender MimeMultipartFormData Char where mimeRender :: Proxy MimeMultipartFormData -> Char -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData Char where mimeRender :: Proxy MimeMultipartFormData -> Char -> ByteString +mimeRender Proxy MimeMultipartFormData _ = Char -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -instance MimeRender MimeMultipartFormData Double where mimeRender :: Proxy MimeMultipartFormData -> Double -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData Double where mimeRender :: Proxy MimeMultipartFormData -> Double -> ByteString +mimeRender Proxy MimeMultipartFormData _ = Double -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -instance MimeRender MimeMultipartFormData Float where mimeRender :: Proxy MimeMultipartFormData -> Float -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData Float where mimeRender :: Proxy MimeMultipartFormData -> Float -> ByteString +mimeRender Proxy MimeMultipartFormData _ = Float -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -instance MimeRender MimeMultipartFormData Int where mimeRender :: Proxy MimeMultipartFormData -> Int -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData Int where mimeRender :: Proxy MimeMultipartFormData -> Int -> ByteString +mimeRender Proxy MimeMultipartFormData _ = Int -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -instance MimeRender MimeMultipartFormData Integer where mimeRender :: Proxy MimeMultipartFormData -> Integer -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData Integer where mimeRender :: Proxy MimeMultipartFormData -> Integer -> ByteString +mimeRender Proxy MimeMultipartFormData _ = Integer -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -instance MimeRender MimeMultipartFormData String where mimeRender :: Proxy MimeMultipartFormData -> String -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData String where mimeRender :: Proxy MimeMultipartFormData -> String -> ByteString +mimeRender Proxy MimeMultipartFormData _ = String -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -instance MimeRender MimeMultipartFormData T.Text where mimeRender :: Proxy MimeMultipartFormData -> Text -> ByteString -mimeRender Proxy MimeMultipartFormData +instance MimeRender MimeMultipartFormData T.Text where mimeRender :: Proxy MimeMultipartFormData -> Text -> ByteString +mimeRender Proxy MimeMultipartFormData _ = Text -> ByteString forall a. ToHttpApiData a => a -> ByteString mimeRenderDefaultMultipartFormData -- | @P.Right . P.const NoContent@ -instance MimeRender MimeNoContent NoContent where mimeRender :: Proxy MimeNoContent -> NoContent -> ByteString -mimeRender Proxy MimeNoContent +instance MimeRender MimeNoContent NoContent where mimeRender :: Proxy MimeNoContent -> NoContent -> ByteString +mimeRender Proxy MimeNoContent _ = ByteString -> NoContent -> ByteString forall a b. a -> b -> a P.const ByteString @@ -386,31 +386,31 @@ -- * MimeUnrender Class -class MimeType mtype => MimeUnrender mtype o where - mimeUnrender :: P.Proxy mtype -> BL.ByteString -> P.Either String o - mimeUnrender' :: mtype -> BL.ByteString -> P.Either String o - mimeUnrender' mtype -_ ByteString -x = Proxy mtype -> ByteString -> Either String o +class MimeType mtype => MimeUnrender mtype o where + mimeUnrender :: P.Proxy mtype -> BL.ByteString -> P.Either String o + mimeUnrender' :: mtype -> BL.ByteString -> P.Either String o + mimeUnrender' mtype +_ ByteString +x = Proxy mtype -> ByteString -> Either String o forall mtype o. MimeUnrender mtype o => Proxy mtype -> ByteString -> Either String o mimeUnrender (Proxy mtype -forall k (t :: k). Proxy t -P.Proxy :: P.Proxy mtype) ByteString -x +forall {k} (t :: k). Proxy t +P.Proxy :: P.Proxy mtype) ByteString +x -- Default MimeUnrender Instances -- | @A.eitherDecode@ -instance A.FromJSON a => MimeUnrender MimeJSON a where mimeUnrender :: Proxy MimeJSON -> ByteString -> Either String a -mimeUnrender Proxy MimeJSON +instance A.FromJSON a => MimeUnrender MimeJSON a where mimeUnrender :: Proxy MimeJSON -> ByteString -> Either String a +mimeUnrender Proxy MimeJSON _ = ByteString -> Either String a forall a. FromJSON a => ByteString -> Either String a A.eitherDecode -- | @P.left T.unpack . WH.urlDecodeAsForm@ -instance WH.FromForm a => MimeUnrender MimeFormUrlEncoded a where mimeUnrender :: Proxy MimeFormUrlEncoded -> ByteString -> Either String a -mimeUnrender Proxy MimeFormUrlEncoded +instance WH.FromForm a => MimeUnrender MimeFormUrlEncoded a where mimeUnrender :: Proxy MimeFormUrlEncoded -> ByteString -> Either String a +mimeUnrender Proxy MimeFormUrlEncoded _ = (Text -> String) -> Either Text a -> Either String a forall (a :: * -> * -> *) b c d. ArrowChoice a => @@ -424,8 +424,8 @@ WH.urlDecodeAsForm -- | @P.Right . P.id@ -instance MimeUnrender MimePlainText BL.ByteString where mimeUnrender :: Proxy MimePlainText -> ByteString -> Either String ByteString -mimeUnrender Proxy MimePlainText +instance MimeUnrender MimePlainText BL.ByteString where mimeUnrender :: Proxy MimePlainText -> ByteString -> Either String ByteString +mimeUnrender Proxy MimePlainText _ = ByteString -> Either String ByteString forall a b. b -> Either a b P.Right (ByteString -> Either String ByteString) @@ -437,8 +437,8 @@ forall a. a -> a P.id -- | @P.left P.show . TL.decodeUtf8'@ -instance MimeUnrender MimePlainText T.Text where mimeUnrender :: Proxy MimePlainText -> ByteString -> Either String Text -mimeUnrender Proxy MimePlainText +instance MimeUnrender MimePlainText T.Text where mimeUnrender :: Proxy MimePlainText -> ByteString -> Either String Text +mimeUnrender Proxy MimePlainText _ = (UnicodeException -> String) -> Either UnicodeException Text -> Either String Text forall (a :: * -> * -> *) b c d. @@ -460,8 +460,8 @@ . ByteString -> ByteString BL.toStrict -- | @P.Right . BCL.unpack@ -instance MimeUnrender MimePlainText String where mimeUnrender :: Proxy MimePlainText -> ByteString -> Either String String -mimeUnrender Proxy MimePlainText +instance MimeUnrender MimePlainText String where mimeUnrender :: Proxy MimePlainText -> ByteString -> Either String String +mimeUnrender Proxy MimePlainText _ = String -> Either String String forall a b. b -> Either a b P.Right (String -> Either String String) @@ -471,8 +471,8 @@ BCL.unpack -- | @P.Right . P.id@ -instance MimeUnrender MimeOctetStream BL.ByteString where mimeUnrender :: Proxy MimeOctetStream -> ByteString -> Either String ByteString -mimeUnrender Proxy MimeOctetStream +instance MimeUnrender MimeOctetStream BL.ByteString where mimeUnrender :: Proxy MimeOctetStream -> ByteString -> Either String ByteString +mimeUnrender Proxy MimeOctetStream _ = ByteString -> Either String ByteString forall a b. b -> Either a b P.Right (ByteString -> Either String ByteString) @@ -484,8 +484,8 @@ forall a. a -> a P.id -- | @P.left P.show . T.decodeUtf8' . BL.toStrict@ -instance MimeUnrender MimeOctetStream T.Text where mimeUnrender :: Proxy MimeOctetStream -> ByteString -> Either String Text -mimeUnrender Proxy MimeOctetStream +instance MimeUnrender MimeOctetStream T.Text where mimeUnrender :: Proxy MimeOctetStream -> ByteString -> Either String Text +mimeUnrender Proxy MimeOctetStream _ = (UnicodeException -> String) -> Either UnicodeException Text -> Either String Text forall (a :: * -> * -> *) b c d. @@ -507,8 +507,8 @@ . ByteString -> ByteString BL.toStrict -- | @P.Right . BCL.unpack@ -instance MimeUnrender MimeOctetStream String where mimeUnrender :: Proxy MimeOctetStream -> ByteString -> Either String String -mimeUnrender Proxy MimeOctetStream +instance MimeUnrender MimeOctetStream String where mimeUnrender :: Proxy MimeOctetStream -> ByteString -> Either String String +mimeUnrender Proxy MimeOctetStream _ = String -> Either String String forall a b. b -> Either a b P.Right (String -> Either String String) @@ -518,8 +518,8 @@ BCL.unpack -- | @P.Right . P.const NoContent@ -instance MimeUnrender MimeNoContent NoContent where mimeUnrender :: Proxy MimeNoContent -> ByteString -> Either String NoContent -mimeUnrender Proxy MimeNoContent +instance MimeUnrender MimeNoContent NoContent where mimeUnrender :: Proxy MimeNoContent -> ByteString -> Either String NoContent +mimeUnrender Proxy MimeNoContent _ = NoContent -> Either String NoContent forall a b. b -> Either a b P.Right (NoContent -> Either String NoContent) @@ -540,9 +540,9 @@ data MimeXmlCharsetutf16 = MimeXmlCharsetutf16 deriving (P.Typeable) -- | @application/xml; charset=utf-16@ -instance MimeType MimeXmlCharsetutf16 where - mimeType :: Proxy MimeXmlCharsetutf16 -> Maybe MediaType -mimeType Proxy MimeXmlCharsetutf16 +instance MimeType MimeXmlCharsetutf16 where + mimeType :: Proxy MimeXmlCharsetutf16 -> Maybe MediaType +mimeType Proxy MimeXmlCharsetutf16 _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -559,9 +559,9 @@ data MimeXmlCharsetutf8 = MimeXmlCharsetutf8 deriving (P.Typeable) -- | @application/xml; charset=utf-8@ -instance MimeType MimeXmlCharsetutf8 where - mimeType :: Proxy MimeXmlCharsetutf8 -> Maybe MediaType -mimeType Proxy MimeXmlCharsetutf8 +instance MimeType MimeXmlCharsetutf8 where + mimeType :: Proxy MimeXmlCharsetutf8 -> Maybe MediaType +mimeType Proxy MimeXmlCharsetutf8 _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -578,9 +578,9 @@ data MimeTextXml = MimeTextXml deriving (P.Typeable) -- | @text/xml@ -instance MimeType MimeTextXml where - mimeType :: Proxy MimeTextXml -> Maybe MediaType -mimeType Proxy MimeTextXml +instance MimeType MimeTextXml where + mimeType :: Proxy MimeTextXml -> Maybe MediaType +mimeType Proxy MimeTextXml _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -597,9 +597,9 @@ data MimeTextXmlCharsetutf16 = MimeTextXmlCharsetutf16 deriving (P.Typeable) -- | @text/xml; charset=utf-16@ -instance MimeType MimeTextXmlCharsetutf16 where - mimeType :: Proxy MimeTextXmlCharsetutf16 -> Maybe MediaType -mimeType Proxy MimeTextXmlCharsetutf16 +instance MimeType MimeTextXmlCharsetutf16 where + mimeType :: Proxy MimeTextXmlCharsetutf16 -> Maybe MediaType +mimeType Proxy MimeTextXmlCharsetutf16 _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType @@ -616,9 +616,9 @@ data MimeTextXmlCharsetutf8 = MimeTextXmlCharsetutf8 deriving (P.Typeable) -- | @text/xml; charset=utf-8@ -instance MimeType MimeTextXmlCharsetutf8 where - mimeType :: Proxy MimeTextXmlCharsetutf8 -> Maybe MediaType -mimeType Proxy MimeTextXmlCharsetutf8 +instance MimeType MimeTextXmlCharsetutf8 where + mimeType :: Proxy MimeTextXmlCharsetutf8 -> Maybe MediaType +mimeType Proxy MimeTextXmlCharsetutf8 _ = MediaType -> Maybe MediaType forall a. a -> Maybe a Just (MediaType -> Maybe MediaType) -> MediaType -> Maybe MediaType diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Model.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Model.html index 389dbdad61c1..7cee229af480 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Model.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.Model.html @@ -1,4 +1,4 @@ -
{-
+
{-
    OpenAPI Petstore
 
    This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
@@ -68,7 +68,7 @@
 
 -- ** AdditionalMetadata
 newtype AdditionalMetadata = AdditionalMetadata { AdditionalMetadata -> Text
-unAdditionalMetadata :: Text } deriving (AdditionalMetadata -> AdditionalMetadata -> Bool
+unAdditionalMetadata :: Text } deriving (AdditionalMetadata -> AdditionalMetadata -> Bool
 (AdditionalMetadata -> AdditionalMetadata -> Bool)
 -> (AdditionalMetadata -> AdditionalMetadata -> Bool)
 -> Eq AdditionalMetadata
@@ -77,26 +77,26 @@
 $c/= :: AdditionalMetadata -> AdditionalMetadata -> Bool
 == :: AdditionalMetadata -> AdditionalMetadata -> Bool
 $c== :: AdditionalMetadata -> AdditionalMetadata -> Bool
-P.Eq, Int -> AdditionalMetadata -> ShowS
+P.Eq, Int -> AdditionalMetadata -> ShowS
 [AdditionalMetadata] -> ShowS
-AdditionalMetadata -> String
+AdditionalMetadata -> [Char]
 (Int -> AdditionalMetadata -> ShowS)
--> (AdditionalMetadata -> String)
+-> (AdditionalMetadata -> [Char])
 -> ([AdditionalMetadata] -> ShowS)
 -> Show AdditionalMetadata
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalMetadata] -> ShowS
 $cshowList :: [AdditionalMetadata] -> ShowS
-show :: AdditionalMetadata -> String
-$cshow :: AdditionalMetadata -> String
+show :: AdditionalMetadata -> [Char]
+$cshow :: AdditionalMetadata -> [Char]
 showsPrec :: Int -> AdditionalMetadata -> ShowS
 $cshowsPrec :: Int -> AdditionalMetadata -> ShowS
 P.Show)
 
 -- ** ApiKey
 newtype ApiKey = ApiKey { ApiKey -> Text
-unApiKey :: Text } deriving (ApiKey -> ApiKey -> Bool
+unApiKey :: Text } deriving (ApiKey -> ApiKey -> Bool
 (ApiKey -> ApiKey -> Bool)
 -> (ApiKey -> ApiKey -> Bool) -> Eq ApiKey
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -104,44 +104,44 @@
 $c/= :: ApiKey -> ApiKey -> Bool
 == :: ApiKey -> ApiKey -> Bool
 $c== :: ApiKey -> ApiKey -> Bool
-P.Eq, Int -> ApiKey -> ShowS
+P.Eq, Int -> ApiKey -> ShowS
 [ApiKey] -> ShowS
-ApiKey -> String
+ApiKey -> [Char]
 (Int -> ApiKey -> ShowS)
--> (ApiKey -> String) -> ([ApiKey] -> ShowS) -> Show ApiKey
+-> (ApiKey -> [Char]) -> ([ApiKey] -> ShowS) -> Show ApiKey
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ApiKey] -> ShowS
 $cshowList :: [ApiKey] -> ShowS
-show :: ApiKey -> String
-$cshow :: ApiKey -> String
+show :: ApiKey -> [Char]
+$cshow :: ApiKey -> [Char]
 showsPrec :: Int -> ApiKey -> ShowS
 $cshowsPrec :: Int -> ApiKey -> ShowS
 P.Show)
 
 -- ** Body
 newtype Body = Body { Body -> [User]
-unBody :: [User] } deriving (Body -> Body -> Bool
+unBody :: [User] } deriving (Body -> Body -> Bool
 (Body -> Body -> Bool) -> (Body -> Body -> Bool) -> Eq Body
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Body -> Body -> Bool
 $c/= :: Body -> Body -> Bool
 == :: Body -> Body -> Bool
 $c== :: Body -> Body -> Bool
-P.Eq, Int -> Body -> ShowS
+P.Eq, Int -> Body -> ShowS
 [Body] -> ShowS
-Body -> String
+Body -> [Char]
 (Int -> Body -> ShowS)
--> (Body -> String) -> ([Body] -> ShowS) -> Show Body
+-> (Body -> [Char]) -> ([Body] -> ShowS) -> Show Body
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Body] -> ShowS
 $cshowList :: [Body] -> ShowS
-show :: Body -> String
-$cshow :: Body -> String
+show :: Body -> [Char]
+$cshow :: Body -> [Char]
 showsPrec :: Int -> Body -> ShowS
 $cshowsPrec :: Int -> Body -> ShowS
-P.Show, [Body] -> Value
+P.Show, [Body] -> Value
 [Body] -> Encoding
 Body -> Value
 Body -> Encoding
@@ -168,7 +168,7 @@
 
 -- ** BodyBool
 newtype BodyBool = BodyBool { BodyBool -> Bool
-unBodyBool :: Bool } deriving (BodyBool -> BodyBool -> Bool
+unBodyBool :: Bool } deriving (BodyBool -> BodyBool -> Bool
 (BodyBool -> BodyBool -> Bool)
 -> (BodyBool -> BodyBool -> Bool) -> Eq BodyBool
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -176,20 +176,20 @@
 $c/= :: BodyBool -> BodyBool -> Bool
 == :: BodyBool -> BodyBool -> Bool
 $c== :: BodyBool -> BodyBool -> Bool
-P.Eq, Int -> BodyBool -> ShowS
+P.Eq, Int -> BodyBool -> ShowS
 [BodyBool] -> ShowS
-BodyBool -> String
+BodyBool -> [Char]
 (Int -> BodyBool -> ShowS)
--> (BodyBool -> String) -> ([BodyBool] -> ShowS) -> Show BodyBool
+-> (BodyBool -> [Char]) -> ([BodyBool] -> ShowS) -> Show BodyBool
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [BodyBool] -> ShowS
 $cshowList :: [BodyBool] -> ShowS
-show :: BodyBool -> String
-$cshow :: BodyBool -> String
+show :: BodyBool -> [Char]
+$cshow :: BodyBool -> [Char]
 showsPrec :: Int -> BodyBool -> ShowS
 $cshowsPrec :: Int -> BodyBool -> ShowS
-P.Show, [BodyBool] -> Value
+P.Show, [BodyBool] -> Value
 [BodyBool] -> Encoding
 BodyBool -> Value
 BodyBool -> Encoding
@@ -212,11 +212,11 @@
 $ctoEncoding :: BodyBool -> Encoding
 toJSON :: BodyBool -> Value
 $ctoJSON :: BodyBool -> Value
-A.ToJSON)
+A.ToJSON)
 
 -- ** BodyDouble
 newtype BodyDouble = BodyDouble { BodyDouble -> Double
-unBodyDouble :: Double } deriving (BodyDouble -> BodyDouble -> Bool
+unBodyDouble :: Double } deriving (BodyDouble -> BodyDouble -> Bool
 (BodyDouble -> BodyDouble -> Bool)
 -> (BodyDouble -> BodyDouble -> Bool) -> Eq BodyDouble
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -224,22 +224,22 @@
 $c/= :: BodyDouble -> BodyDouble -> Bool
 == :: BodyDouble -> BodyDouble -> Bool
 $c== :: BodyDouble -> BodyDouble -> Bool
-P.Eq, Int -> BodyDouble -> ShowS
+P.Eq, Int -> BodyDouble -> ShowS
 [BodyDouble] -> ShowS
-BodyDouble -> String
+BodyDouble -> [Char]
 (Int -> BodyDouble -> ShowS)
--> (BodyDouble -> String)
+-> (BodyDouble -> [Char])
 -> ([BodyDouble] -> ShowS)
 -> Show BodyDouble
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [BodyDouble] -> ShowS
 $cshowList :: [BodyDouble] -> ShowS
-show :: BodyDouble -> String
-$cshow :: BodyDouble -> String
+show :: BodyDouble -> [Char]
+$cshow :: BodyDouble -> [Char]
 showsPrec :: Int -> BodyDouble -> ShowS
 $cshowsPrec :: Int -> BodyDouble -> ShowS
-P.Show, [BodyDouble] -> Value
+P.Show, [BodyDouble] -> Value
 [BodyDouble] -> Encoding
 BodyDouble -> Value
 BodyDouble -> Encoding
@@ -262,11 +262,11 @@
 $ctoEncoding :: BodyDouble -> Encoding
 toJSON :: BodyDouble -> Value
 $ctoJSON :: BodyDouble -> Value
-A.ToJSON)
+A.ToJSON)
 
 -- ** BodyText
 newtype BodyText = BodyText { BodyText -> Text
-unBodyText :: Text } deriving (BodyText -> BodyText -> Bool
+unBodyText :: Text } deriving (BodyText -> BodyText -> Bool
 (BodyText -> BodyText -> Bool)
 -> (BodyText -> BodyText -> Bool) -> Eq BodyText
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -274,20 +274,20 @@
 $c/= :: BodyText -> BodyText -> Bool
 == :: BodyText -> BodyText -> Bool
 $c== :: BodyText -> BodyText -> Bool
-P.Eq, Int -> BodyText -> ShowS
+P.Eq, Int -> BodyText -> ShowS
 [BodyText] -> ShowS
-BodyText -> String
+BodyText -> [Char]
 (Int -> BodyText -> ShowS)
--> (BodyText -> String) -> ([BodyText] -> ShowS) -> Show BodyText
+-> (BodyText -> [Char]) -> ([BodyText] -> ShowS) -> Show BodyText
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [BodyText] -> ShowS
 $cshowList :: [BodyText] -> ShowS
-show :: BodyText -> String
-$cshow :: BodyText -> String
+show :: BodyText -> [Char]
+$cshow :: BodyText -> [Char]
 showsPrec :: Int -> BodyText -> ShowS
 $cshowsPrec :: Int -> BodyText -> ShowS
-P.Show, [BodyText] -> Value
+P.Show, [BodyText] -> Value
 [BodyText] -> Encoding
 BodyText -> Value
 BodyText -> Encoding
@@ -310,11 +310,11 @@
 $ctoEncoding :: BodyText -> Encoding
 toJSON :: BodyText -> Value
 $ctoJSON :: BodyText -> Value
-A.ToJSON)
+A.ToJSON)
 
 -- ** BooleanGroup
 newtype BooleanGroup = BooleanGroup { BooleanGroup -> Bool
-unBooleanGroup :: Bool } deriving (BooleanGroup -> BooleanGroup -> Bool
+unBooleanGroup :: Bool } deriving (BooleanGroup -> BooleanGroup -> Bool
 (BooleanGroup -> BooleanGroup -> Bool)
 -> (BooleanGroup -> BooleanGroup -> Bool) -> Eq BooleanGroup
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -322,50 +322,50 @@
 $c/= :: BooleanGroup -> BooleanGroup -> Bool
 == :: BooleanGroup -> BooleanGroup -> Bool
 $c== :: BooleanGroup -> BooleanGroup -> Bool
-P.Eq, Int -> BooleanGroup -> ShowS
+P.Eq, Int -> BooleanGroup -> ShowS
 [BooleanGroup] -> ShowS
-BooleanGroup -> String
+BooleanGroup -> [Char]
 (Int -> BooleanGroup -> ShowS)
--> (BooleanGroup -> String)
+-> (BooleanGroup -> [Char])
 -> ([BooleanGroup] -> ShowS)
 -> Show BooleanGroup
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [BooleanGroup] -> ShowS
 $cshowList :: [BooleanGroup] -> ShowS
-show :: BooleanGroup -> String
-$cshow :: BooleanGroup -> String
+show :: BooleanGroup -> [Char]
+$cshow :: BooleanGroup -> [Char]
 showsPrec :: Int -> BooleanGroup -> ShowS
 $cshowsPrec :: Int -> BooleanGroup -> ShowS
 P.Show)
 
 -- ** Byte
 newtype Byte = Byte { Byte -> ByteArray
-unByte :: ByteArray } deriving (Byte -> Byte -> Bool
+unByte :: ByteArray } deriving (Byte -> Byte -> Bool
 (Byte -> Byte -> Bool) -> (Byte -> Byte -> Bool) -> Eq Byte
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Byte -> Byte -> Bool
 $c/= :: Byte -> Byte -> Bool
 == :: Byte -> Byte -> Bool
 $c== :: Byte -> Byte -> Bool
-P.Eq, Int -> Byte -> ShowS
+P.Eq, Int -> Byte -> ShowS
 [Byte] -> ShowS
-Byte -> String
+Byte -> [Char]
 (Int -> Byte -> ShowS)
--> (Byte -> String) -> ([Byte] -> ShowS) -> Show Byte
+-> (Byte -> [Char]) -> ([Byte] -> ShowS) -> Show Byte
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Byte] -> ShowS
 $cshowList :: [Byte] -> ShowS
-show :: Byte -> String
-$cshow :: Byte -> String
+show :: Byte -> [Char]
+$cshow :: Byte -> [Char]
 showsPrec :: Int -> Byte -> ShowS
 $cshowsPrec :: Int -> Byte -> ShowS
 P.Show)
 
 -- ** Callback
 newtype Callback = Callback { Callback -> Text
-unCallback :: Text } deriving (Callback -> Callback -> Bool
+unCallback :: Text } deriving (Callback -> Callback -> Bool
 (Callback -> Callback -> Bool)
 -> (Callback -> Callback -> Bool) -> Eq Callback
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -373,24 +373,24 @@
 $c/= :: Callback -> Callback -> Bool
 == :: Callback -> Callback -> Bool
 $c== :: Callback -> Callback -> Bool
-P.Eq, Int -> Callback -> ShowS
+P.Eq, Int -> Callback -> ShowS
 [Callback] -> ShowS
-Callback -> String
+Callback -> [Char]
 (Int -> Callback -> ShowS)
--> (Callback -> String) -> ([Callback] -> ShowS) -> Show Callback
+-> (Callback -> [Char]) -> ([Callback] -> ShowS) -> Show Callback
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Callback] -> ShowS
 $cshowList :: [Callback] -> ShowS
-show :: Callback -> String
-$cshow :: Callback -> String
+show :: Callback -> [Char]
+$cshow :: Callback -> [Char]
 showsPrec :: Int -> Callback -> ShowS
 $cshowsPrec :: Int -> Callback -> ShowS
 P.Show)
 
 -- ** Context
 newtype Context = Context { Context -> [Text]
-unContext :: [Text] } deriving (Context -> Context -> Bool
+unContext :: [Text] } deriving (Context -> Context -> Bool
 (Context -> Context -> Bool)
 -> (Context -> Context -> Bool) -> Eq Context
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -398,24 +398,24 @@
 $c/= :: Context -> Context -> Bool
 == :: Context -> Context -> Bool
 $c== :: Context -> Context -> Bool
-P.Eq, Int -> Context -> ShowS
+P.Eq, Int -> Context -> ShowS
 [Context] -> ShowS
-Context -> String
+Context -> [Char]
 (Int -> Context -> ShowS)
--> (Context -> String) -> ([Context] -> ShowS) -> Show Context
+-> (Context -> [Char]) -> ([Context] -> ShowS) -> Show Context
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Context] -> ShowS
 $cshowList :: [Context] -> ShowS
-show :: Context -> String
-$cshow :: Context -> String
+show :: Context -> [Char]
+$cshow :: Context -> [Char]
 showsPrec :: Int -> Context -> ShowS
 $cshowsPrec :: Int -> Context -> ShowS
 P.Show)
 
 -- ** EnumFormString
 newtype EnumFormString = EnumFormString { EnumFormString -> E'EnumFormString
-unEnumFormString :: E'EnumFormString } deriving (EnumFormString -> EnumFormString -> Bool
+unEnumFormString :: E'EnumFormString } deriving (EnumFormString -> EnumFormString -> Bool
 (EnumFormString -> EnumFormString -> Bool)
 -> (EnumFormString -> EnumFormString -> Bool) -> Eq EnumFormString
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -423,26 +423,26 @@
 $c/= :: EnumFormString -> EnumFormString -> Bool
 == :: EnumFormString -> EnumFormString -> Bool
 $c== :: EnumFormString -> EnumFormString -> Bool
-P.Eq, Int -> EnumFormString -> ShowS
+P.Eq, Int -> EnumFormString -> ShowS
 [EnumFormString] -> ShowS
-EnumFormString -> String
+EnumFormString -> [Char]
 (Int -> EnumFormString -> ShowS)
--> (EnumFormString -> String)
+-> (EnumFormString -> [Char])
 -> ([EnumFormString] -> ShowS)
 -> Show EnumFormString
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumFormString] -> ShowS
 $cshowList :: [EnumFormString] -> ShowS
-show :: EnumFormString -> String
-$cshow :: EnumFormString -> String
+show :: EnumFormString -> [Char]
+$cshow :: EnumFormString -> [Char]
 showsPrec :: Int -> EnumFormString -> ShowS
 $cshowsPrec :: Int -> EnumFormString -> ShowS
 P.Show)
 
 -- ** EnumFormStringArray
 newtype EnumFormStringArray = EnumFormStringArray { EnumFormStringArray -> [E'EnumFormStringArray]
-unEnumFormStringArray :: [E'EnumFormStringArray] } deriving (EnumFormStringArray -> EnumFormStringArray -> Bool
+unEnumFormStringArray :: [E'EnumFormStringArray] } deriving (EnumFormStringArray -> EnumFormStringArray -> Bool
 (EnumFormStringArray -> EnumFormStringArray -> Bool)
 -> (EnumFormStringArray -> EnumFormStringArray -> Bool)
 -> Eq EnumFormStringArray
@@ -451,26 +451,26 @@
 $c/= :: EnumFormStringArray -> EnumFormStringArray -> Bool
 == :: EnumFormStringArray -> EnumFormStringArray -> Bool
 $c== :: EnumFormStringArray -> EnumFormStringArray -> Bool
-P.Eq, Int -> EnumFormStringArray -> ShowS
+P.Eq, Int -> EnumFormStringArray -> ShowS
 [EnumFormStringArray] -> ShowS
-EnumFormStringArray -> String
+EnumFormStringArray -> [Char]
 (Int -> EnumFormStringArray -> ShowS)
--> (EnumFormStringArray -> String)
+-> (EnumFormStringArray -> [Char])
 -> ([EnumFormStringArray] -> ShowS)
 -> Show EnumFormStringArray
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumFormStringArray] -> ShowS
 $cshowList :: [EnumFormStringArray] -> ShowS
-show :: EnumFormStringArray -> String
-$cshow :: EnumFormStringArray -> String
+show :: EnumFormStringArray -> [Char]
+$cshow :: EnumFormStringArray -> [Char]
 showsPrec :: Int -> EnumFormStringArray -> ShowS
 $cshowsPrec :: Int -> EnumFormStringArray -> ShowS
 P.Show)
 
 -- ** EnumHeaderString
 newtype EnumHeaderString = EnumHeaderString { EnumHeaderString -> E'EnumFormString
-unEnumHeaderString :: E'EnumFormString } deriving (EnumHeaderString -> EnumHeaderString -> Bool
+unEnumHeaderString :: E'EnumFormString } deriving (EnumHeaderString -> EnumHeaderString -> Bool
 (EnumHeaderString -> EnumHeaderString -> Bool)
 -> (EnumHeaderString -> EnumHeaderString -> Bool)
 -> Eq EnumHeaderString
@@ -479,26 +479,26 @@
 $c/= :: EnumHeaderString -> EnumHeaderString -> Bool
 == :: EnumHeaderString -> EnumHeaderString -> Bool
 $c== :: EnumHeaderString -> EnumHeaderString -> Bool
-P.Eq, Int -> EnumHeaderString -> ShowS
+P.Eq, Int -> EnumHeaderString -> ShowS
 [EnumHeaderString] -> ShowS
-EnumHeaderString -> String
+EnumHeaderString -> [Char]
 (Int -> EnumHeaderString -> ShowS)
--> (EnumHeaderString -> String)
+-> (EnumHeaderString -> [Char])
 -> ([EnumHeaderString] -> ShowS)
 -> Show EnumHeaderString
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumHeaderString] -> ShowS
 $cshowList :: [EnumHeaderString] -> ShowS
-show :: EnumHeaderString -> String
-$cshow :: EnumHeaderString -> String
+show :: EnumHeaderString -> [Char]
+$cshow :: EnumHeaderString -> [Char]
 showsPrec :: Int -> EnumHeaderString -> ShowS
 $cshowsPrec :: Int -> EnumHeaderString -> ShowS
 P.Show)
 
 -- ** EnumHeaderStringArray
 newtype EnumHeaderStringArray = EnumHeaderStringArray { EnumHeaderStringArray -> [E'EnumFormStringArray]
-unEnumHeaderStringArray :: [E'EnumFormStringArray] } deriving (EnumHeaderStringArray -> EnumHeaderStringArray -> Bool
+unEnumHeaderStringArray :: [E'EnumFormStringArray] } deriving (EnumHeaderStringArray -> EnumHeaderStringArray -> Bool
 (EnumHeaderStringArray -> EnumHeaderStringArray -> Bool)
 -> (EnumHeaderStringArray -> EnumHeaderStringArray -> Bool)
 -> Eq EnumHeaderStringArray
@@ -507,26 +507,26 @@
 $c/= :: EnumHeaderStringArray -> EnumHeaderStringArray -> Bool
 == :: EnumHeaderStringArray -> EnumHeaderStringArray -> Bool
 $c== :: EnumHeaderStringArray -> EnumHeaderStringArray -> Bool
-P.Eq, Int -> EnumHeaderStringArray -> ShowS
+P.Eq, Int -> EnumHeaderStringArray -> ShowS
 [EnumHeaderStringArray] -> ShowS
-EnumHeaderStringArray -> String
+EnumHeaderStringArray -> [Char]
 (Int -> EnumHeaderStringArray -> ShowS)
--> (EnumHeaderStringArray -> String)
+-> (EnumHeaderStringArray -> [Char])
 -> ([EnumHeaderStringArray] -> ShowS)
 -> Show EnumHeaderStringArray
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumHeaderStringArray] -> ShowS
 $cshowList :: [EnumHeaderStringArray] -> ShowS
-show :: EnumHeaderStringArray -> String
-$cshow :: EnumHeaderStringArray -> String
+show :: EnumHeaderStringArray -> [Char]
+$cshow :: EnumHeaderStringArray -> [Char]
 showsPrec :: Int -> EnumHeaderStringArray -> ShowS
 $cshowsPrec :: Int -> EnumHeaderStringArray -> ShowS
 P.Show)
 
 -- ** EnumQueryDouble
 newtype EnumQueryDouble = EnumQueryDouble { EnumQueryDouble -> E'EnumNumber
-unEnumQueryDouble :: E'EnumNumber } deriving (EnumQueryDouble -> EnumQueryDouble -> Bool
+unEnumQueryDouble :: E'EnumNumber } deriving (EnumQueryDouble -> EnumQueryDouble -> Bool
 (EnumQueryDouble -> EnumQueryDouble -> Bool)
 -> (EnumQueryDouble -> EnumQueryDouble -> Bool)
 -> Eq EnumQueryDouble
@@ -535,26 +535,26 @@
 $c/= :: EnumQueryDouble -> EnumQueryDouble -> Bool
 == :: EnumQueryDouble -> EnumQueryDouble -> Bool
 $c== :: EnumQueryDouble -> EnumQueryDouble -> Bool
-P.Eq, Int -> EnumQueryDouble -> ShowS
+P.Eq, Int -> EnumQueryDouble -> ShowS
 [EnumQueryDouble] -> ShowS
-EnumQueryDouble -> String
+EnumQueryDouble -> [Char]
 (Int -> EnumQueryDouble -> ShowS)
--> (EnumQueryDouble -> String)
+-> (EnumQueryDouble -> [Char])
 -> ([EnumQueryDouble] -> ShowS)
 -> Show EnumQueryDouble
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumQueryDouble] -> ShowS
 $cshowList :: [EnumQueryDouble] -> ShowS
-show :: EnumQueryDouble -> String
-$cshow :: EnumQueryDouble -> String
+show :: EnumQueryDouble -> [Char]
+$cshow :: EnumQueryDouble -> [Char]
 showsPrec :: Int -> EnumQueryDouble -> ShowS
 $cshowsPrec :: Int -> EnumQueryDouble -> ShowS
 P.Show)
 
 -- ** EnumQueryInteger
 newtype EnumQueryInteger = EnumQueryInteger { EnumQueryInteger -> E'EnumQueryInteger
-unEnumQueryInteger :: E'EnumQueryInteger } deriving (EnumQueryInteger -> EnumQueryInteger -> Bool
+unEnumQueryInteger :: E'EnumQueryInteger } deriving (EnumQueryInteger -> EnumQueryInteger -> Bool
 (EnumQueryInteger -> EnumQueryInteger -> Bool)
 -> (EnumQueryInteger -> EnumQueryInteger -> Bool)
 -> Eq EnumQueryInteger
@@ -563,26 +563,26 @@
 $c/= :: EnumQueryInteger -> EnumQueryInteger -> Bool
 == :: EnumQueryInteger -> EnumQueryInteger -> Bool
 $c== :: EnumQueryInteger -> EnumQueryInteger -> Bool
-P.Eq, Int -> EnumQueryInteger -> ShowS
+P.Eq, Int -> EnumQueryInteger -> ShowS
 [EnumQueryInteger] -> ShowS
-EnumQueryInteger -> String
+EnumQueryInteger -> [Char]
 (Int -> EnumQueryInteger -> ShowS)
--> (EnumQueryInteger -> String)
+-> (EnumQueryInteger -> [Char])
 -> ([EnumQueryInteger] -> ShowS)
 -> Show EnumQueryInteger
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumQueryInteger] -> ShowS
 $cshowList :: [EnumQueryInteger] -> ShowS
-show :: EnumQueryInteger -> String
-$cshow :: EnumQueryInteger -> String
+show :: EnumQueryInteger -> [Char]
+$cshow :: EnumQueryInteger -> [Char]
 showsPrec :: Int -> EnumQueryInteger -> ShowS
 $cshowsPrec :: Int -> EnumQueryInteger -> ShowS
 P.Show)
 
 -- ** EnumQueryString
 newtype EnumQueryString = EnumQueryString { EnumQueryString -> E'EnumFormString
-unEnumQueryString :: E'EnumFormString } deriving (EnumQueryString -> EnumQueryString -> Bool
+unEnumQueryString :: E'EnumFormString } deriving (EnumQueryString -> EnumQueryString -> Bool
 (EnumQueryString -> EnumQueryString -> Bool)
 -> (EnumQueryString -> EnumQueryString -> Bool)
 -> Eq EnumQueryString
@@ -591,26 +591,26 @@
 $c/= :: EnumQueryString -> EnumQueryString -> Bool
 == :: EnumQueryString -> EnumQueryString -> Bool
 $c== :: EnumQueryString -> EnumQueryString -> Bool
-P.Eq, Int -> EnumQueryString -> ShowS
+P.Eq, Int -> EnumQueryString -> ShowS
 [EnumQueryString] -> ShowS
-EnumQueryString -> String
+EnumQueryString -> [Char]
 (Int -> EnumQueryString -> ShowS)
--> (EnumQueryString -> String)
+-> (EnumQueryString -> [Char])
 -> ([EnumQueryString] -> ShowS)
 -> Show EnumQueryString
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumQueryString] -> ShowS
 $cshowList :: [EnumQueryString] -> ShowS
-show :: EnumQueryString -> String
-$cshow :: EnumQueryString -> String
+show :: EnumQueryString -> [Char]
+$cshow :: EnumQueryString -> [Char]
 showsPrec :: Int -> EnumQueryString -> ShowS
 $cshowsPrec :: Int -> EnumQueryString -> ShowS
 P.Show)
 
 -- ** EnumQueryStringArray
 newtype EnumQueryStringArray = EnumQueryStringArray { EnumQueryStringArray -> [E'EnumFormStringArray]
-unEnumQueryStringArray :: [E'EnumFormStringArray] } deriving (EnumQueryStringArray -> EnumQueryStringArray -> Bool
+unEnumQueryStringArray :: [E'EnumFormStringArray] } deriving (EnumQueryStringArray -> EnumQueryStringArray -> Bool
 (EnumQueryStringArray -> EnumQueryStringArray -> Bool)
 -> (EnumQueryStringArray -> EnumQueryStringArray -> Bool)
 -> Eq EnumQueryStringArray
@@ -619,122 +619,122 @@
 $c/= :: EnumQueryStringArray -> EnumQueryStringArray -> Bool
 == :: EnumQueryStringArray -> EnumQueryStringArray -> Bool
 $c== :: EnumQueryStringArray -> EnumQueryStringArray -> Bool
-P.Eq, Int -> EnumQueryStringArray -> ShowS
+P.Eq, Int -> EnumQueryStringArray -> ShowS
 [EnumQueryStringArray] -> ShowS
-EnumQueryStringArray -> String
+EnumQueryStringArray -> [Char]
 (Int -> EnumQueryStringArray -> ShowS)
--> (EnumQueryStringArray -> String)
+-> (EnumQueryStringArray -> [Char])
 -> ([EnumQueryStringArray] -> ShowS)
 -> Show EnumQueryStringArray
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumQueryStringArray] -> ShowS
 $cshowList :: [EnumQueryStringArray] -> ShowS
-show :: EnumQueryStringArray -> String
-$cshow :: EnumQueryStringArray -> String
+show :: EnumQueryStringArray -> [Char]
+$cshow :: EnumQueryStringArray -> [Char]
 showsPrec :: Int -> EnumQueryStringArray -> ShowS
 $cshowsPrec :: Int -> EnumQueryStringArray -> ShowS
 P.Show)
 
 -- ** File2
-newtype File2 = File2 { File2 -> String
-unFile2 :: FilePath } deriving (File2 -> File2 -> Bool
+newtype File2 = File2 { File2 -> [Char]
+unFile2 :: FilePath } deriving (File2 -> File2 -> Bool
 (File2 -> File2 -> Bool) -> (File2 -> File2 -> Bool) -> Eq File2
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: File2 -> File2 -> Bool
 $c/= :: File2 -> File2 -> Bool
 == :: File2 -> File2 -> Bool
 $c== :: File2 -> File2 -> Bool
-P.Eq, Int -> File2 -> ShowS
+P.Eq, Int -> File2 -> ShowS
 [File2] -> ShowS
-File2 -> String
+File2 -> [Char]
 (Int -> File2 -> ShowS)
--> (File2 -> String) -> ([File2] -> ShowS) -> Show File2
+-> (File2 -> [Char]) -> ([File2] -> ShowS) -> Show File2
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [File2] -> ShowS
 $cshowList :: [File2] -> ShowS
-show :: File2 -> String
-$cshow :: File2 -> String
+show :: File2 -> [Char]
+$cshow :: File2 -> [Char]
 showsPrec :: Int -> File2 -> ShowS
 $cshowsPrec :: Int -> File2 -> ShowS
 P.Show)
 
 -- ** Http
 newtype Http = Http { Http -> [Text]
-unHttp :: [Text] } deriving (Http -> Http -> Bool
+unHttp :: [Text] } deriving (Http -> Http -> Bool
 (Http -> Http -> Bool) -> (Http -> Http -> Bool) -> Eq Http
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Http -> Http -> Bool
 $c/= :: Http -> Http -> Bool
 == :: Http -> Http -> Bool
 $c== :: Http -> Http -> Bool
-P.Eq, Int -> Http -> ShowS
+P.Eq, Int -> Http -> ShowS
 [Http] -> ShowS
-Http -> String
+Http -> [Char]
 (Int -> Http -> ShowS)
--> (Http -> String) -> ([Http] -> ShowS) -> Show Http
+-> (Http -> [Char]) -> ([Http] -> ShowS) -> Show Http
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Http] -> ShowS
 $cshowList :: [Http] -> ShowS
-show :: Http -> String
-$cshow :: Http -> String
+show :: Http -> [Char]
+$cshow :: Http -> [Char]
 showsPrec :: Int -> Http -> ShowS
 $cshowsPrec :: Int -> Http -> ShowS
 P.Show)
 
 -- ** Int32
 newtype Int32 = Int32 { Int32 -> Int
-unInt32 :: Int } deriving (Int32 -> Int32 -> Bool
+unInt32 :: Int } deriving (Int32 -> Int32 -> Bool
 (Int32 -> Int32 -> Bool) -> (Int32 -> Int32 -> Bool) -> Eq Int32
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Int32 -> Int32 -> Bool
 $c/= :: Int32 -> Int32 -> Bool
 == :: Int32 -> Int32 -> Bool
 $c== :: Int32 -> Int32 -> Bool
-P.Eq, Int -> Int32 -> ShowS
+P.Eq, Int -> Int32 -> ShowS
 [Int32] -> ShowS
-Int32 -> String
+Int32 -> [Char]
 (Int -> Int32 -> ShowS)
--> (Int32 -> String) -> ([Int32] -> ShowS) -> Show Int32
+-> (Int32 -> [Char]) -> ([Int32] -> ShowS) -> Show Int32
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Int32] -> ShowS
 $cshowList :: [Int32] -> ShowS
-show :: Int32 -> String
-$cshow :: Int32 -> String
+show :: Int32 -> [Char]
+$cshow :: Int32 -> [Char]
 showsPrec :: Int -> Int32 -> ShowS
 $cshowsPrec :: Int -> Int32 -> ShowS
 P.Show)
 
 -- ** Int64
 newtype Int64 = Int64 { Int64 -> Integer
-unInt64 :: Integer } deriving (Int64 -> Int64 -> Bool
+unInt64 :: Integer } deriving (Int64 -> Int64 -> Bool
 (Int64 -> Int64 -> Bool) -> (Int64 -> Int64 -> Bool) -> Eq Int64
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Int64 -> Int64 -> Bool
 $c/= :: Int64 -> Int64 -> Bool
 == :: Int64 -> Int64 -> Bool
 $c== :: Int64 -> Int64 -> Bool
-P.Eq, Int -> Int64 -> ShowS
+P.Eq, Int -> Int64 -> ShowS
 [Int64] -> ShowS
-Int64 -> String
+Int64 -> [Char]
 (Int -> Int64 -> ShowS)
--> (Int64 -> String) -> ([Int64] -> ShowS) -> Show Int64
+-> (Int64 -> [Char]) -> ([Int64] -> ShowS) -> Show Int64
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Int64] -> ShowS
 $cshowList :: [Int64] -> ShowS
-show :: Int64 -> String
-$cshow :: Int64 -> String
+show :: Int64 -> [Char]
+$cshow :: Int64 -> [Char]
 showsPrec :: Int -> Int64 -> ShowS
 $cshowsPrec :: Int -> Int64 -> ShowS
 P.Show)
 
 -- ** Int64Group
 newtype Int64Group = Int64Group { Int64Group -> Integer
-unInt64Group :: Integer } deriving (Int64Group -> Int64Group -> Bool
+unInt64Group :: Integer } deriving (Int64Group -> Int64Group -> Bool
 (Int64Group -> Int64Group -> Bool)
 -> (Int64Group -> Int64Group -> Bool) -> Eq Int64Group
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -742,26 +742,26 @@
 $c/= :: Int64Group -> Int64Group -> Bool
 == :: Int64Group -> Int64Group -> Bool
 $c== :: Int64Group -> Int64Group -> Bool
-P.Eq, Int -> Int64Group -> ShowS
+P.Eq, Int -> Int64Group -> ShowS
 [Int64Group] -> ShowS
-Int64Group -> String
+Int64Group -> [Char]
 (Int -> Int64Group -> ShowS)
--> (Int64Group -> String)
+-> (Int64Group -> [Char])
 -> ([Int64Group] -> ShowS)
 -> Show Int64Group
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Int64Group] -> ShowS
 $cshowList :: [Int64Group] -> ShowS
-show :: Int64Group -> String
-$cshow :: Int64Group -> String
+show :: Int64Group -> [Char]
+$cshow :: Int64Group -> [Char]
 showsPrec :: Int -> Int64Group -> ShowS
 $cshowsPrec :: Int -> Int64Group -> ShowS
 P.Show)
 
 -- ** Ioutil
 newtype Ioutil = Ioutil { Ioutil -> [Text]
-unIoutil :: [Text] } deriving (Ioutil -> Ioutil -> Bool
+unIoutil :: [Text] } deriving (Ioutil -> Ioutil -> Bool
 (Ioutil -> Ioutil -> Bool)
 -> (Ioutil -> Ioutil -> Bool) -> Eq Ioutil
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -769,48 +769,48 @@
 $c/= :: Ioutil -> Ioutil -> Bool
 == :: Ioutil -> Ioutil -> Bool
 $c== :: Ioutil -> Ioutil -> Bool
-P.Eq, Int -> Ioutil -> ShowS
+P.Eq, Int -> Ioutil -> ShowS
 [Ioutil] -> ShowS
-Ioutil -> String
+Ioutil -> [Char]
 (Int -> Ioutil -> ShowS)
--> (Ioutil -> String) -> ([Ioutil] -> ShowS) -> Show Ioutil
+-> (Ioutil -> [Char]) -> ([Ioutil] -> ShowS) -> Show Ioutil
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Ioutil] -> ShowS
 $cshowList :: [Ioutil] -> ShowS
-show :: Ioutil -> String
-$cshow :: Ioutil -> String
+show :: Ioutil -> [Char]
+$cshow :: Ioutil -> [Char]
 showsPrec :: Int -> Ioutil -> ShowS
 $cshowsPrec :: Int -> Ioutil -> ShowS
 P.Show)
 
 -- ** Name2
 newtype Name2 = Name2 { Name2 -> Text
-unName2 :: Text } deriving (Name2 -> Name2 -> Bool
+unName2 :: Text } deriving (Name2 -> Name2 -> Bool
 (Name2 -> Name2 -> Bool) -> (Name2 -> Name2 -> Bool) -> Eq Name2
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Name2 -> Name2 -> Bool
 $c/= :: Name2 -> Name2 -> Bool
 == :: Name2 -> Name2 -> Bool
 $c== :: Name2 -> Name2 -> Bool
-P.Eq, Int -> Name2 -> ShowS
+P.Eq, Int -> Name2 -> ShowS
 [Name2] -> ShowS
-Name2 -> String
+Name2 -> [Char]
 (Int -> Name2 -> ShowS)
--> (Name2 -> String) -> ([Name2] -> ShowS) -> Show Name2
+-> (Name2 -> [Char]) -> ([Name2] -> ShowS) -> Show Name2
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Name2] -> ShowS
 $cshowList :: [Name2] -> ShowS
-show :: Name2 -> String
-$cshow :: Name2 -> String
+show :: Name2 -> [Char]
+$cshow :: Name2 -> [Char]
 showsPrec :: Int -> Name2 -> ShowS
 $cshowsPrec :: Int -> Name2 -> ShowS
 P.Show)
 
 -- ** Number
 newtype Number = Number { Number -> Double
-unNumber :: Double } deriving (Number -> Number -> Bool
+unNumber :: Double } deriving (Number -> Number -> Bool
 (Number -> Number -> Bool)
 -> (Number -> Number -> Bool) -> Eq Number
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -818,24 +818,24 @@
 $c/= :: Number -> Number -> Bool
 == :: Number -> Number -> Bool
 $c== :: Number -> Number -> Bool
-P.Eq, Int -> Number -> ShowS
+P.Eq, Int -> Number -> ShowS
 [Number] -> ShowS
-Number -> String
+Number -> [Char]
 (Int -> Number -> ShowS)
--> (Number -> String) -> ([Number] -> ShowS) -> Show Number
+-> (Number -> [Char]) -> ([Number] -> ShowS) -> Show Number
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Number] -> ShowS
 $cshowList :: [Number] -> ShowS
-show :: Number -> String
-$cshow :: Number -> String
+show :: Number -> [Char]
+$cshow :: Number -> [Char]
 showsPrec :: Int -> Number -> ShowS
 $cshowsPrec :: Int -> Number -> ShowS
 P.Show)
 
 -- ** OrderId
 newtype OrderId = OrderId { OrderId -> Integer
-unOrderId :: Integer } deriving (OrderId -> OrderId -> Bool
+unOrderId :: Integer } deriving (OrderId -> OrderId -> Bool
 (OrderId -> OrderId -> Bool)
 -> (OrderId -> OrderId -> Bool) -> Eq OrderId
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -843,24 +843,24 @@
 $c/= :: OrderId -> OrderId -> Bool
 == :: OrderId -> OrderId -> Bool
 $c== :: OrderId -> OrderId -> Bool
-P.Eq, Int -> OrderId -> ShowS
+P.Eq, Int -> OrderId -> ShowS
 [OrderId] -> ShowS
-OrderId -> String
+OrderId -> [Char]
 (Int -> OrderId -> ShowS)
--> (OrderId -> String) -> ([OrderId] -> ShowS) -> Show OrderId
+-> (OrderId -> [Char]) -> ([OrderId] -> ShowS) -> Show OrderId
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [OrderId] -> ShowS
 $cshowList :: [OrderId] -> ShowS
-show :: OrderId -> String
-$cshow :: OrderId -> String
+show :: OrderId -> [Char]
+$cshow :: OrderId -> [Char]
 showsPrec :: Int -> OrderId -> ShowS
 $cshowsPrec :: Int -> OrderId -> ShowS
 P.Show)
 
 -- ** OrderIdText
 newtype OrderIdText = OrderIdText { OrderIdText -> Text
-unOrderIdText :: Text } deriving (OrderIdText -> OrderIdText -> Bool
+unOrderIdText :: Text } deriving (OrderIdText -> OrderIdText -> Bool
 (OrderIdText -> OrderIdText -> Bool)
 -> (OrderIdText -> OrderIdText -> Bool) -> Eq OrderIdText
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -868,50 +868,50 @@
 $c/= :: OrderIdText -> OrderIdText -> Bool
 == :: OrderIdText -> OrderIdText -> Bool
 $c== :: OrderIdText -> OrderIdText -> Bool
-P.Eq, Int -> OrderIdText -> ShowS
+P.Eq, Int -> OrderIdText -> ShowS
 [OrderIdText] -> ShowS
-OrderIdText -> String
+OrderIdText -> [Char]
 (Int -> OrderIdText -> ShowS)
--> (OrderIdText -> String)
+-> (OrderIdText -> [Char])
 -> ([OrderIdText] -> ShowS)
 -> Show OrderIdText
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [OrderIdText] -> ShowS
 $cshowList :: [OrderIdText] -> ShowS
-show :: OrderIdText -> String
-$cshow :: OrderIdText -> String
+show :: OrderIdText -> [Char]
+$cshow :: OrderIdText -> [Char]
 showsPrec :: Int -> OrderIdText -> ShowS
 $cshowsPrec :: Int -> OrderIdText -> ShowS
 P.Show)
 
 -- ** Param
 newtype Param = Param { Param -> Text
-unParam :: Text } deriving (Param -> Param -> Bool
+unParam :: Text } deriving (Param -> Param -> Bool
 (Param -> Param -> Bool) -> (Param -> Param -> Bool) -> Eq Param
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Param -> Param -> Bool
 $c/= :: Param -> Param -> Bool
 == :: Param -> Param -> Bool
 $c== :: Param -> Param -> Bool
-P.Eq, Int -> Param -> ShowS
+P.Eq, Int -> Param -> ShowS
 [Param] -> ShowS
-Param -> String
+Param -> [Char]
 (Int -> Param -> ShowS)
--> (Param -> String) -> ([Param] -> ShowS) -> Show Param
+-> (Param -> [Char]) -> ([Param] -> ShowS) -> Show Param
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Param] -> ShowS
 $cshowList :: [Param] -> ShowS
-show :: Param -> String
-$cshow :: Param -> String
+show :: Param -> [Char]
+$cshow :: Param -> [Char]
 showsPrec :: Int -> Param -> ShowS
 $cshowsPrec :: Int -> Param -> ShowS
 P.Show)
 
 -- ** Param2
 newtype Param2 = Param2 { Param2 -> Text
-unParam2 :: Text } deriving (Param2 -> Param2 -> Bool
+unParam2 :: Text } deriving (Param2 -> Param2 -> Bool
 (Param2 -> Param2 -> Bool)
 -> (Param2 -> Param2 -> Bool) -> Eq Param2
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -919,24 +919,24 @@
 $c/= :: Param2 -> Param2 -> Bool
 == :: Param2 -> Param2 -> Bool
 $c== :: Param2 -> Param2 -> Bool
-P.Eq, Int -> Param2 -> ShowS
+P.Eq, Int -> Param2 -> ShowS
 [Param2] -> ShowS
-Param2 -> String
+Param2 -> [Char]
 (Int -> Param2 -> ShowS)
--> (Param2 -> String) -> ([Param2] -> ShowS) -> Show Param2
+-> (Param2 -> [Char]) -> ([Param2] -> ShowS) -> Show Param2
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Param2] -> ShowS
 $cshowList :: [Param2] -> ShowS
-show :: Param2 -> String
-$cshow :: Param2 -> String
+show :: Param2 -> [Char]
+$cshow :: Param2 -> [Char]
 showsPrec :: Int -> Param2 -> ShowS
 $cshowsPrec :: Int -> Param2 -> ShowS
 P.Show)
 
 -- ** ParamBinary
-newtype ParamBinary = ParamBinary { ParamBinary -> String
-unParamBinary :: FilePath } deriving (ParamBinary -> ParamBinary -> Bool
+newtype ParamBinary = ParamBinary { ParamBinary -> [Char]
+unParamBinary :: FilePath } deriving (ParamBinary -> ParamBinary -> Bool
 (ParamBinary -> ParamBinary -> Bool)
 -> (ParamBinary -> ParamBinary -> Bool) -> Eq ParamBinary
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -944,26 +944,26 @@
 $c/= :: ParamBinary -> ParamBinary -> Bool
 == :: ParamBinary -> ParamBinary -> Bool
 $c== :: ParamBinary -> ParamBinary -> Bool
-P.Eq, Int -> ParamBinary -> ShowS
+P.Eq, Int -> ParamBinary -> ShowS
 [ParamBinary] -> ShowS
-ParamBinary -> String
+ParamBinary -> [Char]
 (Int -> ParamBinary -> ShowS)
--> (ParamBinary -> String)
+-> (ParamBinary -> [Char])
 -> ([ParamBinary] -> ShowS)
 -> Show ParamBinary
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamBinary] -> ShowS
 $cshowList :: [ParamBinary] -> ShowS
-show :: ParamBinary -> String
-$cshow :: ParamBinary -> String
+show :: ParamBinary -> [Char]
+$cshow :: ParamBinary -> [Char]
 showsPrec :: Int -> ParamBinary -> ShowS
 $cshowsPrec :: Int -> ParamBinary -> ShowS
 P.Show)
 
 -- ** ParamDate
 newtype ParamDate = ParamDate { ParamDate -> Date
-unParamDate :: Date } deriving (ParamDate -> ParamDate -> Bool
+unParamDate :: Date } deriving (ParamDate -> ParamDate -> Bool
 (ParamDate -> ParamDate -> Bool)
 -> (ParamDate -> ParamDate -> Bool) -> Eq ParamDate
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -971,26 +971,26 @@
 $c/= :: ParamDate -> ParamDate -> Bool
 == :: ParamDate -> ParamDate -> Bool
 $c== :: ParamDate -> ParamDate -> Bool
-P.Eq, Int -> ParamDate -> ShowS
+P.Eq, Int -> ParamDate -> ShowS
 [ParamDate] -> ShowS
-ParamDate -> String
+ParamDate -> [Char]
 (Int -> ParamDate -> ShowS)
--> (ParamDate -> String)
+-> (ParamDate -> [Char])
 -> ([ParamDate] -> ShowS)
 -> Show ParamDate
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamDate] -> ShowS
 $cshowList :: [ParamDate] -> ShowS
-show :: ParamDate -> String
-$cshow :: ParamDate -> String
+show :: ParamDate -> [Char]
+$cshow :: ParamDate -> [Char]
 showsPrec :: Int -> ParamDate -> ShowS
 $cshowsPrec :: Int -> ParamDate -> ShowS
 P.Show)
 
 -- ** ParamDateTime
 newtype ParamDateTime = ParamDateTime { ParamDateTime -> DateTime
-unParamDateTime :: DateTime } deriving (ParamDateTime -> ParamDateTime -> Bool
+unParamDateTime :: DateTime } deriving (ParamDateTime -> ParamDateTime -> Bool
 (ParamDateTime -> ParamDateTime -> Bool)
 -> (ParamDateTime -> ParamDateTime -> Bool) -> Eq ParamDateTime
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -998,26 +998,26 @@
 $c/= :: ParamDateTime -> ParamDateTime -> Bool
 == :: ParamDateTime -> ParamDateTime -> Bool
 $c== :: ParamDateTime -> ParamDateTime -> Bool
-P.Eq, Int -> ParamDateTime -> ShowS
+P.Eq, Int -> ParamDateTime -> ShowS
 [ParamDateTime] -> ShowS
-ParamDateTime -> String
+ParamDateTime -> [Char]
 (Int -> ParamDateTime -> ShowS)
--> (ParamDateTime -> String)
+-> (ParamDateTime -> [Char])
 -> ([ParamDateTime] -> ShowS)
 -> Show ParamDateTime
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamDateTime] -> ShowS
 $cshowList :: [ParamDateTime] -> ShowS
-show :: ParamDateTime -> String
-$cshow :: ParamDateTime -> String
+show :: ParamDateTime -> [Char]
+$cshow :: ParamDateTime -> [Char]
 showsPrec :: Int -> ParamDateTime -> ShowS
 $cshowsPrec :: Int -> ParamDateTime -> ShowS
 P.Show)
 
 -- ** ParamDouble
 newtype ParamDouble = ParamDouble { ParamDouble -> Double
-unParamDouble :: Double } deriving (ParamDouble -> ParamDouble -> Bool
+unParamDouble :: Double } deriving (ParamDouble -> ParamDouble -> Bool
 (ParamDouble -> ParamDouble -> Bool)
 -> (ParamDouble -> ParamDouble -> Bool) -> Eq ParamDouble
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1025,26 +1025,26 @@
 $c/= :: ParamDouble -> ParamDouble -> Bool
 == :: ParamDouble -> ParamDouble -> Bool
 $c== :: ParamDouble -> ParamDouble -> Bool
-P.Eq, Int -> ParamDouble -> ShowS
+P.Eq, Int -> ParamDouble -> ShowS
 [ParamDouble] -> ShowS
-ParamDouble -> String
+ParamDouble -> [Char]
 (Int -> ParamDouble -> ShowS)
--> (ParamDouble -> String)
+-> (ParamDouble -> [Char])
 -> ([ParamDouble] -> ShowS)
 -> Show ParamDouble
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamDouble] -> ShowS
 $cshowList :: [ParamDouble] -> ShowS
-show :: ParamDouble -> String
-$cshow :: ParamDouble -> String
+show :: ParamDouble -> [Char]
+$cshow :: ParamDouble -> [Char]
 showsPrec :: Int -> ParamDouble -> ShowS
 $cshowsPrec :: Int -> ParamDouble -> ShowS
 P.Show)
 
 -- ** ParamFloat
 newtype ParamFloat = ParamFloat { ParamFloat -> Float
-unParamFloat :: Float } deriving (ParamFloat -> ParamFloat -> Bool
+unParamFloat :: Float } deriving (ParamFloat -> ParamFloat -> Bool
 (ParamFloat -> ParamFloat -> Bool)
 -> (ParamFloat -> ParamFloat -> Bool) -> Eq ParamFloat
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1052,26 +1052,26 @@
 $c/= :: ParamFloat -> ParamFloat -> Bool
 == :: ParamFloat -> ParamFloat -> Bool
 $c== :: ParamFloat -> ParamFloat -> Bool
-P.Eq, Int -> ParamFloat -> ShowS
+P.Eq, Int -> ParamFloat -> ShowS
 [ParamFloat] -> ShowS
-ParamFloat -> String
+ParamFloat -> [Char]
 (Int -> ParamFloat -> ShowS)
--> (ParamFloat -> String)
+-> (ParamFloat -> [Char])
 -> ([ParamFloat] -> ShowS)
 -> Show ParamFloat
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamFloat] -> ShowS
 $cshowList :: [ParamFloat] -> ShowS
-show :: ParamFloat -> String
-$cshow :: ParamFloat -> String
+show :: ParamFloat -> [Char]
+$cshow :: ParamFloat -> [Char]
 showsPrec :: Int -> ParamFloat -> ShowS
 $cshowsPrec :: Int -> ParamFloat -> ShowS
 P.Show)
 
 -- ** ParamInteger
 newtype ParamInteger = ParamInteger { ParamInteger -> Int
-unParamInteger :: Int } deriving (ParamInteger -> ParamInteger -> Bool
+unParamInteger :: Int } deriving (ParamInteger -> ParamInteger -> Bool
 (ParamInteger -> ParamInteger -> Bool)
 -> (ParamInteger -> ParamInteger -> Bool) -> Eq ParamInteger
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1079,26 +1079,26 @@
 $c/= :: ParamInteger -> ParamInteger -> Bool
 == :: ParamInteger -> ParamInteger -> Bool
 $c== :: ParamInteger -> ParamInteger -> Bool
-P.Eq, Int -> ParamInteger -> ShowS
+P.Eq, Int -> ParamInteger -> ShowS
 [ParamInteger] -> ShowS
-ParamInteger -> String
+ParamInteger -> [Char]
 (Int -> ParamInteger -> ShowS)
--> (ParamInteger -> String)
+-> (ParamInteger -> [Char])
 -> ([ParamInteger] -> ShowS)
 -> Show ParamInteger
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamInteger] -> ShowS
 $cshowList :: [ParamInteger] -> ShowS
-show :: ParamInteger -> String
-$cshow :: ParamInteger -> String
+show :: ParamInteger -> [Char]
+$cshow :: ParamInteger -> [Char]
 showsPrec :: Int -> ParamInteger -> ShowS
 $cshowsPrec :: Int -> ParamInteger -> ShowS
 P.Show)
 
 -- ** ParamMapMapStringText
-newtype ParamMapMapStringText = ParamMapMapStringText { ParamMapMapStringText -> Map String Text
-unParamMapMapStringText :: (Map.Map String Text) } deriving (ParamMapMapStringText -> ParamMapMapStringText -> Bool
+newtype ParamMapMapStringText = ParamMapMapStringText { ParamMapMapStringText -> Map [Char] Text
+unParamMapMapStringText :: (Map.Map String Text) } deriving (ParamMapMapStringText -> ParamMapMapStringText -> Bool
 (ParamMapMapStringText -> ParamMapMapStringText -> Bool)
 -> (ParamMapMapStringText -> ParamMapMapStringText -> Bool)
 -> Eq ParamMapMapStringText
@@ -1107,22 +1107,22 @@
 $c/= :: ParamMapMapStringText -> ParamMapMapStringText -> Bool
 == :: ParamMapMapStringText -> ParamMapMapStringText -> Bool
 $c== :: ParamMapMapStringText -> ParamMapMapStringText -> Bool
-P.Eq, Int -> ParamMapMapStringText -> ShowS
+P.Eq, Int -> ParamMapMapStringText -> ShowS
 [ParamMapMapStringText] -> ShowS
-ParamMapMapStringText -> String
+ParamMapMapStringText -> [Char]
 (Int -> ParamMapMapStringText -> ShowS)
--> (ParamMapMapStringText -> String)
+-> (ParamMapMapStringText -> [Char])
 -> ([ParamMapMapStringText] -> ShowS)
 -> Show ParamMapMapStringText
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamMapMapStringText] -> ShowS
 $cshowList :: [ParamMapMapStringText] -> ShowS
-show :: ParamMapMapStringText -> String
-$cshow :: ParamMapMapStringText -> String
+show :: ParamMapMapStringText -> [Char]
+$cshow :: ParamMapMapStringText -> [Char]
 showsPrec :: Int -> ParamMapMapStringText -> ShowS
 $cshowsPrec :: Int -> ParamMapMapStringText -> ShowS
-P.Show, [ParamMapMapStringText] -> Value
+P.Show, [ParamMapMapStringText] -> Value
 [ParamMapMapStringText] -> Encoding
 ParamMapMapStringText -> Value
 ParamMapMapStringText -> Encoding
@@ -1145,11 +1145,11 @@
 $ctoEncoding :: ParamMapMapStringText -> Encoding
 toJSON :: ParamMapMapStringText -> Value
 $ctoJSON :: ParamMapMapStringText -> Value
-A.ToJSON)
+A.ToJSON)
 
 -- ** ParamString
 newtype ParamString = ParamString { ParamString -> Text
-unParamString :: Text } deriving (ParamString -> ParamString -> Bool
+unParamString :: Text } deriving (ParamString -> ParamString -> Bool
 (ParamString -> ParamString -> Bool)
 -> (ParamString -> ParamString -> Bool) -> Eq ParamString
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1157,26 +1157,26 @@
 $c/= :: ParamString -> ParamString -> Bool
 == :: ParamString -> ParamString -> Bool
 $c== :: ParamString -> ParamString -> Bool
-P.Eq, Int -> ParamString -> ShowS
+P.Eq, Int -> ParamString -> ShowS
 [ParamString] -> ShowS
-ParamString -> String
+ParamString -> [Char]
 (Int -> ParamString -> ShowS)
--> (ParamString -> String)
+-> (ParamString -> [Char])
 -> ([ParamString] -> ShowS)
 -> Show ParamString
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ParamString] -> ShowS
 $cshowList :: [ParamString] -> ShowS
-show :: ParamString -> String
-$cshow :: ParamString -> String
+show :: ParamString -> [Char]
+$cshow :: ParamString -> [Char]
 showsPrec :: Int -> ParamString -> ShowS
 $cshowsPrec :: Int -> ParamString -> ShowS
 P.Show)
 
 -- ** Password
 newtype Password = Password { Password -> Text
-unPassword :: Text } deriving (Password -> Password -> Bool
+unPassword :: Text } deriving (Password -> Password -> Bool
 (Password -> Password -> Bool)
 -> (Password -> Password -> Bool) -> Eq Password
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1184,24 +1184,24 @@
 $c/= :: Password -> Password -> Bool
 == :: Password -> Password -> Bool
 $c== :: Password -> Password -> Bool
-P.Eq, Int -> Password -> ShowS
+P.Eq, Int -> Password -> ShowS
 [Password] -> ShowS
-Password -> String
+Password -> [Char]
 (Int -> Password -> ShowS)
--> (Password -> String) -> ([Password] -> ShowS) -> Show Password
+-> (Password -> [Char]) -> ([Password] -> ShowS) -> Show Password
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Password] -> ShowS
 $cshowList :: [Password] -> ShowS
-show :: Password -> String
-$cshow :: Password -> String
+show :: Password -> [Char]
+$cshow :: Password -> [Char]
 showsPrec :: Int -> Password -> ShowS
 $cshowsPrec :: Int -> Password -> ShowS
 P.Show)
 
 -- ** PatternWithoutDelimiter
 newtype PatternWithoutDelimiter = PatternWithoutDelimiter { PatternWithoutDelimiter -> Text
-unPatternWithoutDelimiter :: Text } deriving (PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool
+unPatternWithoutDelimiter :: Text } deriving (PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool
 (PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool)
 -> (PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool)
 -> Eq PatternWithoutDelimiter
@@ -1210,98 +1210,98 @@
 $c/= :: PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool
 == :: PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool
 $c== :: PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool
-P.Eq, Int -> PatternWithoutDelimiter -> ShowS
+P.Eq, Int -> PatternWithoutDelimiter -> ShowS
 [PatternWithoutDelimiter] -> ShowS
-PatternWithoutDelimiter -> String
+PatternWithoutDelimiter -> [Char]
 (Int -> PatternWithoutDelimiter -> ShowS)
--> (PatternWithoutDelimiter -> String)
+-> (PatternWithoutDelimiter -> [Char])
 -> ([PatternWithoutDelimiter] -> ShowS)
 -> Show PatternWithoutDelimiter
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [PatternWithoutDelimiter] -> ShowS
 $cshowList :: [PatternWithoutDelimiter] -> ShowS
-show :: PatternWithoutDelimiter -> String
-$cshow :: PatternWithoutDelimiter -> String
+show :: PatternWithoutDelimiter -> [Char]
+$cshow :: PatternWithoutDelimiter -> [Char]
 showsPrec :: Int -> PatternWithoutDelimiter -> ShowS
 $cshowsPrec :: Int -> PatternWithoutDelimiter -> ShowS
 P.Show)
 
 -- ** PetId
 newtype PetId = PetId { PetId -> Integer
-unPetId :: Integer } deriving (PetId -> PetId -> Bool
+unPetId :: Integer } deriving (PetId -> PetId -> Bool
 (PetId -> PetId -> Bool) -> (PetId -> PetId -> Bool) -> Eq PetId
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: PetId -> PetId -> Bool
 $c/= :: PetId -> PetId -> Bool
 == :: PetId -> PetId -> Bool
 $c== :: PetId -> PetId -> Bool
-P.Eq, Int -> PetId -> ShowS
+P.Eq, Int -> PetId -> ShowS
 [PetId] -> ShowS
-PetId -> String
+PetId -> [Char]
 (Int -> PetId -> ShowS)
--> (PetId -> String) -> ([PetId] -> ShowS) -> Show PetId
+-> (PetId -> [Char]) -> ([PetId] -> ShowS) -> Show PetId
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [PetId] -> ShowS
 $cshowList :: [PetId] -> ShowS
-show :: PetId -> String
-$cshow :: PetId -> String
+show :: PetId -> [Char]
+$cshow :: PetId -> [Char]
 showsPrec :: Int -> PetId -> ShowS
 $cshowsPrec :: Int -> PetId -> ShowS
 P.Show)
 
 -- ** Pipe
 newtype Pipe = Pipe { Pipe -> [Text]
-unPipe :: [Text] } deriving (Pipe -> Pipe -> Bool
+unPipe :: [Text] } deriving (Pipe -> Pipe -> Bool
 (Pipe -> Pipe -> Bool) -> (Pipe -> Pipe -> Bool) -> Eq Pipe
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Pipe -> Pipe -> Bool
 $c/= :: Pipe -> Pipe -> Bool
 == :: Pipe -> Pipe -> Bool
 $c== :: Pipe -> Pipe -> Bool
-P.Eq, Int -> Pipe -> ShowS
+P.Eq, Int -> Pipe -> ShowS
 [Pipe] -> ShowS
-Pipe -> String
+Pipe -> [Char]
 (Int -> Pipe -> ShowS)
--> (Pipe -> String) -> ([Pipe] -> ShowS) -> Show Pipe
+-> (Pipe -> [Char]) -> ([Pipe] -> ShowS) -> Show Pipe
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Pipe] -> ShowS
 $cshowList :: [Pipe] -> ShowS
-show :: Pipe -> String
-$cshow :: Pipe -> String
+show :: Pipe -> [Char]
+$cshow :: Pipe -> [Char]
 showsPrec :: Int -> Pipe -> ShowS
 $cshowsPrec :: Int -> Pipe -> ShowS
 P.Show)
 
 -- ** Query
 newtype Query = Query { Query -> Text
-unQuery :: Text } deriving (Query -> Query -> Bool
+unQuery :: Text } deriving (Query -> Query -> Bool
 (Query -> Query -> Bool) -> (Query -> Query -> Bool) -> Eq Query
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Query -> Query -> Bool
 $c/= :: Query -> Query -> Bool
 == :: Query -> Query -> Bool
 $c== :: Query -> Query -> Bool
-P.Eq, Int -> Query -> ShowS
+P.Eq, Int -> Query -> ShowS
 [Query] -> ShowS
-Query -> String
+Query -> [Char]
 (Int -> Query -> ShowS)
--> (Query -> String) -> ([Query] -> ShowS) -> Show Query
+-> (Query -> [Char]) -> ([Query] -> ShowS) -> Show Query
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Query] -> ShowS
 $cshowList :: [Query] -> ShowS
-show :: Query -> String
-$cshow :: Query -> String
+show :: Query -> [Char]
+$cshow :: Query -> [Char]
 showsPrec :: Int -> Query -> ShowS
 $cshowsPrec :: Int -> Query -> ShowS
 P.Show)
 
 -- ** RequiredBooleanGroup
 newtype RequiredBooleanGroup = RequiredBooleanGroup { RequiredBooleanGroup -> Bool
-unRequiredBooleanGroup :: Bool } deriving (RequiredBooleanGroup -> RequiredBooleanGroup -> Bool
+unRequiredBooleanGroup :: Bool } deriving (RequiredBooleanGroup -> RequiredBooleanGroup -> Bool
 (RequiredBooleanGroup -> RequiredBooleanGroup -> Bool)
 -> (RequiredBooleanGroup -> RequiredBooleanGroup -> Bool)
 -> Eq RequiredBooleanGroup
@@ -1310,26 +1310,26 @@
 $c/= :: RequiredBooleanGroup -> RequiredBooleanGroup -> Bool
 == :: RequiredBooleanGroup -> RequiredBooleanGroup -> Bool
 $c== :: RequiredBooleanGroup -> RequiredBooleanGroup -> Bool
-P.Eq, Int -> RequiredBooleanGroup -> ShowS
+P.Eq, Int -> RequiredBooleanGroup -> ShowS
 [RequiredBooleanGroup] -> ShowS
-RequiredBooleanGroup -> String
+RequiredBooleanGroup -> [Char]
 (Int -> RequiredBooleanGroup -> ShowS)
--> (RequiredBooleanGroup -> String)
+-> (RequiredBooleanGroup -> [Char])
 -> ([RequiredBooleanGroup] -> ShowS)
 -> Show RequiredBooleanGroup
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [RequiredBooleanGroup] -> ShowS
 $cshowList :: [RequiredBooleanGroup] -> ShowS
-show :: RequiredBooleanGroup -> String
-$cshow :: RequiredBooleanGroup -> String
+show :: RequiredBooleanGroup -> [Char]
+$cshow :: RequiredBooleanGroup -> [Char]
 showsPrec :: Int -> RequiredBooleanGroup -> ShowS
 $cshowsPrec :: Int -> RequiredBooleanGroup -> ShowS
 P.Show)
 
 -- ** RequiredFile
-newtype RequiredFile = RequiredFile { RequiredFile -> String
-unRequiredFile :: FilePath } deriving (RequiredFile -> RequiredFile -> Bool
+newtype RequiredFile = RequiredFile { RequiredFile -> [Char]
+unRequiredFile :: FilePath } deriving (RequiredFile -> RequiredFile -> Bool
 (RequiredFile -> RequiredFile -> Bool)
 -> (RequiredFile -> RequiredFile -> Bool) -> Eq RequiredFile
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1337,26 +1337,26 @@
 $c/= :: RequiredFile -> RequiredFile -> Bool
 == :: RequiredFile -> RequiredFile -> Bool
 $c== :: RequiredFile -> RequiredFile -> Bool
-P.Eq, Int -> RequiredFile -> ShowS
+P.Eq, Int -> RequiredFile -> ShowS
 [RequiredFile] -> ShowS
-RequiredFile -> String
+RequiredFile -> [Char]
 (Int -> RequiredFile -> ShowS)
--> (RequiredFile -> String)
+-> (RequiredFile -> [Char])
 -> ([RequiredFile] -> ShowS)
 -> Show RequiredFile
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [RequiredFile] -> ShowS
 $cshowList :: [RequiredFile] -> ShowS
-show :: RequiredFile -> String
-$cshow :: RequiredFile -> String
+show :: RequiredFile -> [Char]
+$cshow :: RequiredFile -> [Char]
 showsPrec :: Int -> RequiredFile -> ShowS
 $cshowsPrec :: Int -> RequiredFile -> ShowS
 P.Show)
 
 -- ** RequiredInt64Group
 newtype RequiredInt64Group = RequiredInt64Group { RequiredInt64Group -> Integer
-unRequiredInt64Group :: Integer } deriving (RequiredInt64Group -> RequiredInt64Group -> Bool
+unRequiredInt64Group :: Integer } deriving (RequiredInt64Group -> RequiredInt64Group -> Bool
 (RequiredInt64Group -> RequiredInt64Group -> Bool)
 -> (RequiredInt64Group -> RequiredInt64Group -> Bool)
 -> Eq RequiredInt64Group
@@ -1365,26 +1365,26 @@
 $c/= :: RequiredInt64Group -> RequiredInt64Group -> Bool
 == :: RequiredInt64Group -> RequiredInt64Group -> Bool
 $c== :: RequiredInt64Group -> RequiredInt64Group -> Bool
-P.Eq, Int -> RequiredInt64Group -> ShowS
+P.Eq, Int -> RequiredInt64Group -> ShowS
 [RequiredInt64Group] -> ShowS
-RequiredInt64Group -> String
+RequiredInt64Group -> [Char]
 (Int -> RequiredInt64Group -> ShowS)
--> (RequiredInt64Group -> String)
+-> (RequiredInt64Group -> [Char])
 -> ([RequiredInt64Group] -> ShowS)
 -> Show RequiredInt64Group
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [RequiredInt64Group] -> ShowS
 $cshowList :: [RequiredInt64Group] -> ShowS
-show :: RequiredInt64Group -> String
-$cshow :: RequiredInt64Group -> String
+show :: RequiredInt64Group -> [Char]
+$cshow :: RequiredInt64Group -> [Char]
 showsPrec :: Int -> RequiredInt64Group -> ShowS
 $cshowsPrec :: Int -> RequiredInt64Group -> ShowS
 P.Show)
 
 -- ** RequiredStringGroup
 newtype RequiredStringGroup = RequiredStringGroup { RequiredStringGroup -> Int
-unRequiredStringGroup :: Int } deriving (RequiredStringGroup -> RequiredStringGroup -> Bool
+unRequiredStringGroup :: Int } deriving (RequiredStringGroup -> RequiredStringGroup -> Bool
 (RequiredStringGroup -> RequiredStringGroup -> Bool)
 -> (RequiredStringGroup -> RequiredStringGroup -> Bool)
 -> Eq RequiredStringGroup
@@ -1393,26 +1393,26 @@
 $c/= :: RequiredStringGroup -> RequiredStringGroup -> Bool
 == :: RequiredStringGroup -> RequiredStringGroup -> Bool
 $c== :: RequiredStringGroup -> RequiredStringGroup -> Bool
-P.Eq, Int -> RequiredStringGroup -> ShowS
+P.Eq, Int -> RequiredStringGroup -> ShowS
 [RequiredStringGroup] -> ShowS
-RequiredStringGroup -> String
+RequiredStringGroup -> [Char]
 (Int -> RequiredStringGroup -> ShowS)
--> (RequiredStringGroup -> String)
+-> (RequiredStringGroup -> [Char])
 -> ([RequiredStringGroup] -> ShowS)
 -> Show RequiredStringGroup
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [RequiredStringGroup] -> ShowS
 $cshowList :: [RequiredStringGroup] -> ShowS
-show :: RequiredStringGroup -> String
-$cshow :: RequiredStringGroup -> String
+show :: RequiredStringGroup -> [Char]
+$cshow :: RequiredStringGroup -> [Char]
 showsPrec :: Int -> RequiredStringGroup -> ShowS
 $cshowsPrec :: Int -> RequiredStringGroup -> ShowS
 P.Show)
 
 -- ** Status
 newtype Status = Status { Status -> [E'Status2]
-unStatus :: [E'Status2] } deriving (Status -> Status -> Bool
+unStatus :: [E'Status2] } deriving (Status -> Status -> Bool
 (Status -> Status -> Bool)
 -> (Status -> Status -> Bool) -> Eq Status
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1420,24 +1420,24 @@
 $c/= :: Status -> Status -> Bool
 == :: Status -> Status -> Bool
 $c== :: Status -> Status -> Bool
-P.Eq, Int -> Status -> ShowS
+P.Eq, Int -> Status -> ShowS
 [Status] -> ShowS
-Status -> String
+Status -> [Char]
 (Int -> Status -> ShowS)
--> (Status -> String) -> ([Status] -> ShowS) -> Show Status
+-> (Status -> [Char]) -> ([Status] -> ShowS) -> Show Status
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Status] -> ShowS
 $cshowList :: [Status] -> ShowS
-show :: Status -> String
-$cshow :: Status -> String
+show :: Status -> [Char]
+$cshow :: Status -> [Char]
 showsPrec :: Int -> Status -> ShowS
 $cshowsPrec :: Int -> Status -> ShowS
 P.Show)
 
 -- ** StatusText
 newtype StatusText = StatusText { StatusText -> Text
-unStatusText :: Text } deriving (StatusText -> StatusText -> Bool
+unStatusText :: Text } deriving (StatusText -> StatusText -> Bool
 (StatusText -> StatusText -> Bool)
 -> (StatusText -> StatusText -> Bool) -> Eq StatusText
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1445,26 +1445,26 @@
 $c/= :: StatusText -> StatusText -> Bool
 == :: StatusText -> StatusText -> Bool
 $c== :: StatusText -> StatusText -> Bool
-P.Eq, Int -> StatusText -> ShowS
+P.Eq, Int -> StatusText -> ShowS
 [StatusText] -> ShowS
-StatusText -> String
+StatusText -> [Char]
 (Int -> StatusText -> ShowS)
--> (StatusText -> String)
+-> (StatusText -> [Char])
 -> ([StatusText] -> ShowS)
 -> Show StatusText
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [StatusText] -> ShowS
 $cshowList :: [StatusText] -> ShowS
-show :: StatusText -> String
-$cshow :: StatusText -> String
+show :: StatusText -> [Char]
+$cshow :: StatusText -> [Char]
 showsPrec :: Int -> StatusText -> ShowS
 $cshowsPrec :: Int -> StatusText -> ShowS
 P.Show)
 
 -- ** StringGroup
 newtype StringGroup = StringGroup { StringGroup -> Int
-unStringGroup :: Int } deriving (StringGroup -> StringGroup -> Bool
+unStringGroup :: Int } deriving (StringGroup -> StringGroup -> Bool
 (StringGroup -> StringGroup -> Bool)
 -> (StringGroup -> StringGroup -> Bool) -> Eq StringGroup
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1472,74 +1472,74 @@
 $c/= :: StringGroup -> StringGroup -> Bool
 == :: StringGroup -> StringGroup -> Bool
 $c== :: StringGroup -> StringGroup -> Bool
-P.Eq, Int -> StringGroup -> ShowS
+P.Eq, Int -> StringGroup -> ShowS
 [StringGroup] -> ShowS
-StringGroup -> String
+StringGroup -> [Char]
 (Int -> StringGroup -> ShowS)
--> (StringGroup -> String)
+-> (StringGroup -> [Char])
 -> ([StringGroup] -> ShowS)
 -> Show StringGroup
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [StringGroup] -> ShowS
 $cshowList :: [StringGroup] -> ShowS
-show :: StringGroup -> String
-$cshow :: StringGroup -> String
+show :: StringGroup -> [Char]
+$cshow :: StringGroup -> [Char]
 showsPrec :: Int -> StringGroup -> ShowS
 $cshowsPrec :: Int -> StringGroup -> ShowS
 P.Show)
 
 -- ** Tags
 newtype Tags = Tags { Tags -> [Text]
-unTags :: [Text] } deriving (Tags -> Tags -> Bool
+unTags :: [Text] } deriving (Tags -> Tags -> Bool
 (Tags -> Tags -> Bool) -> (Tags -> Tags -> Bool) -> Eq Tags
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Tags -> Tags -> Bool
 $c/= :: Tags -> Tags -> Bool
 == :: Tags -> Tags -> Bool
 $c== :: Tags -> Tags -> Bool
-P.Eq, Int -> Tags -> ShowS
+P.Eq, Int -> Tags -> ShowS
 [Tags] -> ShowS
-Tags -> String
+Tags -> [Char]
 (Int -> Tags -> ShowS)
--> (Tags -> String) -> ([Tags] -> ShowS) -> Show Tags
+-> (Tags -> [Char]) -> ([Tags] -> ShowS) -> Show Tags
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Tags] -> ShowS
 $cshowList :: [Tags] -> ShowS
-show :: Tags -> String
-$cshow :: Tags -> String
+show :: Tags -> [Char]
+$cshow :: Tags -> [Char]
 showsPrec :: Int -> Tags -> ShowS
 $cshowsPrec :: Int -> Tags -> ShowS
 P.Show)
 
 -- ** Url
 newtype Url = Url { Url -> [Text]
-unUrl :: [Text] } deriving (Url -> Url -> Bool
+unUrl :: [Text] } deriving (Url -> Url -> Bool
 (Url -> Url -> Bool) -> (Url -> Url -> Bool) -> Eq Url
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Url -> Url -> Bool
 $c/= :: Url -> Url -> Bool
 == :: Url -> Url -> Bool
 $c== :: Url -> Url -> Bool
-P.Eq, Int -> Url -> ShowS
+P.Eq, Int -> Url -> ShowS
 [Url] -> ShowS
-Url -> String
+Url -> [Char]
 (Int -> Url -> ShowS)
--> (Url -> String) -> ([Url] -> ShowS) -> Show Url
+-> (Url -> [Char]) -> ([Url] -> ShowS) -> Show Url
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Url] -> ShowS
 $cshowList :: [Url] -> ShowS
-show :: Url -> String
-$cshow :: Url -> String
+show :: Url -> [Char]
+$cshow :: Url -> [Char]
 showsPrec :: Int -> Url -> ShowS
 $cshowsPrec :: Int -> Url -> ShowS
 P.Show)
 
 -- ** Username
 newtype Username = Username { Username -> Text
-unUsername :: Text } deriving (Username -> Username -> Bool
+unUsername :: Text } deriving (Username -> Username -> Bool
 (Username -> Username -> Bool)
 -> (Username -> Username -> Bool) -> Eq Username
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -1547,17 +1547,17 @@
 $c/= :: Username -> Username -> Bool
 == :: Username -> Username -> Bool
 $c== :: Username -> Username -> Bool
-P.Eq, Int -> Username -> ShowS
+P.Eq, Int -> Username -> ShowS
 [Username] -> ShowS
-Username -> String
+Username -> [Char]
 (Int -> Username -> ShowS)
--> (Username -> String) -> ([Username] -> ShowS) -> Show Username
+-> (Username -> [Char]) -> ([Username] -> ShowS) -> Show Username
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Username] -> ShowS
 $cshowList :: [Username] -> ShowS
-show :: Username -> String
-$cshow :: Username -> String
+show :: Username -> [Char]
+$cshow :: Username -> [Char]
 showsPrec :: Int -> Username -> ShowS
 $cshowsPrec :: Int -> Username -> ShowS
 P.Show)
@@ -1570,22 +1570,22 @@
 data AdditionalPropertiesAnyType = AdditionalPropertiesAnyType
   { AdditionalPropertiesAnyType -> Maybe Text
 additionalPropertiesAnyTypeName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> AdditionalPropertiesAnyType -> ShowS
+  } deriving (Int -> AdditionalPropertiesAnyType -> ShowS
 [AdditionalPropertiesAnyType] -> ShowS
-AdditionalPropertiesAnyType -> String
+AdditionalPropertiesAnyType -> [Char]
 (Int -> AdditionalPropertiesAnyType -> ShowS)
--> (AdditionalPropertiesAnyType -> String)
+-> (AdditionalPropertiesAnyType -> [Char])
 -> ([AdditionalPropertiesAnyType] -> ShowS)
 -> Show AdditionalPropertiesAnyType
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesAnyType] -> ShowS
 $cshowList :: [AdditionalPropertiesAnyType] -> ShowS
-show :: AdditionalPropertiesAnyType -> String
-$cshow :: AdditionalPropertiesAnyType -> String
+show :: AdditionalPropertiesAnyType -> [Char]
+$cshow :: AdditionalPropertiesAnyType -> [Char]
 showsPrec :: Int -> AdditionalPropertiesAnyType -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesAnyType -> ShowS
-P.Show, AdditionalPropertiesAnyType -> AdditionalPropertiesAnyType -> Bool
+P.Show, AdditionalPropertiesAnyType -> AdditionalPropertiesAnyType -> Bool
 (AdditionalPropertiesAnyType
  -> AdditionalPropertiesAnyType -> Bool)
 -> (AdditionalPropertiesAnyType
@@ -1599,47 +1599,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesAnyType
-instance A.FromJSON AdditionalPropertiesAnyType where
-  parseJSON :: Value -> Parser AdditionalPropertiesAnyType
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesAnyType where
+  parseJSON :: Value -> Parser AdditionalPropertiesAnyType
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesAnyType)
 -> Value
 -> Parser AdditionalPropertiesAnyType
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesAnyType" ((Object -> Parser AdditionalPropertiesAnyType)
  -> Value -> Parser AdditionalPropertiesAnyType)
 -> (Object -> Parser AdditionalPropertiesAnyType)
 -> Value
 -> Parser AdditionalPropertiesAnyType
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> AdditionalPropertiesAnyType
 AdditionalPropertiesAnyType
       (Maybe Text -> AdditionalPropertiesAnyType)
 -> Parser (Maybe Text) -> Parser AdditionalPropertiesAnyType
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON AdditionalPropertiesAnyType
-instance A.ToJSON AdditionalPropertiesAnyType where
-  toJSON :: AdditionalPropertiesAnyType -> Value
-toJSON AdditionalPropertiesAnyType {Maybe Text
+instance A.ToJSON AdditionalPropertiesAnyType where
+  toJSON :: AdditionalPropertiesAnyType -> Value
+toJSON AdditionalPropertiesAnyType {Maybe Text
 additionalPropertiesAnyTypeName :: Maybe Text
 additionalPropertiesAnyTypeName :: AdditionalPropertiesAnyType -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-additionalPropertiesAnyTypeName
+additionalPropertiesAnyTypeName
       ]
 
 
@@ -1661,22 +1661,22 @@
 data AdditionalPropertiesArray = AdditionalPropertiesArray
   { AdditionalPropertiesArray -> Maybe Text
 additionalPropertiesArrayName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> AdditionalPropertiesArray -> ShowS
+  } deriving (Int -> AdditionalPropertiesArray -> ShowS
 [AdditionalPropertiesArray] -> ShowS
-AdditionalPropertiesArray -> String
+AdditionalPropertiesArray -> [Char]
 (Int -> AdditionalPropertiesArray -> ShowS)
--> (AdditionalPropertiesArray -> String)
+-> (AdditionalPropertiesArray -> [Char])
 -> ([AdditionalPropertiesArray] -> ShowS)
 -> Show AdditionalPropertiesArray
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesArray] -> ShowS
 $cshowList :: [AdditionalPropertiesArray] -> ShowS
-show :: AdditionalPropertiesArray -> String
-$cshow :: AdditionalPropertiesArray -> String
+show :: AdditionalPropertiesArray -> [Char]
+$cshow :: AdditionalPropertiesArray -> [Char]
 showsPrec :: Int -> AdditionalPropertiesArray -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesArray -> ShowS
-P.Show, AdditionalPropertiesArray -> AdditionalPropertiesArray -> Bool
+P.Show, AdditionalPropertiesArray -> AdditionalPropertiesArray -> Bool
 (AdditionalPropertiesArray -> AdditionalPropertiesArray -> Bool)
 -> (AdditionalPropertiesArray -> AdditionalPropertiesArray -> Bool)
 -> Eq AdditionalPropertiesArray
@@ -1688,47 +1688,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesArray
-instance A.FromJSON AdditionalPropertiesArray where
-  parseJSON :: Value -> Parser AdditionalPropertiesArray
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesArray where
+  parseJSON :: Value -> Parser AdditionalPropertiesArray
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesArray)
 -> Value
 -> Parser AdditionalPropertiesArray
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesArray" ((Object -> Parser AdditionalPropertiesArray)
  -> Value -> Parser AdditionalPropertiesArray)
 -> (Object -> Parser AdditionalPropertiesArray)
 -> Value
 -> Parser AdditionalPropertiesArray
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> AdditionalPropertiesArray
 AdditionalPropertiesArray
       (Maybe Text -> AdditionalPropertiesArray)
 -> Parser (Maybe Text) -> Parser AdditionalPropertiesArray
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON AdditionalPropertiesArray
-instance A.ToJSON AdditionalPropertiesArray where
-  toJSON :: AdditionalPropertiesArray -> Value
-toJSON AdditionalPropertiesArray {Maybe Text
+instance A.ToJSON AdditionalPropertiesArray where
+  toJSON :: AdditionalPropertiesArray -> Value
+toJSON AdditionalPropertiesArray {Maybe Text
 additionalPropertiesArrayName :: Maybe Text
 additionalPropertiesArrayName :: AdditionalPropertiesArray -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-additionalPropertiesArrayName
+additionalPropertiesArrayName
       ]
 
 
@@ -1750,22 +1750,22 @@
 data AdditionalPropertiesBoolean = AdditionalPropertiesBoolean
   { AdditionalPropertiesBoolean -> Maybe Text
 additionalPropertiesBooleanName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> AdditionalPropertiesBoolean -> ShowS
+  } deriving (Int -> AdditionalPropertiesBoolean -> ShowS
 [AdditionalPropertiesBoolean] -> ShowS
-AdditionalPropertiesBoolean -> String
+AdditionalPropertiesBoolean -> [Char]
 (Int -> AdditionalPropertiesBoolean -> ShowS)
--> (AdditionalPropertiesBoolean -> String)
+-> (AdditionalPropertiesBoolean -> [Char])
 -> ([AdditionalPropertiesBoolean] -> ShowS)
 -> Show AdditionalPropertiesBoolean
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesBoolean] -> ShowS
 $cshowList :: [AdditionalPropertiesBoolean] -> ShowS
-show :: AdditionalPropertiesBoolean -> String
-$cshow :: AdditionalPropertiesBoolean -> String
+show :: AdditionalPropertiesBoolean -> [Char]
+$cshow :: AdditionalPropertiesBoolean -> [Char]
 showsPrec :: Int -> AdditionalPropertiesBoolean -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesBoolean -> ShowS
-P.Show, AdditionalPropertiesBoolean -> AdditionalPropertiesBoolean -> Bool
+P.Show, AdditionalPropertiesBoolean -> AdditionalPropertiesBoolean -> Bool
 (AdditionalPropertiesBoolean
  -> AdditionalPropertiesBoolean -> Bool)
 -> (AdditionalPropertiesBoolean
@@ -1779,47 +1779,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesBoolean
-instance A.FromJSON AdditionalPropertiesBoolean where
-  parseJSON :: Value -> Parser AdditionalPropertiesBoolean
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesBoolean where
+  parseJSON :: Value -> Parser AdditionalPropertiesBoolean
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesBoolean)
 -> Value
 -> Parser AdditionalPropertiesBoolean
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesBoolean" ((Object -> Parser AdditionalPropertiesBoolean)
  -> Value -> Parser AdditionalPropertiesBoolean)
 -> (Object -> Parser AdditionalPropertiesBoolean)
 -> Value
 -> Parser AdditionalPropertiesBoolean
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> AdditionalPropertiesBoolean
 AdditionalPropertiesBoolean
       (Maybe Text -> AdditionalPropertiesBoolean)
 -> Parser (Maybe Text) -> Parser AdditionalPropertiesBoolean
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON AdditionalPropertiesBoolean
-instance A.ToJSON AdditionalPropertiesBoolean where
-  toJSON :: AdditionalPropertiesBoolean -> Value
-toJSON AdditionalPropertiesBoolean {Maybe Text
+instance A.ToJSON AdditionalPropertiesBoolean where
+  toJSON :: AdditionalPropertiesBoolean -> Value
+toJSON AdditionalPropertiesBoolean {Maybe Text
 additionalPropertiesBooleanName :: Maybe Text
 additionalPropertiesBooleanName :: AdditionalPropertiesBoolean -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-additionalPropertiesBooleanName
+additionalPropertiesBooleanName
       ]
 
 
@@ -1839,21 +1839,21 @@
 -- ** AdditionalPropertiesClass
 -- | AdditionalPropertiesClass
 data AdditionalPropertiesClass = AdditionalPropertiesClass
-  { AdditionalPropertiesClass -> Maybe (Map String Text)
+  { AdditionalPropertiesClass -> Maybe (Map [Char] Text)
 additionalPropertiesClassMapString :: !(Maybe (Map.Map String Text)) -- ^ "map_string"
-  , AdditionalPropertiesClass -> Maybe (Map String Double)
+  , AdditionalPropertiesClass -> Maybe (Map [Char] Double)
 additionalPropertiesClassMapNumber :: !(Maybe (Map.Map String Double)) -- ^ "map_number"
-  , AdditionalPropertiesClass -> Maybe (Map String Int)
+  , AdditionalPropertiesClass -> Maybe (Map [Char] Int)
 additionalPropertiesClassMapInteger :: !(Maybe (Map.Map String Int)) -- ^ "map_integer"
-  , AdditionalPropertiesClass -> Maybe (Map String Bool)
+  , AdditionalPropertiesClass -> Maybe (Map [Char] Bool)
 additionalPropertiesClassMapBoolean :: !(Maybe (Map.Map String Bool)) -- ^ "map_boolean"
-  , AdditionalPropertiesClass -> Maybe (Map String [Int])
+  , AdditionalPropertiesClass -> Maybe (Map [Char] [Int])
 additionalPropertiesClassMapArrayInteger :: !(Maybe (Map.Map String [Int])) -- ^ "map_array_integer"
-  , AdditionalPropertiesClass -> Maybe (Map String [Value])
+  , AdditionalPropertiesClass -> Maybe (Map [Char] [Value])
 additionalPropertiesClassMapArrayAnytype :: !(Maybe (Map.Map String [A.Value])) -- ^ "map_array_anytype"
-  , AdditionalPropertiesClass -> Maybe (Map String (Map String Text))
+  , AdditionalPropertiesClass -> Maybe (Map [Char] (Map [Char] Text))
 additionalPropertiesClassMapMapString :: !(Maybe (Map.Map String (Map.Map String Text))) -- ^ "map_map_string"
-  , AdditionalPropertiesClass -> Maybe (Map String (Map String Value))
+  , AdditionalPropertiesClass -> Maybe (Map [Char] (Map [Char] Value))
 additionalPropertiesClassMapMapAnytype :: !(Maybe (Map.Map String (Map.Map String A.Value))) -- ^ "map_map_anytype"
   , AdditionalPropertiesClass -> Maybe Value
 additionalPropertiesClassAnytype1 :: !(Maybe A.Value) -- ^ "anytype_1"
@@ -1861,22 +1861,22 @@
 additionalPropertiesClassAnytype2 :: !(Maybe A.Value) -- ^ "anytype_2"
   , AdditionalPropertiesClass -> Maybe Value
 additionalPropertiesClassAnytype3 :: !(Maybe A.Value) -- ^ "anytype_3"
-  } deriving (Int -> AdditionalPropertiesClass -> ShowS
+  } deriving (Int -> AdditionalPropertiesClass -> ShowS
 [AdditionalPropertiesClass] -> ShowS
-AdditionalPropertiesClass -> String
+AdditionalPropertiesClass -> [Char]
 (Int -> AdditionalPropertiesClass -> ShowS)
--> (AdditionalPropertiesClass -> String)
+-> (AdditionalPropertiesClass -> [Char])
 -> ([AdditionalPropertiesClass] -> ShowS)
 -> Show AdditionalPropertiesClass
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesClass] -> ShowS
 $cshowList :: [AdditionalPropertiesClass] -> ShowS
-show :: AdditionalPropertiesClass -> String
-$cshow :: AdditionalPropertiesClass -> String
+show :: AdditionalPropertiesClass -> [Char]
+$cshow :: AdditionalPropertiesClass -> [Char]
 showsPrec :: Int -> AdditionalPropertiesClass -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesClass -> ShowS
-P.Show, AdditionalPropertiesClass -> AdditionalPropertiesClass -> Bool
+P.Show, AdditionalPropertiesClass -> AdditionalPropertiesClass -> Bool
 (AdditionalPropertiesClass -> AdditionalPropertiesClass -> Bool)
 -> (AdditionalPropertiesClass -> AdditionalPropertiesClass -> Bool)
 -> Eq AdditionalPropertiesClass
@@ -1888,231 +1888,231 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesClass
-instance A.FromJSON AdditionalPropertiesClass where
-  parseJSON :: Value -> Parser AdditionalPropertiesClass
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesClass where
+  parseJSON :: Value -> Parser AdditionalPropertiesClass
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesClass)
 -> Value
 -> Parser AdditionalPropertiesClass
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesClass" ((Object -> Parser AdditionalPropertiesClass)
  -> Value -> Parser AdditionalPropertiesClass)
 -> (Object -> Parser AdditionalPropertiesClass)
 -> Value
 -> Parser AdditionalPropertiesClass
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
-    Maybe (Map String Text)
--> Maybe (Map String Double)
--> Maybe (Map String Int)
--> Maybe (Map String Bool)
--> Maybe (Map String [Int])
--> Maybe (Map String [Value])
--> Maybe (Map String (Map String Text))
--> Maybe (Map String (Map String Value))
+$ \Object
+o ->
+    Maybe (Map [Char] Text)
+-> Maybe (Map [Char] Double)
+-> Maybe (Map [Char] Int)
+-> Maybe (Map [Char] Bool)
+-> Maybe (Map [Char] [Int])
+-> Maybe (Map [Char] [Value])
+-> Maybe (Map [Char] (Map [Char] Text))
+-> Maybe (Map [Char] (Map [Char] Value))
 -> Maybe Value
 -> Maybe Value
 -> Maybe Value
 -> AdditionalPropertiesClass
 AdditionalPropertiesClass
-      (Maybe (Map String Text)
- -> Maybe (Map String Double)
- -> Maybe (Map String Int)
- -> Maybe (Map String Bool)
- -> Maybe (Map String [Int])
- -> Maybe (Map String [Value])
- -> Maybe (Map String (Map String Text))
- -> Maybe (Map String (Map String Value))
+      (Maybe (Map [Char] Text)
+ -> Maybe (Map [Char] Double)
+ -> Maybe (Map [Char] Int)
+ -> Maybe (Map [Char] Bool)
+ -> Maybe (Map [Char] [Int])
+ -> Maybe (Map [Char] [Value])
+ -> Maybe (Map [Char] (Map [Char] Text))
+ -> Maybe (Map [Char] (Map [Char] Value))
  -> Maybe Value
  -> Maybe Value
  -> Maybe Value
  -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String Text))
+-> Parser (Maybe (Map [Char] Text))
 -> Parser
-     (Maybe (Map String Double)
-      -> Maybe (Map String Int)
-      -> Maybe (Map String Bool)
-      -> Maybe (Map String [Int])
-      -> Maybe (Map String [Value])
-      -> Maybe (Map String (Map String Text))
-      -> Maybe (Map String (Map String Value))
+     (Maybe (Map [Char] Double)
+      -> Maybe (Map [Char] Int)
+      -> Maybe (Map [Char] Bool)
+      -> Maybe (Map [Char] [Int])
+      -> Maybe (Map [Char] [Value])
+      -> Maybe (Map [Char] (Map [Char] Text))
+      -> Maybe (Map [Char] (Map [Char] Value))
       -> Maybe Value
       -> Maybe Value
       -> Maybe Value
       -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe (Map String Text))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] Text))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_string")
       Parser
-  (Maybe (Map String Double)
-   -> Maybe (Map String Int)
-   -> Maybe (Map String Bool)
-   -> Maybe (Map String [Int])
-   -> Maybe (Map String [Value])
-   -> Maybe (Map String (Map String Text))
-   -> Maybe (Map String (Map String Value))
+  (Maybe (Map [Char] Double)
+   -> Maybe (Map [Char] Int)
+   -> Maybe (Map [Char] Bool)
+   -> Maybe (Map [Char] [Int])
+   -> Maybe (Map [Char] [Value])
+   -> Maybe (Map [Char] (Map [Char] Text))
+   -> Maybe (Map [Char] (Map [Char] Value))
    -> Maybe Value
    -> Maybe Value
    -> Maybe Value
    -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String Double))
+-> Parser (Maybe (Map [Char] Double))
 -> Parser
-     (Maybe (Map String Int)
-      -> Maybe (Map String Bool)
-      -> Maybe (Map String [Int])
-      -> Maybe (Map String [Value])
-      -> Maybe (Map String (Map String Text))
-      -> Maybe (Map String (Map String Value))
+     (Maybe (Map [Char] Int)
+      -> Maybe (Map [Char] Bool)
+      -> Maybe (Map [Char] [Int])
+      -> Maybe (Map [Char] [Value])
+      -> Maybe (Map [Char] (Map [Char] Text))
+      -> Maybe (Map [Char] (Map [Char] Value))
       -> Maybe Value
       -> Maybe Value
       -> Maybe Value
       -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String Double))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] Double))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_number")
       Parser
-  (Maybe (Map String Int)
-   -> Maybe (Map String Bool)
-   -> Maybe (Map String [Int])
-   -> Maybe (Map String [Value])
-   -> Maybe (Map String (Map String Text))
-   -> Maybe (Map String (Map String Value))
+  (Maybe (Map [Char] Int)
+   -> Maybe (Map [Char] Bool)
+   -> Maybe (Map [Char] [Int])
+   -> Maybe (Map [Char] [Value])
+   -> Maybe (Map [Char] (Map [Char] Text))
+   -> Maybe (Map [Char] (Map [Char] Value))
    -> Maybe Value
    -> Maybe Value
    -> Maybe Value
    -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String Int))
+-> Parser (Maybe (Map [Char] Int))
 -> Parser
-     (Maybe (Map String Bool)
-      -> Maybe (Map String [Int])
-      -> Maybe (Map String [Value])
-      -> Maybe (Map String (Map String Text))
-      -> Maybe (Map String (Map String Value))
+     (Maybe (Map [Char] Bool)
+      -> Maybe (Map [Char] [Int])
+      -> Maybe (Map [Char] [Value])
+      -> Maybe (Map [Char] (Map [Char] Text))
+      -> Maybe (Map [Char] (Map [Char] Value))
       -> Maybe Value
       -> Maybe Value
       -> Maybe Value
       -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String Int))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] Int))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_integer")
       Parser
-  (Maybe (Map String Bool)
-   -> Maybe (Map String [Int])
-   -> Maybe (Map String [Value])
-   -> Maybe (Map String (Map String Text))
-   -> Maybe (Map String (Map String Value))
+  (Maybe (Map [Char] Bool)
+   -> Maybe (Map [Char] [Int])
+   -> Maybe (Map [Char] [Value])
+   -> Maybe (Map [Char] (Map [Char] Text))
+   -> Maybe (Map [Char] (Map [Char] Value))
    -> Maybe Value
    -> Maybe Value
    -> Maybe Value
    -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String Bool))
+-> Parser (Maybe (Map [Char] Bool))
 -> Parser
-     (Maybe (Map String [Int])
-      -> Maybe (Map String [Value])
-      -> Maybe (Map String (Map String Text))
-      -> Maybe (Map String (Map String Value))
+     (Maybe (Map [Char] [Int])
+      -> Maybe (Map [Char] [Value])
+      -> Maybe (Map [Char] (Map [Char] Text))
+      -> Maybe (Map [Char] (Map [Char] Value))
       -> Maybe Value
       -> Maybe Value
       -> Maybe Value
       -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String Bool))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] Bool))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_boolean")
       Parser
-  (Maybe (Map String [Int])
-   -> Maybe (Map String [Value])
-   -> Maybe (Map String (Map String Text))
-   -> Maybe (Map String (Map String Value))
+  (Maybe (Map [Char] [Int])
+   -> Maybe (Map [Char] [Value])
+   -> Maybe (Map [Char] (Map [Char] Text))
+   -> Maybe (Map [Char] (Map [Char] Value))
    -> Maybe Value
    -> Maybe Value
    -> Maybe Value
    -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String [Int]))
+-> Parser (Maybe (Map [Char] [Int]))
 -> Parser
-     (Maybe (Map String [Value])
-      -> Maybe (Map String (Map String Text))
-      -> Maybe (Map String (Map String Value))
+     (Maybe (Map [Char] [Value])
+      -> Maybe (Map [Char] (Map [Char] Text))
+      -> Maybe (Map [Char] (Map [Char] Value))
       -> Maybe Value
       -> Maybe Value
       -> Maybe Value
       -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String [Int]))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] [Int]))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_array_integer")
       Parser
-  (Maybe (Map String [Value])
-   -> Maybe (Map String (Map String Text))
-   -> Maybe (Map String (Map String Value))
+  (Maybe (Map [Char] [Value])
+   -> Maybe (Map [Char] (Map [Char] Text))
+   -> Maybe (Map [Char] (Map [Char] Value))
    -> Maybe Value
    -> Maybe Value
    -> Maybe Value
    -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String [Value]))
+-> Parser (Maybe (Map [Char] [Value]))
 -> Parser
-     (Maybe (Map String (Map String Text))
-      -> Maybe (Map String (Map String Value))
+     (Maybe (Map [Char] (Map [Char] Text))
+      -> Maybe (Map [Char] (Map [Char] Value))
       -> Maybe Value
       -> Maybe Value
       -> Maybe Value
       -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String [Value]))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] [Value]))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_array_anytype")
       Parser
-  (Maybe (Map String (Map String Text))
-   -> Maybe (Map String (Map String Value))
+  (Maybe (Map [Char] (Map [Char] Text))
+   -> Maybe (Map [Char] (Map [Char] Value))
    -> Maybe Value
    -> Maybe Value
    -> Maybe Value
    -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String (Map String Text)))
+-> Parser (Maybe (Map [Char] (Map [Char] Text)))
 -> Parser
-     (Maybe (Map String (Map String Value))
+     (Maybe (Map [Char] (Map [Char] Value))
       -> Maybe Value
       -> Maybe Value
       -> Maybe Value
       -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String (Map String Text)))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] (Map [Char] Text)))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_map_string")
       Parser
-  (Maybe (Map String (Map String Value))
+  (Maybe (Map [Char] (Map [Char] Value))
    -> Maybe Value
    -> Maybe Value
    -> Maybe Value
    -> AdditionalPropertiesClass)
--> Parser (Maybe (Map String (Map String Value)))
+-> Parser (Maybe (Map [Char] (Map [Char] Value)))
 -> Parser
      (Maybe Value
       -> Maybe Value -> Maybe Value -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String (Map String Value)))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] (Map [Char] Value)))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_map_anytype")
       Parser
   (Maybe Value
@@ -2121,120 +2121,120 @@
 -> Parser (Maybe Value -> Maybe Value -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Value)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Value)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "anytype_1")
       Parser (Maybe Value -> Maybe Value -> AdditionalPropertiesClass)
 -> Parser (Maybe Value)
 -> Parser (Maybe Value -> AdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Value)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Value)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "anytype_2")
       Parser (Maybe Value -> AdditionalPropertiesClass)
 -> Parser (Maybe Value) -> Parser AdditionalPropertiesClass
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Value)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Value)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "anytype_3")
 
 -- | ToJSON AdditionalPropertiesClass
-instance A.ToJSON AdditionalPropertiesClass where
-  toJSON :: AdditionalPropertiesClass -> Value
-toJSON AdditionalPropertiesClass {Maybe (Map String Bool)
-Maybe (Map String Double)
-Maybe (Map String Int)
-Maybe (Map String [Int])
-Maybe (Map String [Value])
-Maybe (Map String (Map String Text))
-Maybe (Map String (Map String Value))
-Maybe (Map String Text)
+instance A.ToJSON AdditionalPropertiesClass where
+  toJSON :: AdditionalPropertiesClass -> Value
+toJSON AdditionalPropertiesClass {Maybe (Map [Char] Bool)
+Maybe (Map [Char] Double)
+Maybe (Map [Char] Int)
+Maybe (Map [Char] [Int])
+Maybe (Map [Char] [Value])
+Maybe (Map [Char] (Map [Char] Text))
+Maybe (Map [Char] (Map [Char] Value))
+Maybe (Map [Char] Text)
 Maybe Value
 additionalPropertiesClassAnytype3 :: Maybe Value
 additionalPropertiesClassAnytype2 :: Maybe Value
 additionalPropertiesClassAnytype1 :: Maybe Value
-additionalPropertiesClassMapMapAnytype :: Maybe (Map String (Map String Value))
-additionalPropertiesClassMapMapString :: Maybe (Map String (Map String Text))
-additionalPropertiesClassMapArrayAnytype :: Maybe (Map String [Value])
-additionalPropertiesClassMapArrayInteger :: Maybe (Map String [Int])
-additionalPropertiesClassMapBoolean :: Maybe (Map String Bool)
-additionalPropertiesClassMapInteger :: Maybe (Map String Int)
-additionalPropertiesClassMapNumber :: Maybe (Map String Double)
-additionalPropertiesClassMapString :: Maybe (Map String Text)
+additionalPropertiesClassMapMapAnytype :: Maybe (Map [Char] (Map [Char] Value))
+additionalPropertiesClassMapMapString :: Maybe (Map [Char] (Map [Char] Text))
+additionalPropertiesClassMapArrayAnytype :: Maybe (Map [Char] [Value])
+additionalPropertiesClassMapArrayInteger :: Maybe (Map [Char] [Int])
+additionalPropertiesClassMapBoolean :: Maybe (Map [Char] Bool)
+additionalPropertiesClassMapInteger :: Maybe (Map [Char] Int)
+additionalPropertiesClassMapNumber :: Maybe (Map [Char] Double)
+additionalPropertiesClassMapString :: Maybe (Map [Char] Text)
 additionalPropertiesClassAnytype3 :: AdditionalPropertiesClass -> Maybe Value
 additionalPropertiesClassAnytype2 :: AdditionalPropertiesClass -> Maybe Value
 additionalPropertiesClassAnytype1 :: AdditionalPropertiesClass -> Maybe Value
-additionalPropertiesClassMapMapAnytype :: AdditionalPropertiesClass -> Maybe (Map String (Map String Value))
-additionalPropertiesClassMapMapString :: AdditionalPropertiesClass -> Maybe (Map String (Map String Text))
-additionalPropertiesClassMapArrayAnytype :: AdditionalPropertiesClass -> Maybe (Map String [Value])
-additionalPropertiesClassMapArrayInteger :: AdditionalPropertiesClass -> Maybe (Map String [Int])
-additionalPropertiesClassMapBoolean :: AdditionalPropertiesClass -> Maybe (Map String Bool)
-additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int)
-additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double)
-additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text)
-..} =
-   [(Text, Value)] -> Value
+additionalPropertiesClassMapMapAnytype :: AdditionalPropertiesClass -> Maybe (Map [Char] (Map [Char] Value))
+additionalPropertiesClassMapMapString :: AdditionalPropertiesClass -> Maybe (Map [Char] (Map [Char] Text))
+additionalPropertiesClassMapArrayAnytype :: AdditionalPropertiesClass -> Maybe (Map [Char] [Value])
+additionalPropertiesClassMapArrayInteger :: AdditionalPropertiesClass -> Maybe (Map [Char] [Int])
+additionalPropertiesClassMapBoolean :: AdditionalPropertiesClass -> Maybe (Map [Char] Bool)
+additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map [Char] Int)
+additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map [Char] Double)
+additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map [Char] Text)
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"map_string" Text -> Maybe (Map String Text) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String Text)
-additionalPropertiesClassMapString
-      , Text
-"map_number" Text -> Maybe (Map String Double) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String Double)
-additionalPropertiesClassMapNumber
-      , Text
-"map_integer" Text -> Maybe (Map String Int) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String Int)
-additionalPropertiesClassMapInteger
-      , Text
-"map_boolean" Text -> Maybe (Map String Bool) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String Bool)
-additionalPropertiesClassMapBoolean
-      , Text
-"map_array_integer" Text -> Maybe (Map String [Int]) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String [Int])
-additionalPropertiesClassMapArrayInteger
-      , Text
-"map_array_anytype" Text -> Maybe (Map String [Value]) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String [Value])
-additionalPropertiesClassMapArrayAnytype
-      , Text
-"map_map_string" Text -> Maybe (Map String (Map String Text)) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String (Map String Text))
-additionalPropertiesClassMapMapString
-      , Text
-"map_map_anytype" Text -> Maybe (Map String (Map String Value)) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String (Map String Value))
-additionalPropertiesClassMapMapAnytype
-      , Text
-"anytype_1" Text -> Maybe Value -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"map_string" Key -> Maybe (Map [Char] Text) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] Text)
+additionalPropertiesClassMapString
+      , Key
+"map_number" Key -> Maybe (Map [Char] Double) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] Double)
+additionalPropertiesClassMapNumber
+      , Key
+"map_integer" Key -> Maybe (Map [Char] Int) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] Int)
+additionalPropertiesClassMapInteger
+      , Key
+"map_boolean" Key -> Maybe (Map [Char] Bool) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] Bool)
+additionalPropertiesClassMapBoolean
+      , Key
+"map_array_integer" Key -> Maybe (Map [Char] [Int]) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] [Int])
+additionalPropertiesClassMapArrayInteger
+      , Key
+"map_array_anytype" Key -> Maybe (Map [Char] [Value]) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] [Value])
+additionalPropertiesClassMapArrayAnytype
+      , Key
+"map_map_string" Key -> Maybe (Map [Char] (Map [Char] Text)) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] (Map [Char] Text))
+additionalPropertiesClassMapMapString
+      , Key
+"map_map_anytype" Key -> Maybe (Map [Char] (Map [Char] Value)) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] (Map [Char] Value))
+additionalPropertiesClassMapMapAnytype
+      , Key
+"anytype_1" Key -> Maybe Value -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Value
-additionalPropertiesClassAnytype1
-      , Text
-"anytype_2" Text -> Maybe Value -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+additionalPropertiesClassAnytype1
+      , Key
+"anytype_2" Key -> Maybe Value -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Value
-additionalPropertiesClassAnytype2
-      , Text
-"anytype_3" Text -> Maybe Value -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+additionalPropertiesClassAnytype2
+      , Key
+"anytype_3" Key -> Maybe Value -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Value
-additionalPropertiesClassAnytype3
+additionalPropertiesClassAnytype3
       ]
 
 
@@ -2243,49 +2243,49 @@
   :: AdditionalPropertiesClass
 mkAdditionalPropertiesClass :: AdditionalPropertiesClass
 mkAdditionalPropertiesClass =
-  AdditionalPropertiesClass :: Maybe (Map String Text)
--> Maybe (Map String Double)
--> Maybe (Map String Int)
--> Maybe (Map String Bool)
--> Maybe (Map String [Int])
--> Maybe (Map String [Value])
--> Maybe (Map String (Map String Text))
--> Maybe (Map String (Map String Value))
+  AdditionalPropertiesClass :: Maybe (Map [Char] Text)
+-> Maybe (Map [Char] Double)
+-> Maybe (Map [Char] Int)
+-> Maybe (Map [Char] Bool)
+-> Maybe (Map [Char] [Int])
+-> Maybe (Map [Char] [Value])
+-> Maybe (Map [Char] (Map [Char] Text))
+-> Maybe (Map [Char] (Map [Char] Value))
 -> Maybe Value
 -> Maybe Value
 -> Maybe Value
 -> AdditionalPropertiesClass
 AdditionalPropertiesClass
-  { additionalPropertiesClassMapString :: Maybe (Map String Text)
-additionalPropertiesClassMapString = Maybe (Map String Text)
+  { additionalPropertiesClassMapString :: Maybe (Map [Char] Text)
+additionalPropertiesClassMapString = Maybe (Map [Char] Text)
 forall a. Maybe a
 Nothing
-  , additionalPropertiesClassMapNumber :: Maybe (Map String Double)
-additionalPropertiesClassMapNumber = Maybe (Map String Double)
+  , additionalPropertiesClassMapNumber :: Maybe (Map [Char] Double)
+additionalPropertiesClassMapNumber = Maybe (Map [Char] Double)
 forall a. Maybe a
 Nothing
-  , additionalPropertiesClassMapInteger :: Maybe (Map String Int)
-additionalPropertiesClassMapInteger = Maybe (Map String Int)
+  , additionalPropertiesClassMapInteger :: Maybe (Map [Char] Int)
+additionalPropertiesClassMapInteger = Maybe (Map [Char] Int)
 forall a. Maybe a
 Nothing
-  , additionalPropertiesClassMapBoolean :: Maybe (Map String Bool)
-additionalPropertiesClassMapBoolean = Maybe (Map String Bool)
+  , additionalPropertiesClassMapBoolean :: Maybe (Map [Char] Bool)
+additionalPropertiesClassMapBoolean = Maybe (Map [Char] Bool)
 forall a. Maybe a
 Nothing
-  , additionalPropertiesClassMapArrayInteger :: Maybe (Map String [Int])
-additionalPropertiesClassMapArrayInteger = Maybe (Map String [Int])
+  , additionalPropertiesClassMapArrayInteger :: Maybe (Map [Char] [Int])
+additionalPropertiesClassMapArrayInteger = Maybe (Map [Char] [Int])
 forall a. Maybe a
 Nothing
-  , additionalPropertiesClassMapArrayAnytype :: Maybe (Map String [Value])
-additionalPropertiesClassMapArrayAnytype = Maybe (Map String [Value])
+  , additionalPropertiesClassMapArrayAnytype :: Maybe (Map [Char] [Value])
+additionalPropertiesClassMapArrayAnytype = Maybe (Map [Char] [Value])
 forall a. Maybe a
 Nothing
-  , additionalPropertiesClassMapMapString :: Maybe (Map String (Map String Text))
-additionalPropertiesClassMapMapString = Maybe (Map String (Map String Text))
+  , additionalPropertiesClassMapMapString :: Maybe (Map [Char] (Map [Char] Text))
+additionalPropertiesClassMapMapString = Maybe (Map [Char] (Map [Char] Text))
 forall a. Maybe a
 Nothing
-  , additionalPropertiesClassMapMapAnytype :: Maybe (Map String (Map String Value))
-additionalPropertiesClassMapMapAnytype = Maybe (Map String (Map String Value))
+  , additionalPropertiesClassMapMapAnytype :: Maybe (Map [Char] (Map [Char] Value))
+additionalPropertiesClassMapMapAnytype = Maybe (Map [Char] (Map [Char] Value))
 forall a. Maybe a
 Nothing
   , additionalPropertiesClassAnytype1 :: Maybe Value
@@ -2307,22 +2307,22 @@
 data AdditionalPropertiesInteger = AdditionalPropertiesInteger
   { AdditionalPropertiesInteger -> Maybe Text
 additionalPropertiesIntegerName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> AdditionalPropertiesInteger -> ShowS
+  } deriving (Int -> AdditionalPropertiesInteger -> ShowS
 [AdditionalPropertiesInteger] -> ShowS
-AdditionalPropertiesInteger -> String
+AdditionalPropertiesInteger -> [Char]
 (Int -> AdditionalPropertiesInteger -> ShowS)
--> (AdditionalPropertiesInteger -> String)
+-> (AdditionalPropertiesInteger -> [Char])
 -> ([AdditionalPropertiesInteger] -> ShowS)
 -> Show AdditionalPropertiesInteger
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesInteger] -> ShowS
 $cshowList :: [AdditionalPropertiesInteger] -> ShowS
-show :: AdditionalPropertiesInteger -> String
-$cshow :: AdditionalPropertiesInteger -> String
+show :: AdditionalPropertiesInteger -> [Char]
+$cshow :: AdditionalPropertiesInteger -> [Char]
 showsPrec :: Int -> AdditionalPropertiesInteger -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesInteger -> ShowS
-P.Show, AdditionalPropertiesInteger -> AdditionalPropertiesInteger -> Bool
+P.Show, AdditionalPropertiesInteger -> AdditionalPropertiesInteger -> Bool
 (AdditionalPropertiesInteger
  -> AdditionalPropertiesInteger -> Bool)
 -> (AdditionalPropertiesInteger
@@ -2336,47 +2336,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesInteger
-instance A.FromJSON AdditionalPropertiesInteger where
-  parseJSON :: Value -> Parser AdditionalPropertiesInteger
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesInteger where
+  parseJSON :: Value -> Parser AdditionalPropertiesInteger
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesInteger)
 -> Value
 -> Parser AdditionalPropertiesInteger
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesInteger" ((Object -> Parser AdditionalPropertiesInteger)
  -> Value -> Parser AdditionalPropertiesInteger)
 -> (Object -> Parser AdditionalPropertiesInteger)
 -> Value
 -> Parser AdditionalPropertiesInteger
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> AdditionalPropertiesInteger
 AdditionalPropertiesInteger
       (Maybe Text -> AdditionalPropertiesInteger)
 -> Parser (Maybe Text) -> Parser AdditionalPropertiesInteger
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON AdditionalPropertiesInteger
-instance A.ToJSON AdditionalPropertiesInteger where
-  toJSON :: AdditionalPropertiesInteger -> Value
-toJSON AdditionalPropertiesInteger {Maybe Text
+instance A.ToJSON AdditionalPropertiesInteger where
+  toJSON :: AdditionalPropertiesInteger -> Value
+toJSON AdditionalPropertiesInteger {Maybe Text
 additionalPropertiesIntegerName :: Maybe Text
 additionalPropertiesIntegerName :: AdditionalPropertiesInteger -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-additionalPropertiesIntegerName
+additionalPropertiesIntegerName
       ]
 
 
@@ -2398,22 +2398,22 @@
 data AdditionalPropertiesNumber = AdditionalPropertiesNumber
   { AdditionalPropertiesNumber -> Maybe Text
 additionalPropertiesNumberName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> AdditionalPropertiesNumber -> ShowS
+  } deriving (Int -> AdditionalPropertiesNumber -> ShowS
 [AdditionalPropertiesNumber] -> ShowS
-AdditionalPropertiesNumber -> String
+AdditionalPropertiesNumber -> [Char]
 (Int -> AdditionalPropertiesNumber -> ShowS)
--> (AdditionalPropertiesNumber -> String)
+-> (AdditionalPropertiesNumber -> [Char])
 -> ([AdditionalPropertiesNumber] -> ShowS)
 -> Show AdditionalPropertiesNumber
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesNumber] -> ShowS
 $cshowList :: [AdditionalPropertiesNumber] -> ShowS
-show :: AdditionalPropertiesNumber -> String
-$cshow :: AdditionalPropertiesNumber -> String
+show :: AdditionalPropertiesNumber -> [Char]
+$cshow :: AdditionalPropertiesNumber -> [Char]
 showsPrec :: Int -> AdditionalPropertiesNumber -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesNumber -> ShowS
-P.Show, AdditionalPropertiesNumber -> AdditionalPropertiesNumber -> Bool
+P.Show, AdditionalPropertiesNumber -> AdditionalPropertiesNumber -> Bool
 (AdditionalPropertiesNumber -> AdditionalPropertiesNumber -> Bool)
 -> (AdditionalPropertiesNumber
     -> AdditionalPropertiesNumber -> Bool)
@@ -2426,47 +2426,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesNumber
-instance A.FromJSON AdditionalPropertiesNumber where
-  parseJSON :: Value -> Parser AdditionalPropertiesNumber
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesNumber where
+  parseJSON :: Value -> Parser AdditionalPropertiesNumber
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesNumber)
 -> Value
 -> Parser AdditionalPropertiesNumber
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesNumber" ((Object -> Parser AdditionalPropertiesNumber)
  -> Value -> Parser AdditionalPropertiesNumber)
 -> (Object -> Parser AdditionalPropertiesNumber)
 -> Value
 -> Parser AdditionalPropertiesNumber
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> AdditionalPropertiesNumber
 AdditionalPropertiesNumber
       (Maybe Text -> AdditionalPropertiesNumber)
 -> Parser (Maybe Text) -> Parser AdditionalPropertiesNumber
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON AdditionalPropertiesNumber
-instance A.ToJSON AdditionalPropertiesNumber where
-  toJSON :: AdditionalPropertiesNumber -> Value
-toJSON AdditionalPropertiesNumber {Maybe Text
+instance A.ToJSON AdditionalPropertiesNumber where
+  toJSON :: AdditionalPropertiesNumber -> Value
+toJSON AdditionalPropertiesNumber {Maybe Text
 additionalPropertiesNumberName :: Maybe Text
 additionalPropertiesNumberName :: AdditionalPropertiesNumber -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-additionalPropertiesNumberName
+additionalPropertiesNumberName
       ]
 
 
@@ -2488,22 +2488,22 @@
 data AdditionalPropertiesObject = AdditionalPropertiesObject
   { AdditionalPropertiesObject -> Maybe Text
 additionalPropertiesObjectName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> AdditionalPropertiesObject -> ShowS
+  } deriving (Int -> AdditionalPropertiesObject -> ShowS
 [AdditionalPropertiesObject] -> ShowS
-AdditionalPropertiesObject -> String
+AdditionalPropertiesObject -> [Char]
 (Int -> AdditionalPropertiesObject -> ShowS)
--> (AdditionalPropertiesObject -> String)
+-> (AdditionalPropertiesObject -> [Char])
 -> ([AdditionalPropertiesObject] -> ShowS)
 -> Show AdditionalPropertiesObject
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesObject] -> ShowS
 $cshowList :: [AdditionalPropertiesObject] -> ShowS
-show :: AdditionalPropertiesObject -> String
-$cshow :: AdditionalPropertiesObject -> String
+show :: AdditionalPropertiesObject -> [Char]
+$cshow :: AdditionalPropertiesObject -> [Char]
 showsPrec :: Int -> AdditionalPropertiesObject -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesObject -> ShowS
-P.Show, AdditionalPropertiesObject -> AdditionalPropertiesObject -> Bool
+P.Show, AdditionalPropertiesObject -> AdditionalPropertiesObject -> Bool
 (AdditionalPropertiesObject -> AdditionalPropertiesObject -> Bool)
 -> (AdditionalPropertiesObject
     -> AdditionalPropertiesObject -> Bool)
@@ -2516,47 +2516,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesObject
-instance A.FromJSON AdditionalPropertiesObject where
-  parseJSON :: Value -> Parser AdditionalPropertiesObject
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesObject where
+  parseJSON :: Value -> Parser AdditionalPropertiesObject
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesObject)
 -> Value
 -> Parser AdditionalPropertiesObject
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesObject" ((Object -> Parser AdditionalPropertiesObject)
  -> Value -> Parser AdditionalPropertiesObject)
 -> (Object -> Parser AdditionalPropertiesObject)
 -> Value
 -> Parser AdditionalPropertiesObject
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> AdditionalPropertiesObject
 AdditionalPropertiesObject
       (Maybe Text -> AdditionalPropertiesObject)
 -> Parser (Maybe Text) -> Parser AdditionalPropertiesObject
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON AdditionalPropertiesObject
-instance A.ToJSON AdditionalPropertiesObject where
-  toJSON :: AdditionalPropertiesObject -> Value
-toJSON AdditionalPropertiesObject {Maybe Text
+instance A.ToJSON AdditionalPropertiesObject where
+  toJSON :: AdditionalPropertiesObject -> Value
+toJSON AdditionalPropertiesObject {Maybe Text
 additionalPropertiesObjectName :: Maybe Text
 additionalPropertiesObjectName :: AdditionalPropertiesObject -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-additionalPropertiesObjectName
+additionalPropertiesObjectName
       ]
 
 
@@ -2578,22 +2578,22 @@
 data AdditionalPropertiesString = AdditionalPropertiesString
   { AdditionalPropertiesString -> Maybe Text
 additionalPropertiesStringName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> AdditionalPropertiesString -> ShowS
+  } deriving (Int -> AdditionalPropertiesString -> ShowS
 [AdditionalPropertiesString] -> ShowS
-AdditionalPropertiesString -> String
+AdditionalPropertiesString -> [Char]
 (Int -> AdditionalPropertiesString -> ShowS)
--> (AdditionalPropertiesString -> String)
+-> (AdditionalPropertiesString -> [Char])
 -> ([AdditionalPropertiesString] -> ShowS)
 -> Show AdditionalPropertiesString
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AdditionalPropertiesString] -> ShowS
 $cshowList :: [AdditionalPropertiesString] -> ShowS
-show :: AdditionalPropertiesString -> String
-$cshow :: AdditionalPropertiesString -> String
+show :: AdditionalPropertiesString -> [Char]
+$cshow :: AdditionalPropertiesString -> [Char]
 showsPrec :: Int -> AdditionalPropertiesString -> ShowS
 $cshowsPrec :: Int -> AdditionalPropertiesString -> ShowS
-P.Show, AdditionalPropertiesString -> AdditionalPropertiesString -> Bool
+P.Show, AdditionalPropertiesString -> AdditionalPropertiesString -> Bool
 (AdditionalPropertiesString -> AdditionalPropertiesString -> Bool)
 -> (AdditionalPropertiesString
     -> AdditionalPropertiesString -> Bool)
@@ -2606,47 +2606,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON AdditionalPropertiesString
-instance A.FromJSON AdditionalPropertiesString where
-  parseJSON :: Value -> Parser AdditionalPropertiesString
-parseJSON = String
+instance A.FromJSON AdditionalPropertiesString where
+  parseJSON :: Value -> Parser AdditionalPropertiesString
+parseJSON = [Char]
 -> (Object -> Parser AdditionalPropertiesString)
 -> Value
 -> Parser AdditionalPropertiesString
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "AdditionalPropertiesString" ((Object -> Parser AdditionalPropertiesString)
  -> Value -> Parser AdditionalPropertiesString)
 -> (Object -> Parser AdditionalPropertiesString)
 -> Value
 -> Parser AdditionalPropertiesString
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> AdditionalPropertiesString
 AdditionalPropertiesString
       (Maybe Text -> AdditionalPropertiesString)
 -> Parser (Maybe Text) -> Parser AdditionalPropertiesString
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON AdditionalPropertiesString
-instance A.ToJSON AdditionalPropertiesString where
-  toJSON :: AdditionalPropertiesString -> Value
-toJSON AdditionalPropertiesString {Maybe Text
+instance A.ToJSON AdditionalPropertiesString where
+  toJSON :: AdditionalPropertiesString -> Value
+toJSON AdditionalPropertiesString {Maybe Text
 additionalPropertiesStringName :: Maybe Text
 additionalPropertiesStringName :: AdditionalPropertiesString -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-additionalPropertiesStringName
+additionalPropertiesStringName
       ]
 
 
@@ -2670,20 +2670,20 @@
 animalClassName :: !(Text) -- ^ /Required/ "className"
   , Animal -> Maybe Text
 animalColor :: !(Maybe Text) -- ^ "color"
-  } deriving (Int -> Animal -> ShowS
+  } deriving (Int -> Animal -> ShowS
 [Animal] -> ShowS
-Animal -> String
+Animal -> [Char]
 (Int -> Animal -> ShowS)
--> (Animal -> String) -> ([Animal] -> ShowS) -> Show Animal
+-> (Animal -> [Char]) -> ([Animal] -> ShowS) -> Show Animal
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Animal] -> ShowS
 $cshowList :: [Animal] -> ShowS
-show :: Animal -> String
-$cshow :: Animal -> String
+show :: Animal -> [Char]
+$cshow :: Animal -> [Char]
 showsPrec :: Int -> Animal -> ShowS
 $cshowsPrec :: Int -> Animal -> ShowS
-P.Show, Animal -> Animal -> Bool
+P.Show, Animal -> Animal -> Bool
 (Animal -> Animal -> Bool)
 -> (Animal -> Animal -> Bool) -> Eq Animal
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -2694,57 +2694,57 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Animal
-instance A.FromJSON Animal where
-  parseJSON :: Value -> Parser Animal
-parseJSON = String -> (Object -> Parser Animal) -> Value -> Parser Animal
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Animal where
+  parseJSON :: Value -> Parser Animal
+parseJSON = [Char] -> (Object -> Parser Animal) -> Value -> Parser Animal
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Animal" ((Object -> Parser Animal) -> Value -> Parser Animal)
 -> (Object -> Parser Animal) -> Value -> Parser Animal
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Text -> Maybe Text -> Animal
 Animal
       (Text -> Maybe Text -> Animal)
 -> Parser Text -> Parser (Maybe Text -> Animal)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "className")
       Parser (Maybe Text -> Animal)
 -> Parser (Maybe Text) -> Parser Animal
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "color")
 
 -- | ToJSON Animal
-instance A.ToJSON Animal where
-  toJSON :: Animal -> Value
-toJSON Animal {Maybe Text
+instance A.ToJSON Animal where
+  toJSON :: Animal -> Value
+toJSON Animal {Maybe Text
 Text
 animalColor :: Maybe Text
 animalClassName :: Text
 animalColor :: Animal -> Maybe Text
 animalClassName :: Animal -> Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"className" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"className" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-animalClassName
-      , Text
-"color" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+animalClassName
+      , Key
+"color" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-animalColor
+animalColor
       ]
 
 
@@ -2753,14 +2753,14 @@
   :: Text -- ^ 'animalClassName' 
   -> Animal
 mkAnimal :: Text -> Animal
-mkAnimal Text
-animalClassName =
+mkAnimal Text
+animalClassName =
   Animal :: Text -> Maybe Text -> Animal
 Animal
   { Text
 animalClassName :: Text
 animalClassName :: Text
-animalClassName
+animalClassName
   , animalColor :: Maybe Text
 animalColor = Maybe Text
 forall a. Maybe a
@@ -2776,22 +2776,22 @@
 apiResponseType :: !(Maybe Text) -- ^ "type"
   , ApiResponse -> Maybe Text
 apiResponseMessage :: !(Maybe Text) -- ^ "message"
-  } deriving (Int -> ApiResponse -> ShowS
+  } deriving (Int -> ApiResponse -> ShowS
 [ApiResponse] -> ShowS
-ApiResponse -> String
+ApiResponse -> [Char]
 (Int -> ApiResponse -> ShowS)
--> (ApiResponse -> String)
+-> (ApiResponse -> [Char])
 -> ([ApiResponse] -> ShowS)
 -> Show ApiResponse
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ApiResponse] -> ShowS
 $cshowList :: [ApiResponse] -> ShowS
-show :: ApiResponse -> String
-$cshow :: ApiResponse -> String
+show :: ApiResponse -> [Char]
+$cshow :: ApiResponse -> [Char]
 showsPrec :: Int -> ApiResponse -> ShowS
 $cshowsPrec :: Int -> ApiResponse -> ShowS
-P.Show, ApiResponse -> ApiResponse -> Bool
+P.Show, ApiResponse -> ApiResponse -> Bool
 (ApiResponse -> ApiResponse -> Bool)
 -> (ApiResponse -> ApiResponse -> Bool) -> Eq ApiResponse
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -2802,17 +2802,17 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ApiResponse
-instance A.FromJSON ApiResponse where
-  parseJSON :: Value -> Parser ApiResponse
-parseJSON = String
+instance A.FromJSON ApiResponse where
+  parseJSON :: Value -> Parser ApiResponse
+parseJSON = [Char]
 -> (Object -> Parser ApiResponse) -> Value -> Parser ApiResponse
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ApiResponse" ((Object -> Parser ApiResponse) -> Value -> Parser ApiResponse)
 -> (Object -> Parser ApiResponse) -> Value -> Parser ApiResponse
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse
 ApiResponse
       (Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse)
@@ -2820,31 +2820,31 @@
 -> Parser (Maybe Text -> Maybe Text -> ApiResponse)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "code")
       Parser (Maybe Text -> Maybe Text -> ApiResponse)
 -> Parser (Maybe Text) -> Parser (Maybe Text -> ApiResponse)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "type")
       Parser (Maybe Text -> ApiResponse)
 -> Parser (Maybe Text) -> Parser ApiResponse
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "message")
 
 -- | ToJSON ApiResponse
-instance A.ToJSON ApiResponse where
-  toJSON :: ApiResponse -> Value
-toJSON ApiResponse {Maybe Int
+instance A.ToJSON ApiResponse where
+  toJSON :: ApiResponse -> Value
+toJSON ApiResponse {Maybe Int
 Maybe Text
 apiResponseMessage :: Maybe Text
 apiResponseType :: Maybe Text
@@ -2852,24 +2852,24 @@
 apiResponseMessage :: ApiResponse -> Maybe Text
 apiResponseType :: ApiResponse -> Maybe Text
 apiResponseCode :: ApiResponse -> Maybe Int
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"code" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"code" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-apiResponseCode
-      , Text
-"type" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+apiResponseCode
+      , Key
+"type" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-apiResponseType
-      , Text
-"message" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+apiResponseType
+      , Key
+"message" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-apiResponseMessage
+apiResponseMessage
       ]
 
 
@@ -2899,22 +2899,22 @@
 data ArrayOfArrayOfNumberOnly = ArrayOfArrayOfNumberOnly
   { ArrayOfArrayOfNumberOnly -> Maybe [[Double]]
 arrayOfArrayOfNumberOnlyArrayArrayNumber :: !(Maybe [[Double]]) -- ^ "ArrayArrayNumber"
-  } deriving (Int -> ArrayOfArrayOfNumberOnly -> ShowS
+  } deriving (Int -> ArrayOfArrayOfNumberOnly -> ShowS
 [ArrayOfArrayOfNumberOnly] -> ShowS
-ArrayOfArrayOfNumberOnly -> String
+ArrayOfArrayOfNumberOnly -> [Char]
 (Int -> ArrayOfArrayOfNumberOnly -> ShowS)
--> (ArrayOfArrayOfNumberOnly -> String)
+-> (ArrayOfArrayOfNumberOnly -> [Char])
 -> ([ArrayOfArrayOfNumberOnly] -> ShowS)
 -> Show ArrayOfArrayOfNumberOnly
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ArrayOfArrayOfNumberOnly] -> ShowS
 $cshowList :: [ArrayOfArrayOfNumberOnly] -> ShowS
-show :: ArrayOfArrayOfNumberOnly -> String
-$cshow :: ArrayOfArrayOfNumberOnly -> String
+show :: ArrayOfArrayOfNumberOnly -> [Char]
+$cshow :: ArrayOfArrayOfNumberOnly -> [Char]
 showsPrec :: Int -> ArrayOfArrayOfNumberOnly -> ShowS
 $cshowsPrec :: Int -> ArrayOfArrayOfNumberOnly -> ShowS
-P.Show, ArrayOfArrayOfNumberOnly -> ArrayOfArrayOfNumberOnly -> Bool
+P.Show, ArrayOfArrayOfNumberOnly -> ArrayOfArrayOfNumberOnly -> Bool
 (ArrayOfArrayOfNumberOnly -> ArrayOfArrayOfNumberOnly -> Bool)
 -> (ArrayOfArrayOfNumberOnly -> ArrayOfArrayOfNumberOnly -> Bool)
 -> Eq ArrayOfArrayOfNumberOnly
@@ -2926,47 +2926,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ArrayOfArrayOfNumberOnly
-instance A.FromJSON ArrayOfArrayOfNumberOnly where
-  parseJSON :: Value -> Parser ArrayOfArrayOfNumberOnly
-parseJSON = String
+instance A.FromJSON ArrayOfArrayOfNumberOnly where
+  parseJSON :: Value -> Parser ArrayOfArrayOfNumberOnly
+parseJSON = [Char]
 -> (Object -> Parser ArrayOfArrayOfNumberOnly)
 -> Value
 -> Parser ArrayOfArrayOfNumberOnly
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ArrayOfArrayOfNumberOnly" ((Object -> Parser ArrayOfArrayOfNumberOnly)
  -> Value -> Parser ArrayOfArrayOfNumberOnly)
 -> (Object -> Parser ArrayOfArrayOfNumberOnly)
 -> Value
 -> Parser ArrayOfArrayOfNumberOnly
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe [[Double]] -> ArrayOfArrayOfNumberOnly
 ArrayOfArrayOfNumberOnly
       (Maybe [[Double]] -> ArrayOfArrayOfNumberOnly)
 -> Parser (Maybe [[Double]]) -> Parser ArrayOfArrayOfNumberOnly
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe [[Double]])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [[Double]])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "ArrayArrayNumber")
 
 -- | ToJSON ArrayOfArrayOfNumberOnly
-instance A.ToJSON ArrayOfArrayOfNumberOnly where
-  toJSON :: ArrayOfArrayOfNumberOnly -> Value
-toJSON ArrayOfArrayOfNumberOnly {Maybe [[Double]]
+instance A.ToJSON ArrayOfArrayOfNumberOnly where
+  toJSON :: ArrayOfArrayOfNumberOnly -> Value
+toJSON ArrayOfArrayOfNumberOnly {Maybe [[Double]]
 arrayOfArrayOfNumberOnlyArrayArrayNumber :: Maybe [[Double]]
 arrayOfArrayOfNumberOnlyArrayArrayNumber :: ArrayOfArrayOfNumberOnly -> Maybe [[Double]]
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"ArrayArrayNumber" Text -> Maybe [[Double]] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"ArrayArrayNumber" Key -> Maybe [[Double]] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [[Double]]
-arrayOfArrayOfNumberOnlyArrayArrayNumber
+arrayOfArrayOfNumberOnlyArrayArrayNumber
       ]
 
 
@@ -2988,22 +2988,22 @@
 data ArrayOfNumberOnly = ArrayOfNumberOnly
   { ArrayOfNumberOnly -> Maybe [Double]
 arrayOfNumberOnlyArrayNumber :: !(Maybe [Double]) -- ^ "ArrayNumber"
-  } deriving (Int -> ArrayOfNumberOnly -> ShowS
+  } deriving (Int -> ArrayOfNumberOnly -> ShowS
 [ArrayOfNumberOnly] -> ShowS
-ArrayOfNumberOnly -> String
+ArrayOfNumberOnly -> [Char]
 (Int -> ArrayOfNumberOnly -> ShowS)
--> (ArrayOfNumberOnly -> String)
+-> (ArrayOfNumberOnly -> [Char])
 -> ([ArrayOfNumberOnly] -> ShowS)
 -> Show ArrayOfNumberOnly
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ArrayOfNumberOnly] -> ShowS
 $cshowList :: [ArrayOfNumberOnly] -> ShowS
-show :: ArrayOfNumberOnly -> String
-$cshow :: ArrayOfNumberOnly -> String
+show :: ArrayOfNumberOnly -> [Char]
+$cshow :: ArrayOfNumberOnly -> [Char]
 showsPrec :: Int -> ArrayOfNumberOnly -> ShowS
 $cshowsPrec :: Int -> ArrayOfNumberOnly -> ShowS
-P.Show, ArrayOfNumberOnly -> ArrayOfNumberOnly -> Bool
+P.Show, ArrayOfNumberOnly -> ArrayOfNumberOnly -> Bool
 (ArrayOfNumberOnly -> ArrayOfNumberOnly -> Bool)
 -> (ArrayOfNumberOnly -> ArrayOfNumberOnly -> Bool)
 -> Eq ArrayOfNumberOnly
@@ -3015,47 +3015,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ArrayOfNumberOnly
-instance A.FromJSON ArrayOfNumberOnly where
-  parseJSON :: Value -> Parser ArrayOfNumberOnly
-parseJSON = String
+instance A.FromJSON ArrayOfNumberOnly where
+  parseJSON :: Value -> Parser ArrayOfNumberOnly
+parseJSON = [Char]
 -> (Object -> Parser ArrayOfNumberOnly)
 -> Value
 -> Parser ArrayOfNumberOnly
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ArrayOfNumberOnly" ((Object -> Parser ArrayOfNumberOnly)
  -> Value -> Parser ArrayOfNumberOnly)
 -> (Object -> Parser ArrayOfNumberOnly)
 -> Value
 -> Parser ArrayOfNumberOnly
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe [Double] -> ArrayOfNumberOnly
 ArrayOfNumberOnly
       (Maybe [Double] -> ArrayOfNumberOnly)
 -> Parser (Maybe [Double]) -> Parser ArrayOfNumberOnly
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe [Double])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Double])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "ArrayNumber")
 
 -- | ToJSON ArrayOfNumberOnly
-instance A.ToJSON ArrayOfNumberOnly where
-  toJSON :: ArrayOfNumberOnly -> Value
-toJSON ArrayOfNumberOnly {Maybe [Double]
+instance A.ToJSON ArrayOfNumberOnly where
+  toJSON :: ArrayOfNumberOnly -> Value
+toJSON ArrayOfNumberOnly {Maybe [Double]
 arrayOfNumberOnlyArrayNumber :: Maybe [Double]
 arrayOfNumberOnlyArrayNumber :: ArrayOfNumberOnly -> Maybe [Double]
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"ArrayNumber" Text -> Maybe [Double] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"ArrayNumber" Key -> Maybe [Double] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Double]
-arrayOfNumberOnlyArrayNumber
+arrayOfNumberOnlyArrayNumber
       ]
 
 
@@ -3081,22 +3081,22 @@
 arrayTestArrayArrayOfInteger :: !(Maybe [[Integer]]) -- ^ "array_array_of_integer"
   , ArrayTest -> Maybe [[ReadOnlyFirst]]
 arrayTestArrayArrayOfModel :: !(Maybe [[ReadOnlyFirst]]) -- ^ "array_array_of_model"
-  } deriving (Int -> ArrayTest -> ShowS
+  } deriving (Int -> ArrayTest -> ShowS
 [ArrayTest] -> ShowS
-ArrayTest -> String
+ArrayTest -> [Char]
 (Int -> ArrayTest -> ShowS)
--> (ArrayTest -> String)
+-> (ArrayTest -> [Char])
 -> ([ArrayTest] -> ShowS)
 -> Show ArrayTest
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ArrayTest] -> ShowS
 $cshowList :: [ArrayTest] -> ShowS
-show :: ArrayTest -> String
-$cshow :: ArrayTest -> String
+show :: ArrayTest -> [Char]
+$cshow :: ArrayTest -> [Char]
 showsPrec :: Int -> ArrayTest -> ShowS
 $cshowsPrec :: Int -> ArrayTest -> ShowS
-P.Show, ArrayTest -> ArrayTest -> Bool
+P.Show, ArrayTest -> ArrayTest -> Bool
 (ArrayTest -> ArrayTest -> Bool)
 -> (ArrayTest -> ArrayTest -> Bool) -> Eq ArrayTest
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -3107,16 +3107,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ArrayTest
-instance A.FromJSON ArrayTest where
-  parseJSON :: Value -> Parser ArrayTest
-parseJSON = String -> (Object -> Parser ArrayTest) -> Value -> Parser ArrayTest
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON ArrayTest where
+  parseJSON :: Value -> Parser ArrayTest
+parseJSON = [Char] -> (Object -> Parser ArrayTest) -> Value -> Parser ArrayTest
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ArrayTest" ((Object -> Parser ArrayTest) -> Value -> Parser ArrayTest)
 -> (Object -> Parser ArrayTest) -> Value -> Parser ArrayTest
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe [Text]
 -> Maybe [[Integer]] -> Maybe [[ReadOnlyFirst]] -> ArrayTest
 ArrayTest
@@ -3127,32 +3127,32 @@
      (Maybe [[Integer]] -> Maybe [[ReadOnlyFirst]] -> ArrayTest)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe [Text])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Text])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "array_of_string")
       Parser (Maybe [[Integer]] -> Maybe [[ReadOnlyFirst]] -> ArrayTest)
 -> Parser (Maybe [[Integer]])
 -> Parser (Maybe [[ReadOnlyFirst]] -> ArrayTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [[Integer]])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [[Integer]])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "array_array_of_integer")
       Parser (Maybe [[ReadOnlyFirst]] -> ArrayTest)
 -> Parser (Maybe [[ReadOnlyFirst]]) -> Parser ArrayTest
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [[ReadOnlyFirst]])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [[ReadOnlyFirst]])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "array_array_of_model")
 
 -- | ToJSON ArrayTest
-instance A.ToJSON ArrayTest where
-  toJSON :: ArrayTest -> Value
-toJSON ArrayTest {Maybe [[Integer]]
+instance A.ToJSON ArrayTest where
+  toJSON :: ArrayTest -> Value
+toJSON ArrayTest {Maybe [[Integer]]
 Maybe [[ReadOnlyFirst]]
 Maybe [Text]
 arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]]
@@ -3161,24 +3161,24 @@
 arrayTestArrayArrayOfModel :: ArrayTest -> Maybe [[ReadOnlyFirst]]
 arrayTestArrayArrayOfInteger :: ArrayTest -> Maybe [[Integer]]
 arrayTestArrayOfString :: ArrayTest -> Maybe [Text]
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"array_of_string" Text -> Maybe [Text] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"array_of_string" Key -> Maybe [Text] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Text]
-arrayTestArrayOfString
-      , Text
-"array_array_of_integer" Text -> Maybe [[Integer]] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+arrayTestArrayOfString
+      , Key
+"array_array_of_integer" Key -> Maybe [[Integer]] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [[Integer]]
-arrayTestArrayArrayOfInteger
-      , Text
-"array_array_of_model" Text -> Maybe [[ReadOnlyFirst]] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+arrayTestArrayArrayOfInteger
+      , Key
+"array_array_of_model" Key -> Maybe [[ReadOnlyFirst]] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [[ReadOnlyFirst]]
-arrayTestArrayArrayOfModel
+arrayTestArrayArrayOfModel
       ]
 
 
@@ -3215,20 +3215,20 @@
 bigCatDeclawed :: !(Maybe Bool) -- ^ "declawed"
   , BigCat -> Maybe E'Kind
 bigCatKind :: !(Maybe E'Kind) -- ^ "kind"
-  } deriving (Int -> BigCat -> ShowS
+  } deriving (Int -> BigCat -> ShowS
 [BigCat] -> ShowS
-BigCat -> String
+BigCat -> [Char]
 (Int -> BigCat -> ShowS)
--> (BigCat -> String) -> ([BigCat] -> ShowS) -> Show BigCat
+-> (BigCat -> [Char]) -> ([BigCat] -> ShowS) -> Show BigCat
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [BigCat] -> ShowS
 $cshowList :: [BigCat] -> ShowS
-show :: BigCat -> String
-$cshow :: BigCat -> String
+show :: BigCat -> [Char]
+$cshow :: BigCat -> [Char]
 showsPrec :: Int -> BigCat -> ShowS
 $cshowsPrec :: Int -> BigCat -> ShowS
-P.Show, BigCat -> BigCat -> Bool
+P.Show, BigCat -> BigCat -> Bool
 (BigCat -> BigCat -> Bool)
 -> (BigCat -> BigCat -> Bool) -> Eq BigCat
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -3239,16 +3239,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON BigCat
-instance A.FromJSON BigCat where
-  parseJSON :: Value -> Parser BigCat
-parseJSON = String -> (Object -> Parser BigCat) -> Value -> Parser BigCat
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON BigCat where
+  parseJSON :: Value -> Parser BigCat
+parseJSON = [Char] -> (Object -> Parser BigCat) -> Value -> Parser BigCat
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "BigCat" ((Object -> Parser BigCat) -> Value -> Parser BigCat)
 -> (Object -> Parser BigCat) -> Value -> Parser BigCat
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat
 BigCat
       (Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat)
@@ -3256,40 +3256,40 @@
 -> Parser (Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "className")
       Parser (Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat)
 -> Parser (Maybe Text)
 -> Parser (Maybe Bool -> Maybe E'Kind -> BigCat)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "color")
       Parser (Maybe Bool -> Maybe E'Kind -> BigCat)
 -> Parser (Maybe Bool) -> Parser (Maybe E'Kind -> BigCat)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "declawed")
       Parser (Maybe E'Kind -> BigCat)
 -> Parser (Maybe E'Kind) -> Parser BigCat
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe E'Kind)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'Kind)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "kind")
 
 -- | ToJSON BigCat
-instance A.ToJSON BigCat where
-  toJSON :: BigCat -> Value
-toJSON BigCat {Maybe Bool
+instance A.ToJSON BigCat where
+  toJSON :: BigCat -> Value
+toJSON BigCat {Maybe Bool
 Maybe Text
 Maybe E'Kind
 Text
@@ -3301,29 +3301,29 @@
 bigCatDeclawed :: BigCat -> Maybe Bool
 bigCatColor :: BigCat -> Maybe Text
 bigCatClassName :: BigCat -> Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"className" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"className" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-bigCatClassName
-      , Text
-"color" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+bigCatClassName
+      , Key
+"color" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-bigCatColor
-      , Text
-"declawed" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+bigCatColor
+      , Key
+"declawed" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-bigCatDeclawed
-      , Text
-"kind" Text -> Maybe E'Kind -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+bigCatDeclawed
+      , Key
+"kind" Key -> Maybe E'Kind -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'Kind
-bigCatKind
+bigCatKind
       ]
 
 
@@ -3332,14 +3332,14 @@
   :: Text -- ^ 'bigCatClassName' 
   -> BigCat
 mkBigCat :: Text -> BigCat
-mkBigCat Text
-bigCatClassName =
+mkBigCat Text
+bigCatClassName =
   BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat
 BigCat
   { Text
 bigCatClassName :: Text
 bigCatClassName :: Text
-bigCatClassName
+bigCatClassName
   , bigCatColor :: Maybe Text
 bigCatColor = Maybe Text
 forall a. Maybe a
@@ -3359,22 +3359,22 @@
 data BigCatAllOf = BigCatAllOf
   { BigCatAllOf -> Maybe E'Kind
 bigCatAllOfKind :: !(Maybe E'Kind) -- ^ "kind"
-  } deriving (Int -> BigCatAllOf -> ShowS
+  } deriving (Int -> BigCatAllOf -> ShowS
 [BigCatAllOf] -> ShowS
-BigCatAllOf -> String
+BigCatAllOf -> [Char]
 (Int -> BigCatAllOf -> ShowS)
--> (BigCatAllOf -> String)
+-> (BigCatAllOf -> [Char])
 -> ([BigCatAllOf] -> ShowS)
 -> Show BigCatAllOf
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [BigCatAllOf] -> ShowS
 $cshowList :: [BigCatAllOf] -> ShowS
-show :: BigCatAllOf -> String
-$cshow :: BigCatAllOf -> String
+show :: BigCatAllOf -> [Char]
+$cshow :: BigCatAllOf -> [Char]
 showsPrec :: Int -> BigCatAllOf -> ShowS
 $cshowsPrec :: Int -> BigCatAllOf -> ShowS
-P.Show, BigCatAllOf -> BigCatAllOf -> Bool
+P.Show, BigCatAllOf -> BigCatAllOf -> Bool
 (BigCatAllOf -> BigCatAllOf -> Bool)
 -> (BigCatAllOf -> BigCatAllOf -> Bool) -> Eq BigCatAllOf
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -3385,42 +3385,42 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON BigCatAllOf
-instance A.FromJSON BigCatAllOf where
-  parseJSON :: Value -> Parser BigCatAllOf
-parseJSON = String
+instance A.FromJSON BigCatAllOf where
+  parseJSON :: Value -> Parser BigCatAllOf
+parseJSON = [Char]
 -> (Object -> Parser BigCatAllOf) -> Value -> Parser BigCatAllOf
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "BigCatAllOf" ((Object -> Parser BigCatAllOf) -> Value -> Parser BigCatAllOf)
 -> (Object -> Parser BigCatAllOf) -> Value -> Parser BigCatAllOf
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe E'Kind -> BigCatAllOf
 BigCatAllOf
       (Maybe E'Kind -> BigCatAllOf)
 -> Parser (Maybe E'Kind) -> Parser BigCatAllOf
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe E'Kind)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'Kind)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "kind")
 
 -- | ToJSON BigCatAllOf
-instance A.ToJSON BigCatAllOf where
-  toJSON :: BigCatAllOf -> Value
-toJSON BigCatAllOf {Maybe E'Kind
+instance A.ToJSON BigCatAllOf where
+  toJSON :: BigCatAllOf -> Value
+toJSON BigCatAllOf {Maybe E'Kind
 bigCatAllOfKind :: Maybe E'Kind
 bigCatAllOfKind :: BigCatAllOf -> Maybe E'Kind
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"kind" Text -> Maybe E'Kind -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"kind" Key -> Maybe E'Kind -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'Kind
-bigCatAllOfKind
+bigCatAllOfKind
       ]
 
 
@@ -3452,22 +3452,22 @@
 capitalizationScaEthFlowPoints :: !(Maybe Text) -- ^ "SCA_ETH_Flow_Points"
   , Capitalization -> Maybe Text
 capitalizationAttName :: !(Maybe Text) -- ^ "ATT_NAME" - Name of the pet 
-  } deriving (Int -> Capitalization -> ShowS
+  } deriving (Int -> Capitalization -> ShowS
 [Capitalization] -> ShowS
-Capitalization -> String
+Capitalization -> [Char]
 (Int -> Capitalization -> ShowS)
--> (Capitalization -> String)
+-> (Capitalization -> [Char])
 -> ([Capitalization] -> ShowS)
 -> Show Capitalization
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Capitalization] -> ShowS
 $cshowList :: [Capitalization] -> ShowS
-show :: Capitalization -> String
-$cshow :: Capitalization -> String
+show :: Capitalization -> [Char]
+$cshow :: Capitalization -> [Char]
 showsPrec :: Int -> Capitalization -> ShowS
 $cshowsPrec :: Int -> Capitalization -> ShowS
-P.Show, Capitalization -> Capitalization -> Bool
+P.Show, Capitalization -> Capitalization -> Bool
 (Capitalization -> Capitalization -> Bool)
 -> (Capitalization -> Capitalization -> Bool) -> Eq Capitalization
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -3478,22 +3478,22 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Capitalization
-instance A.FromJSON Capitalization where
-  parseJSON :: Value -> Parser Capitalization
-parseJSON = String
+instance A.FromJSON Capitalization where
+  parseJSON :: Value -> Parser Capitalization
+parseJSON = [Char]
 -> (Object -> Parser Capitalization)
 -> Value
 -> Parser Capitalization
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Capitalization" ((Object -> Parser Capitalization)
  -> Value -> Parser Capitalization)
 -> (Object -> Parser Capitalization)
 -> Value
 -> Parser Capitalization
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text
 -> Maybe Text
 -> Maybe Text
@@ -3519,9 +3519,9 @@
       -> Capitalization)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "smallCamel")
       Parser
   (Maybe Text
@@ -3536,9 +3536,9 @@
       -> Maybe Text -> Maybe Text -> Maybe Text -> Capitalization)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "CapitalCamel")
       Parser
   (Maybe Text
@@ -3548,40 +3548,40 @@
      (Maybe Text -> Maybe Text -> Maybe Text -> Capitalization)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "small_Snake")
       Parser (Maybe Text -> Maybe Text -> Maybe Text -> Capitalization)
 -> Parser (Maybe Text)
 -> Parser (Maybe Text -> Maybe Text -> Capitalization)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "Capital_Snake")
       Parser (Maybe Text -> Maybe Text -> Capitalization)
 -> Parser (Maybe Text) -> Parser (Maybe Text -> Capitalization)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "SCA_ETH_Flow_Points")
       Parser (Maybe Text -> Capitalization)
 -> Parser (Maybe Text) -> Parser Capitalization
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "ATT_NAME")
 
 -- | ToJSON Capitalization
-instance A.ToJSON Capitalization where
-  toJSON :: Capitalization -> Value
-toJSON Capitalization {Maybe Text
+instance A.ToJSON Capitalization where
+  toJSON :: Capitalization -> Value
+toJSON Capitalization {Maybe Text
 capitalizationAttName :: Maybe Text
 capitalizationScaEthFlowPoints :: Maybe Text
 capitalizationCapitalSnake :: Maybe Text
@@ -3594,39 +3594,39 @@
 capitalizationSmallSnake :: Capitalization -> Maybe Text
 capitalizationCapitalCamel :: Capitalization -> Maybe Text
 capitalizationSmallCamel :: Capitalization -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"smallCamel" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"smallCamel" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-capitalizationSmallCamel
-      , Text
-"CapitalCamel" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+capitalizationSmallCamel
+      , Key
+"CapitalCamel" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-capitalizationCapitalCamel
-      , Text
-"small_Snake" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+capitalizationCapitalCamel
+      , Key
+"small_Snake" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-capitalizationSmallSnake
-      , Text
-"Capital_Snake" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+capitalizationSmallSnake
+      , Key
+"Capital_Snake" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-capitalizationCapitalSnake
-      , Text
-"SCA_ETH_Flow_Points" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+capitalizationCapitalSnake
+      , Key
+"SCA_ETH_Flow_Points" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-capitalizationScaEthFlowPoints
-      , Text
-"ATT_NAME" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+capitalizationScaEthFlowPoints
+      , Key
+"ATT_NAME" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-capitalizationAttName
+capitalizationAttName
       ]
 
 
@@ -3678,20 +3678,20 @@
 catColor :: !(Maybe Text) -- ^ "color"
   , Cat -> Maybe Bool
 catDeclawed :: !(Maybe Bool) -- ^ "declawed"
-  } deriving (Int -> Cat -> ShowS
+  } deriving (Int -> Cat -> ShowS
 [Cat] -> ShowS
-Cat -> String
+Cat -> [Char]
 (Int -> Cat -> ShowS)
--> (Cat -> String) -> ([Cat] -> ShowS) -> Show Cat
+-> (Cat -> [Char]) -> ([Cat] -> ShowS) -> Show Cat
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Cat] -> ShowS
 $cshowList :: [Cat] -> ShowS
-show :: Cat -> String
-$cshow :: Cat -> String
+show :: Cat -> [Char]
+$cshow :: Cat -> [Char]
 showsPrec :: Int -> Cat -> ShowS
 $cshowsPrec :: Int -> Cat -> ShowS
-P.Show, Cat -> Cat -> Bool
+P.Show, Cat -> Cat -> Bool
 (Cat -> Cat -> Bool) -> (Cat -> Cat -> Bool) -> Eq Cat
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Cat -> Cat -> Bool
@@ -3701,46 +3701,46 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Cat
-instance A.FromJSON Cat where
-  parseJSON :: Value -> Parser Cat
-parseJSON = String -> (Object -> Parser Cat) -> Value -> Parser Cat
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Cat where
+  parseJSON :: Value -> Parser Cat
+parseJSON = [Char] -> (Object -> Parser Cat) -> Value -> Parser Cat
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Cat" ((Object -> Parser Cat) -> Value -> Parser Cat)
 -> (Object -> Parser Cat) -> Value -> Parser Cat
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Text -> Maybe Text -> Maybe Bool -> Cat
 Cat
       (Text -> Maybe Text -> Maybe Bool -> Cat)
 -> Parser Text -> Parser (Maybe Text -> Maybe Bool -> Cat)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "className")
       Parser (Maybe Text -> Maybe Bool -> Cat)
 -> Parser (Maybe Text) -> Parser (Maybe Bool -> Cat)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "color")
       Parser (Maybe Bool -> Cat) -> Parser (Maybe Bool) -> Parser Cat
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "declawed")
 
 -- | ToJSON Cat
-instance A.ToJSON Cat where
-  toJSON :: Cat -> Value
-toJSON Cat {Maybe Bool
+instance A.ToJSON Cat where
+  toJSON :: Cat -> Value
+toJSON Cat {Maybe Bool
 Maybe Text
 Text
 catDeclawed :: Maybe Bool
@@ -3749,24 +3749,24 @@
 catDeclawed :: Cat -> Maybe Bool
 catColor :: Cat -> Maybe Text
 catClassName :: Cat -> Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"className" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"className" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-catClassName
-      , Text
-"color" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+catClassName
+      , Key
+"color" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-catColor
-      , Text
-"declawed" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+catColor
+      , Key
+"declawed" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-catDeclawed
+catDeclawed
       ]
 
 
@@ -3775,14 +3775,14 @@
   :: Text -- ^ 'catClassName' 
   -> Cat
 mkCat :: Text -> Cat
-mkCat Text
-catClassName =
+mkCat Text
+catClassName =
   Cat :: Text -> Maybe Text -> Maybe Bool -> Cat
 Cat
   { Text
 catClassName :: Text
 catClassName :: Text
-catClassName
+catClassName
   , catColor :: Maybe Text
 catColor = Maybe Text
 forall a. Maybe a
@@ -3798,20 +3798,20 @@
 data CatAllOf = CatAllOf
   { CatAllOf -> Maybe Bool
 catAllOfDeclawed :: !(Maybe Bool) -- ^ "declawed"
-  } deriving (Int -> CatAllOf -> ShowS
+  } deriving (Int -> CatAllOf -> ShowS
 [CatAllOf] -> ShowS
-CatAllOf -> String
+CatAllOf -> [Char]
 (Int -> CatAllOf -> ShowS)
--> (CatAllOf -> String) -> ([CatAllOf] -> ShowS) -> Show CatAllOf
+-> (CatAllOf -> [Char]) -> ([CatAllOf] -> ShowS) -> Show CatAllOf
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [CatAllOf] -> ShowS
 $cshowList :: [CatAllOf] -> ShowS
-show :: CatAllOf -> String
-$cshow :: CatAllOf -> String
+show :: CatAllOf -> [Char]
+$cshow :: CatAllOf -> [Char]
 showsPrec :: Int -> CatAllOf -> ShowS
 $cshowsPrec :: Int -> CatAllOf -> ShowS
-P.Show, CatAllOf -> CatAllOf -> Bool
+P.Show, CatAllOf -> CatAllOf -> Bool
 (CatAllOf -> CatAllOf -> Bool)
 -> (CatAllOf -> CatAllOf -> Bool) -> Eq CatAllOf
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -3822,40 +3822,40 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON CatAllOf
-instance A.FromJSON CatAllOf where
-  parseJSON :: Value -> Parser CatAllOf
-parseJSON = String -> (Object -> Parser CatAllOf) -> Value -> Parser CatAllOf
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON CatAllOf where
+  parseJSON :: Value -> Parser CatAllOf
+parseJSON = [Char] -> (Object -> Parser CatAllOf) -> Value -> Parser CatAllOf
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "CatAllOf" ((Object -> Parser CatAllOf) -> Value -> Parser CatAllOf)
 -> (Object -> Parser CatAllOf) -> Value -> Parser CatAllOf
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Bool -> CatAllOf
 CatAllOf
       (Maybe Bool -> CatAllOf) -> Parser (Maybe Bool) -> Parser CatAllOf
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "declawed")
 
 -- | ToJSON CatAllOf
-instance A.ToJSON CatAllOf where
-  toJSON :: CatAllOf -> Value
-toJSON CatAllOf {Maybe Bool
+instance A.ToJSON CatAllOf where
+  toJSON :: CatAllOf -> Value
+toJSON CatAllOf {Maybe Bool
 catAllOfDeclawed :: Maybe Bool
 catAllOfDeclawed :: CatAllOf -> Maybe Bool
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"declawed" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"declawed" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-catAllOfDeclawed
+catAllOfDeclawed
       ]
 
 
@@ -3879,20 +3879,20 @@
 categoryId :: !(Maybe Integer) -- ^ "id"
   , Category -> Text
 categoryName :: !(Text) -- ^ /Required/ "name"
-  } deriving (Int -> Category -> ShowS
+  } deriving (Int -> Category -> ShowS
 [Category] -> ShowS
-Category -> String
+Category -> [Char]
 (Int -> Category -> ShowS)
--> (Category -> String) -> ([Category] -> ShowS) -> Show Category
+-> (Category -> [Char]) -> ([Category] -> ShowS) -> Show Category
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Category] -> ShowS
 $cshowList :: [Category] -> ShowS
-show :: Category -> String
-$cshow :: Category -> String
+show :: Category -> [Char]
+$cshow :: Category -> [Char]
 showsPrec :: Int -> Category -> ShowS
 $cshowsPrec :: Int -> Category -> ShowS
-P.Show, Category -> Category -> Bool
+P.Show, Category -> Category -> Bool
 (Category -> Category -> Bool)
 -> (Category -> Category -> Bool) -> Eq Category
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -3903,56 +3903,56 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Category
-instance A.FromJSON Category where
-  parseJSON :: Value -> Parser Category
-parseJSON = String -> (Object -> Parser Category) -> Value -> Parser Category
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Category where
+  parseJSON :: Value -> Parser Category
+parseJSON = [Char] -> (Object -> Parser Category) -> Value -> Parser Category
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Category" ((Object -> Parser Category) -> Value -> Parser Category)
 -> (Object -> Parser Category) -> Value -> Parser Category
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Integer -> Text -> Category
 Category
       (Maybe Integer -> Text -> Category)
 -> Parser (Maybe Integer) -> Parser (Text -> Category)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "id")
       Parser (Text -> Category) -> Parser Text -> Parser Category
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "name")
 
 -- | ToJSON Category
-instance A.ToJSON Category where
-  toJSON :: Category -> Value
-toJSON Category {Maybe Integer
+instance A.ToJSON Category where
+  toJSON :: Category -> Value
+toJSON Category {Maybe Integer
 Text
 categoryName :: Text
 categoryId :: Maybe Integer
 categoryName :: Category -> Text
 categoryId :: Category -> Maybe Integer
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"id" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"id" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-categoryId
-      , Text
-"name" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+categoryId
+      , Key
+"name" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-categoryName
+categoryName
       ]
 
 
@@ -3961,8 +3961,8 @@
   :: Text -- ^ 'categoryName' 
   -> Category
 mkCategory :: Text -> Category
-mkCategory Text
-categoryName =
+mkCategory Text
+categoryName =
   Category :: Maybe Integer -> Text -> Category
 Category
   { categoryId :: Maybe Integer
@@ -3972,7 +3972,7 @@
   , Text
 categoryName :: Text
 categoryName :: Text
-categoryName
+categoryName
   }
 
 -- ** ClassModel
@@ -3981,22 +3981,22 @@
 data ClassModel = ClassModel
   { ClassModel -> Maybe Text
 classModelClass :: !(Maybe Text) -- ^ "_class"
-  } deriving (Int -> ClassModel -> ShowS
+  } deriving (Int -> ClassModel -> ShowS
 [ClassModel] -> ShowS
-ClassModel -> String
+ClassModel -> [Char]
 (Int -> ClassModel -> ShowS)
--> (ClassModel -> String)
+-> (ClassModel -> [Char])
 -> ([ClassModel] -> ShowS)
 -> Show ClassModel
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ClassModel] -> ShowS
 $cshowList :: [ClassModel] -> ShowS
-show :: ClassModel -> String
-$cshow :: ClassModel -> String
+show :: ClassModel -> [Char]
+$cshow :: ClassModel -> [Char]
 showsPrec :: Int -> ClassModel -> ShowS
 $cshowsPrec :: Int -> ClassModel -> ShowS
-P.Show, ClassModel -> ClassModel -> Bool
+P.Show, ClassModel -> ClassModel -> Bool
 (ClassModel -> ClassModel -> Bool)
 -> (ClassModel -> ClassModel -> Bool) -> Eq ClassModel
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -4007,42 +4007,42 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ClassModel
-instance A.FromJSON ClassModel where
-  parseJSON :: Value -> Parser ClassModel
-parseJSON = String
+instance A.FromJSON ClassModel where
+  parseJSON :: Value -> Parser ClassModel
+parseJSON = [Char]
 -> (Object -> Parser ClassModel) -> Value -> Parser ClassModel
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ClassModel" ((Object -> Parser ClassModel) -> Value -> Parser ClassModel)
 -> (Object -> Parser ClassModel) -> Value -> Parser ClassModel
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> ClassModel
 ClassModel
       (Maybe Text -> ClassModel)
 -> Parser (Maybe Text) -> Parser ClassModel
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "_class")
 
 -- | ToJSON ClassModel
-instance A.ToJSON ClassModel where
-  toJSON :: ClassModel -> Value
-toJSON ClassModel {Maybe Text
+instance A.ToJSON ClassModel where
+  toJSON :: ClassModel -> Value
+toJSON ClassModel {Maybe Text
 classModelClass :: Maybe Text
 classModelClass :: ClassModel -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"_class" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"_class" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-classModelClass
+classModelClass
       ]
 
 
@@ -4064,20 +4064,20 @@
 data Client = Client
   { Client -> Maybe Text
 clientClient :: !(Maybe Text) -- ^ "client"
-  } deriving (Int -> Client -> ShowS
+  } deriving (Int -> Client -> ShowS
 [Client] -> ShowS
-Client -> String
+Client -> [Char]
 (Int -> Client -> ShowS)
--> (Client -> String) -> ([Client] -> ShowS) -> Show Client
+-> (Client -> [Char]) -> ([Client] -> ShowS) -> Show Client
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Client] -> ShowS
 $cshowList :: [Client] -> ShowS
-show :: Client -> String
-$cshow :: Client -> String
+show :: Client -> [Char]
+$cshow :: Client -> [Char]
 showsPrec :: Int -> Client -> ShowS
 $cshowsPrec :: Int -> Client -> ShowS
-P.Show, Client -> Client -> Bool
+P.Show, Client -> Client -> Bool
 (Client -> Client -> Bool)
 -> (Client -> Client -> Bool) -> Eq Client
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -4088,40 +4088,40 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Client
-instance A.FromJSON Client where
-  parseJSON :: Value -> Parser Client
-parseJSON = String -> (Object -> Parser Client) -> Value -> Parser Client
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Client where
+  parseJSON :: Value -> Parser Client
+parseJSON = [Char] -> (Object -> Parser Client) -> Value -> Parser Client
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Client" ((Object -> Parser Client) -> Value -> Parser Client)
 -> (Object -> Parser Client) -> Value -> Parser Client
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> Client
 Client
       (Maybe Text -> Client) -> Parser (Maybe Text) -> Parser Client
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "client")
 
 -- | ToJSON Client
-instance A.ToJSON Client where
-  toJSON :: Client -> Value
-toJSON Client {Maybe Text
+instance A.ToJSON Client where
+  toJSON :: Client -> Value
+toJSON Client {Maybe Text
 clientClient :: Maybe Text
 clientClient :: Client -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"client" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"client" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-clientClient
+clientClient
       ]
 
 
@@ -4147,20 +4147,20 @@
 dogColor :: !(Maybe Text) -- ^ "color"
   , Dog -> Maybe Text
 dogBreed :: !(Maybe Text) -- ^ "breed"
-  } deriving (Int -> Dog -> ShowS
+  } deriving (Int -> Dog -> ShowS
 [Dog] -> ShowS
-Dog -> String
+Dog -> [Char]
 (Int -> Dog -> ShowS)
--> (Dog -> String) -> ([Dog] -> ShowS) -> Show Dog
+-> (Dog -> [Char]) -> ([Dog] -> ShowS) -> Show Dog
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Dog] -> ShowS
 $cshowList :: [Dog] -> ShowS
-show :: Dog -> String
-$cshow :: Dog -> String
+show :: Dog -> [Char]
+$cshow :: Dog -> [Char]
 showsPrec :: Int -> Dog -> ShowS
 $cshowsPrec :: Int -> Dog -> ShowS
-P.Show, Dog -> Dog -> Bool
+P.Show, Dog -> Dog -> Bool
 (Dog -> Dog -> Bool) -> (Dog -> Dog -> Bool) -> Eq Dog
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Dog -> Dog -> Bool
@@ -4170,46 +4170,46 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Dog
-instance A.FromJSON Dog where
-  parseJSON :: Value -> Parser Dog
-parseJSON = String -> (Object -> Parser Dog) -> Value -> Parser Dog
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Dog where
+  parseJSON :: Value -> Parser Dog
+parseJSON = [Char] -> (Object -> Parser Dog) -> Value -> Parser Dog
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Dog" ((Object -> Parser Dog) -> Value -> Parser Dog)
 -> (Object -> Parser Dog) -> Value -> Parser Dog
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Text -> Maybe Text -> Maybe Text -> Dog
 Dog
       (Text -> Maybe Text -> Maybe Text -> Dog)
 -> Parser Text -> Parser (Maybe Text -> Maybe Text -> Dog)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "className")
       Parser (Maybe Text -> Maybe Text -> Dog)
 -> Parser (Maybe Text) -> Parser (Maybe Text -> Dog)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "color")
       Parser (Maybe Text -> Dog) -> Parser (Maybe Text) -> Parser Dog
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "breed")
 
 -- | ToJSON Dog
-instance A.ToJSON Dog where
-  toJSON :: Dog -> Value
-toJSON Dog {Maybe Text
+instance A.ToJSON Dog where
+  toJSON :: Dog -> Value
+toJSON Dog {Maybe Text
 Text
 dogBreed :: Maybe Text
 dogColor :: Maybe Text
@@ -4217,24 +4217,24 @@
 dogBreed :: Dog -> Maybe Text
 dogColor :: Dog -> Maybe Text
 dogClassName :: Dog -> Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"className" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"className" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-dogClassName
-      , Text
-"color" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+dogClassName
+      , Key
+"color" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-dogColor
-      , Text
-"breed" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+dogColor
+      , Key
+"breed" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-dogBreed
+dogBreed
       ]
 
 
@@ -4243,14 +4243,14 @@
   :: Text -- ^ 'dogClassName' 
   -> Dog
 mkDog :: Text -> Dog
-mkDog Text
-dogClassName =
+mkDog Text
+dogClassName =
   Dog :: Text -> Maybe Text -> Maybe Text -> Dog
 Dog
   { Text
 dogClassName :: Text
 dogClassName :: Text
-dogClassName
+dogClassName
   , dogColor :: Maybe Text
 dogColor = Maybe Text
 forall a. Maybe a
@@ -4266,20 +4266,20 @@
 data DogAllOf = DogAllOf
   { DogAllOf -> Maybe Text
 dogAllOfBreed :: !(Maybe Text) -- ^ "breed"
-  } deriving (Int -> DogAllOf -> ShowS
+  } deriving (Int -> DogAllOf -> ShowS
 [DogAllOf] -> ShowS
-DogAllOf -> String
+DogAllOf -> [Char]
 (Int -> DogAllOf -> ShowS)
--> (DogAllOf -> String) -> ([DogAllOf] -> ShowS) -> Show DogAllOf
+-> (DogAllOf -> [Char]) -> ([DogAllOf] -> ShowS) -> Show DogAllOf
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [DogAllOf] -> ShowS
 $cshowList :: [DogAllOf] -> ShowS
-show :: DogAllOf -> String
-$cshow :: DogAllOf -> String
+show :: DogAllOf -> [Char]
+$cshow :: DogAllOf -> [Char]
 showsPrec :: Int -> DogAllOf -> ShowS
 $cshowsPrec :: Int -> DogAllOf -> ShowS
-P.Show, DogAllOf -> DogAllOf -> Bool
+P.Show, DogAllOf -> DogAllOf -> Bool
 (DogAllOf -> DogAllOf -> Bool)
 -> (DogAllOf -> DogAllOf -> Bool) -> Eq DogAllOf
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -4290,40 +4290,40 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON DogAllOf
-instance A.FromJSON DogAllOf where
-  parseJSON :: Value -> Parser DogAllOf
-parseJSON = String -> (Object -> Parser DogAllOf) -> Value -> Parser DogAllOf
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON DogAllOf where
+  parseJSON :: Value -> Parser DogAllOf
+parseJSON = [Char] -> (Object -> Parser DogAllOf) -> Value -> Parser DogAllOf
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "DogAllOf" ((Object -> Parser DogAllOf) -> Value -> Parser DogAllOf)
 -> (Object -> Parser DogAllOf) -> Value -> Parser DogAllOf
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> DogAllOf
 DogAllOf
       (Maybe Text -> DogAllOf) -> Parser (Maybe Text) -> Parser DogAllOf
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "breed")
 
 -- | ToJSON DogAllOf
-instance A.ToJSON DogAllOf where
-  toJSON :: DogAllOf -> Value
-toJSON DogAllOf {Maybe Text
+instance A.ToJSON DogAllOf where
+  toJSON :: DogAllOf -> Value
+toJSON DogAllOf {Maybe Text
 dogAllOfBreed :: Maybe Text
 dogAllOfBreed :: DogAllOf -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"breed" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"breed" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-dogAllOfBreed
+dogAllOfBreed
       ]
 
 
@@ -4347,22 +4347,22 @@
 enumArraysJustSymbol :: !(Maybe E'JustSymbol) -- ^ "just_symbol"
   , EnumArrays -> Maybe [E'ArrayEnum]
 enumArraysArrayEnum :: !(Maybe [E'ArrayEnum]) -- ^ "array_enum"
-  } deriving (Int -> EnumArrays -> ShowS
+  } deriving (Int -> EnumArrays -> ShowS
 [EnumArrays] -> ShowS
-EnumArrays -> String
+EnumArrays -> [Char]
 (Int -> EnumArrays -> ShowS)
--> (EnumArrays -> String)
+-> (EnumArrays -> [Char])
 -> ([EnumArrays] -> ShowS)
 -> Show EnumArrays
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumArrays] -> ShowS
 $cshowList :: [EnumArrays] -> ShowS
-show :: EnumArrays -> String
-$cshow :: EnumArrays -> String
+show :: EnumArrays -> [Char]
+$cshow :: EnumArrays -> [Char]
 showsPrec :: Int -> EnumArrays -> ShowS
 $cshowsPrec :: Int -> EnumArrays -> ShowS
-P.Show, EnumArrays -> EnumArrays -> Bool
+P.Show, EnumArrays -> EnumArrays -> Bool
 (EnumArrays -> EnumArrays -> Bool)
 -> (EnumArrays -> EnumArrays -> Bool) -> Eq EnumArrays
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -4373,17 +4373,17 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON EnumArrays
-instance A.FromJSON EnumArrays where
-  parseJSON :: Value -> Parser EnumArrays
-parseJSON = String
+instance A.FromJSON EnumArrays where
+  parseJSON :: Value -> Parser EnumArrays
+parseJSON = [Char]
 -> (Object -> Parser EnumArrays) -> Value -> Parser EnumArrays
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "EnumArrays" ((Object -> Parser EnumArrays) -> Value -> Parser EnumArrays)
 -> (Object -> Parser EnumArrays) -> Value -> Parser EnumArrays
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe E'JustSymbol -> Maybe [E'ArrayEnum] -> EnumArrays
 EnumArrays
       (Maybe E'JustSymbol -> Maybe [E'ArrayEnum] -> EnumArrays)
@@ -4391,41 +4391,41 @@
 -> Parser (Maybe [E'ArrayEnum] -> EnumArrays)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe E'JustSymbol)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'JustSymbol)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "just_symbol")
       Parser (Maybe [E'ArrayEnum] -> EnumArrays)
 -> Parser (Maybe [E'ArrayEnum]) -> Parser EnumArrays
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [E'ArrayEnum])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [E'ArrayEnum])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "array_enum")
 
 -- | ToJSON EnumArrays
-instance A.ToJSON EnumArrays where
-  toJSON :: EnumArrays -> Value
-toJSON EnumArrays {Maybe [E'ArrayEnum]
+instance A.ToJSON EnumArrays where
+  toJSON :: EnumArrays -> Value
+toJSON EnumArrays {Maybe [E'ArrayEnum]
 Maybe E'JustSymbol
 enumArraysArrayEnum :: Maybe [E'ArrayEnum]
 enumArraysJustSymbol :: Maybe E'JustSymbol
 enumArraysArrayEnum :: EnumArrays -> Maybe [E'ArrayEnum]
 enumArraysJustSymbol :: EnumArrays -> Maybe E'JustSymbol
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"just_symbol" Text -> Maybe E'JustSymbol -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"just_symbol" Key -> Maybe E'JustSymbol -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'JustSymbol
-enumArraysJustSymbol
-      , Text
-"array_enum" Text -> Maybe [E'ArrayEnum] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+enumArraysJustSymbol
+      , Key
+"array_enum" Key -> Maybe [E'ArrayEnum] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [E'ArrayEnum]
-enumArraysArrayEnum
+enumArraysArrayEnum
       ]
 
 
@@ -4459,20 +4459,20 @@
 enumTestEnumNumber :: !(Maybe E'EnumNumber) -- ^ "enum_number"
   , EnumTest -> Maybe OuterEnum
 enumTestOuterEnum :: !(Maybe OuterEnum) -- ^ "outerEnum"
-  } deriving (Int -> EnumTest -> ShowS
+  } deriving (Int -> EnumTest -> ShowS
 [EnumTest] -> ShowS
-EnumTest -> String
+EnumTest -> [Char]
 (Int -> EnumTest -> ShowS)
--> (EnumTest -> String) -> ([EnumTest] -> ShowS) -> Show EnumTest
+-> (EnumTest -> [Char]) -> ([EnumTest] -> ShowS) -> Show EnumTest
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumTest] -> ShowS
 $cshowList :: [EnumTest] -> ShowS
-show :: EnumTest -> String
-$cshow :: EnumTest -> String
+show :: EnumTest -> [Char]
+$cshow :: EnumTest -> [Char]
 showsPrec :: Int -> EnumTest -> ShowS
 $cshowsPrec :: Int -> EnumTest -> ShowS
-P.Show, EnumTest -> EnumTest -> Bool
+P.Show, EnumTest -> EnumTest -> Bool
 (EnumTest -> EnumTest -> Bool)
 -> (EnumTest -> EnumTest -> Bool) -> Eq EnumTest
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -4483,16 +4483,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON EnumTest
-instance A.FromJSON EnumTest where
-  parseJSON :: Value -> Parser EnumTest
-parseJSON = String -> (Object -> Parser EnumTest) -> Value -> Parser EnumTest
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON EnumTest where
+  parseJSON :: Value -> Parser EnumTest
+parseJSON = [Char] -> (Object -> Parser EnumTest) -> Value -> Parser EnumTest
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "EnumTest" ((Object -> Parser EnumTest) -> Value -> Parser EnumTest)
 -> (Object -> Parser EnumTest) -> Value -> Parser EnumTest
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe E'EnumString
 -> E'EnumString
 -> Maybe E'EnumInteger
@@ -4515,9 +4515,9 @@
       -> EnumTest)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe E'EnumString)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'EnumString)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "enum_string")
       Parser
   (E'EnumString
@@ -4531,9 +4531,9 @@
       -> Maybe E'EnumNumber -> Maybe OuterEnum -> EnumTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser E'EnumString
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser E'EnumString
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "enum_string_required")
       Parser
   (Maybe E'EnumInteger
@@ -4542,32 +4542,32 @@
 -> Parser (Maybe E'EnumNumber -> Maybe OuterEnum -> EnumTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe E'EnumInteger)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'EnumInteger)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "enum_integer")
       Parser (Maybe E'EnumNumber -> Maybe OuterEnum -> EnumTest)
 -> Parser (Maybe E'EnumNumber)
 -> Parser (Maybe OuterEnum -> EnumTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe E'EnumNumber)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'EnumNumber)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "enum_number")
       Parser (Maybe OuterEnum -> EnumTest)
 -> Parser (Maybe OuterEnum) -> Parser EnumTest
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe OuterEnum)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe OuterEnum)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "outerEnum")
 
 -- | ToJSON EnumTest
-instance A.ToJSON EnumTest where
-  toJSON :: EnumTest -> Value
-toJSON EnumTest {Maybe OuterEnum
+instance A.ToJSON EnumTest where
+  toJSON :: EnumTest -> Value
+toJSON EnumTest {Maybe OuterEnum
 Maybe E'EnumString
 Maybe E'EnumNumber
 Maybe E'EnumInteger
@@ -4582,34 +4582,34 @@
 enumTestEnumInteger :: EnumTest -> Maybe E'EnumInteger
 enumTestEnumStringRequired :: EnumTest -> E'EnumString
 enumTestEnumString :: EnumTest -> Maybe E'EnumString
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"enum_string" Text -> Maybe E'EnumString -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"enum_string" Key -> Maybe E'EnumString -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'EnumString
-enumTestEnumString
-      , Text
-"enum_string_required" Text -> E'EnumString -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+enumTestEnumString
+      , Key
+"enum_string_required" Key -> E'EnumString -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= E'EnumString
-enumTestEnumStringRequired
-      , Text
-"enum_integer" Text -> Maybe E'EnumInteger -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+enumTestEnumStringRequired
+      , Key
+"enum_integer" Key -> Maybe E'EnumInteger -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'EnumInteger
-enumTestEnumInteger
-      , Text
-"enum_number" Text -> Maybe E'EnumNumber -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+enumTestEnumInteger
+      , Key
+"enum_number" Key -> Maybe E'EnumNumber -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'EnumNumber
-enumTestEnumNumber
-      , Text
-"outerEnum" Text -> Maybe OuterEnum -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+enumTestEnumNumber
+      , Key
+"outerEnum" Key -> Maybe OuterEnum -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe OuterEnum
-enumTestOuterEnum
+enumTestOuterEnum
       ]
 
 
@@ -4618,8 +4618,8 @@
   :: E'EnumString -- ^ 'enumTestEnumStringRequired' 
   -> EnumTest
 mkEnumTest :: E'EnumString -> EnumTest
-mkEnumTest E'EnumString
-enumTestEnumStringRequired =
+mkEnumTest E'EnumString
+enumTestEnumStringRequired =
   EnumTest :: Maybe E'EnumString
 -> E'EnumString
 -> Maybe E'EnumInteger
@@ -4634,7 +4634,7 @@
   , E'EnumString
 enumTestEnumStringRequired :: E'EnumString
 enumTestEnumStringRequired :: E'EnumString
-enumTestEnumStringRequired
+enumTestEnumStringRequired
   , enumTestEnumInteger :: Maybe E'EnumInteger
 enumTestEnumInteger = Maybe E'EnumInteger
 forall a. Maybe a
@@ -4655,20 +4655,20 @@
 data File = File
   { File -> Maybe Text
 fileSourceUri :: !(Maybe Text) -- ^ "sourceURI" - Test capitalization
-  } deriving (Int -> File -> ShowS
+  } deriving (Int -> File -> ShowS
 [File] -> ShowS
-File -> String
+File -> [Char]
 (Int -> File -> ShowS)
--> (File -> String) -> ([File] -> ShowS) -> Show File
+-> (File -> [Char]) -> ([File] -> ShowS) -> Show File
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [File] -> ShowS
 $cshowList :: [File] -> ShowS
-show :: File -> String
-$cshow :: File -> String
+show :: File -> [Char]
+$cshow :: File -> [Char]
 showsPrec :: Int -> File -> ShowS
 $cshowsPrec :: Int -> File -> ShowS
-P.Show, File -> File -> Bool
+P.Show, File -> File -> Bool
 (File -> File -> Bool) -> (File -> File -> Bool) -> Eq File
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: File -> File -> Bool
@@ -4678,40 +4678,40 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON File
-instance A.FromJSON File where
-  parseJSON :: Value -> Parser File
-parseJSON = String -> (Object -> Parser File) -> Value -> Parser File
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON File where
+  parseJSON :: Value -> Parser File
+parseJSON = [Char] -> (Object -> Parser File) -> Value -> Parser File
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "File" ((Object -> Parser File) -> Value -> Parser File)
 -> (Object -> Parser File) -> Value -> Parser File
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> File
 File
       (Maybe Text -> File) -> Parser (Maybe Text) -> Parser File
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "sourceURI")
 
 -- | ToJSON File
-instance A.ToJSON File where
-  toJSON :: File -> Value
-toJSON File {Maybe Text
+instance A.ToJSON File where
+  toJSON :: File -> Value
+toJSON File {Maybe Text
 fileSourceUri :: Maybe Text
 fileSourceUri :: File -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"sourceURI" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"sourceURI" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-fileSourceUri
+fileSourceUri
       ]
 
 
@@ -4735,22 +4735,22 @@
 fileSchemaTestClassFile :: !(Maybe File) -- ^ "file"
   , FileSchemaTestClass -> Maybe [File]
 fileSchemaTestClassFiles :: !(Maybe [File]) -- ^ "files"
-  } deriving (Int -> FileSchemaTestClass -> ShowS
+  } deriving (Int -> FileSchemaTestClass -> ShowS
 [FileSchemaTestClass] -> ShowS
-FileSchemaTestClass -> String
+FileSchemaTestClass -> [Char]
 (Int -> FileSchemaTestClass -> ShowS)
--> (FileSchemaTestClass -> String)
+-> (FileSchemaTestClass -> [Char])
 -> ([FileSchemaTestClass] -> ShowS)
 -> Show FileSchemaTestClass
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [FileSchemaTestClass] -> ShowS
 $cshowList :: [FileSchemaTestClass] -> ShowS
-show :: FileSchemaTestClass -> String
-$cshow :: FileSchemaTestClass -> String
+show :: FileSchemaTestClass -> [Char]
+$cshow :: FileSchemaTestClass -> [Char]
 showsPrec :: Int -> FileSchemaTestClass -> ShowS
 $cshowsPrec :: Int -> FileSchemaTestClass -> ShowS
-P.Show, FileSchemaTestClass -> FileSchemaTestClass -> Bool
+P.Show, FileSchemaTestClass -> FileSchemaTestClass -> Bool
 (FileSchemaTestClass -> FileSchemaTestClass -> Bool)
 -> (FileSchemaTestClass -> FileSchemaTestClass -> Bool)
 -> Eq FileSchemaTestClass
@@ -4762,22 +4762,22 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON FileSchemaTestClass
-instance A.FromJSON FileSchemaTestClass where
-  parseJSON :: Value -> Parser FileSchemaTestClass
-parseJSON = String
+instance A.FromJSON FileSchemaTestClass where
+  parseJSON :: Value -> Parser FileSchemaTestClass
+parseJSON = [Char]
 -> (Object -> Parser FileSchemaTestClass)
 -> Value
 -> Parser FileSchemaTestClass
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "FileSchemaTestClass" ((Object -> Parser FileSchemaTestClass)
  -> Value -> Parser FileSchemaTestClass)
 -> (Object -> Parser FileSchemaTestClass)
 -> Value
 -> Parser FileSchemaTestClass
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe File -> Maybe [File] -> FileSchemaTestClass
 FileSchemaTestClass
       (Maybe File -> Maybe [File] -> FileSchemaTestClass)
@@ -4785,41 +4785,41 @@
 -> Parser (Maybe [File] -> FileSchemaTestClass)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe File)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe File)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "file")
       Parser (Maybe [File] -> FileSchemaTestClass)
 -> Parser (Maybe [File]) -> Parser FileSchemaTestClass
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [File])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [File])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "files")
 
 -- | ToJSON FileSchemaTestClass
-instance A.ToJSON FileSchemaTestClass where
-  toJSON :: FileSchemaTestClass -> Value
-toJSON FileSchemaTestClass {Maybe [File]
+instance A.ToJSON FileSchemaTestClass where
+  toJSON :: FileSchemaTestClass -> Value
+toJSON FileSchemaTestClass {Maybe [File]
 Maybe File
 fileSchemaTestClassFiles :: Maybe [File]
 fileSchemaTestClassFile :: Maybe File
 fileSchemaTestClassFiles :: FileSchemaTestClass -> Maybe [File]
 fileSchemaTestClassFile :: FileSchemaTestClass -> Maybe File
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"file" Text -> Maybe File -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"file" Key -> Maybe File -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe File
-fileSchemaTestClassFile
-      , Text
-"files" Text -> Maybe [File] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+fileSchemaTestClassFile
+      , Key
+"files" Key -> Maybe [File] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [File]
-fileSchemaTestClassFiles
+fileSchemaTestClassFiles
       ]
 
 
@@ -4859,7 +4859,7 @@
 formatTestString :: !(Maybe Text) -- ^ "string"
   , FormatTest -> ByteArray
 formatTestByte :: !(ByteArray) -- ^ /Required/ "byte"
-  , FormatTest -> Maybe String
+  , FormatTest -> Maybe [Char]
 formatTestBinary :: !(Maybe FilePath) -- ^ "binary"
   , FormatTest -> Date
 formatTestDate :: !(Date) -- ^ /Required/ "date"
@@ -4871,22 +4871,22 @@
 formatTestPassword :: !(Text) -- ^ /Required/ "password"
   , FormatTest -> Maybe Double
 formatTestBigDecimal :: !(Maybe Double) -- ^ "BigDecimal"
-  } deriving (Int -> FormatTest -> ShowS
+  } deriving (Int -> FormatTest -> ShowS
 [FormatTest] -> ShowS
-FormatTest -> String
+FormatTest -> [Char]
 (Int -> FormatTest -> ShowS)
--> (FormatTest -> String)
+-> (FormatTest -> [Char])
 -> ([FormatTest] -> ShowS)
 -> Show FormatTest
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [FormatTest] -> ShowS
 $cshowList :: [FormatTest] -> ShowS
-show :: FormatTest -> String
-$cshow :: FormatTest -> String
+show :: FormatTest -> [Char]
+$cshow :: FormatTest -> [Char]
 showsPrec :: Int -> FormatTest -> ShowS
 $cshowsPrec :: Int -> FormatTest -> ShowS
-P.Show, FormatTest -> FormatTest -> Bool
+P.Show, FormatTest -> FormatTest -> Bool
 (FormatTest -> FormatTest -> Bool)
 -> (FormatTest -> FormatTest -> Bool) -> Eq FormatTest
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -4897,17 +4897,17 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON FormatTest
-instance A.FromJSON FormatTest where
-  parseJSON :: Value -> Parser FormatTest
-parseJSON = String
+instance A.FromJSON FormatTest where
+  parseJSON :: Value -> Parser FormatTest
+parseJSON = [Char]
 -> (Object -> Parser FormatTest) -> Value -> Parser FormatTest
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "FormatTest" ((Object -> Parser FormatTest) -> Value -> Parser FormatTest)
 -> (Object -> Parser FormatTest) -> Value -> Parser FormatTest
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Int
 -> Maybe Int
 -> Maybe Integer
@@ -4916,7 +4916,7 @@
 -> Maybe Double
 -> Maybe Text
 -> ByteArray
--> Maybe String
+-> Maybe [Char]
 -> Date
 -> Maybe DateTime
 -> Maybe Text
@@ -4932,7 +4932,7 @@
  -> Maybe Double
  -> Maybe Text
  -> ByteArray
- -> Maybe String
+ -> Maybe [Char]
  -> Date
  -> Maybe DateTime
  -> Maybe Text
@@ -4948,7 +4948,7 @@
       -> Maybe Double
       -> Maybe Text
       -> ByteArray
-      -> Maybe String
+      -> Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -4957,9 +4957,9 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "integer")
       Parser
   (Maybe Int
@@ -4969,7 +4969,7 @@
    -> Maybe Double
    -> Maybe Text
    -> ByteArray
-   -> Maybe String
+   -> Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
@@ -4984,7 +4984,7 @@
       -> Maybe Double
       -> Maybe Text
       -> ByteArray
-      -> Maybe String
+      -> Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -4993,9 +4993,9 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "int32")
       Parser
   (Maybe Integer
@@ -5004,7 +5004,7 @@
    -> Maybe Double
    -> Maybe Text
    -> ByteArray
-   -> Maybe String
+   -> Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
@@ -5018,7 +5018,7 @@
       -> Maybe Double
       -> Maybe Text
       -> ByteArray
-      -> Maybe String
+      -> Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -5027,9 +5027,9 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "int64")
       Parser
   (Double
@@ -5037,7 +5037,7 @@
    -> Maybe Double
    -> Maybe Text
    -> ByteArray
-   -> Maybe String
+   -> Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
@@ -5050,7 +5050,7 @@
       -> Maybe Double
       -> Maybe Text
       -> ByteArray
-      -> Maybe String
+      -> Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -5059,16 +5059,16 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Double
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Double
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "number")
       Parser
   (Maybe Float
    -> Maybe Double
    -> Maybe Text
    -> ByteArray
-   -> Maybe String
+   -> Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
@@ -5080,7 +5080,7 @@
      (Maybe Double
       -> Maybe Text
       -> ByteArray
-      -> Maybe String
+      -> Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -5089,15 +5089,15 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Float)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Float)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "float")
       Parser
   (Maybe Double
    -> Maybe Text
    -> ByteArray
-   -> Maybe String
+   -> Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
@@ -5108,7 +5108,7 @@
 -> Parser
      (Maybe Text
       -> ByteArray
-      -> Maybe String
+      -> Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -5117,14 +5117,14 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "double")
       Parser
   (Maybe Text
    -> ByteArray
-   -> Maybe String
+   -> Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
@@ -5134,7 +5134,7 @@
 -> Parser (Maybe Text)
 -> Parser
      (ByteArray
-      -> Maybe String
+      -> Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -5143,13 +5143,13 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "string")
       Parser
   (ByteArray
-   -> Maybe String
+   -> Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
@@ -5158,7 +5158,7 @@
    -> FormatTest)
 -> Parser ByteArray
 -> Parser
-     (Maybe String
+     (Maybe [Char]
       -> Date
       -> Maybe DateTime
       -> Maybe Text
@@ -5167,19 +5167,19 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser ByteArray
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser ByteArray
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "byte")
       Parser
-  (Maybe String
+  (Maybe [Char]
    -> Date
    -> Maybe DateTime
    -> Maybe Text
    -> Text
    -> Maybe Double
    -> FormatTest)
--> Parser (Maybe String)
+-> Parser (Maybe [Char])
 -> Parser
      (Date
       -> Maybe DateTime
@@ -5189,9 +5189,9 @@
       -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe String)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Char])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "binary")
       Parser
   (Date
@@ -5206,9 +5206,9 @@
       -> Maybe Text -> Text -> Maybe Double -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Date
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Date
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "date")
       Parser
   (Maybe DateTime
@@ -5217,45 +5217,45 @@
 -> Parser (Maybe Text -> Text -> Maybe Double -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe DateTime)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe DateTime)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "dateTime")
       Parser (Maybe Text -> Text -> Maybe Double -> FormatTest)
 -> Parser (Maybe Text)
 -> Parser (Text -> Maybe Double -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "uuid")
       Parser (Text -> Maybe Double -> FormatTest)
 -> Parser Text -> Parser (Maybe Double -> FormatTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "password")
       Parser (Maybe Double -> FormatTest)
 -> Parser (Maybe Double) -> Parser FormatTest
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "BigDecimal")
 
 -- | ToJSON FormatTest
-instance A.ToJSON FormatTest where
-  toJSON :: FormatTest -> Value
-toJSON FormatTest {Double
+instance A.ToJSON FormatTest where
+  toJSON :: FormatTest -> Value
+toJSON FormatTest {Double
 Maybe Double
 Maybe Float
 Maybe Int
 Maybe Integer
-Maybe String
+Maybe [Char]
 Maybe Text
 Maybe DateTime
 Text
@@ -5266,7 +5266,7 @@
 formatTestUuid :: Maybe Text
 formatTestDateTime :: Maybe DateTime
 formatTestDate :: Date
-formatTestBinary :: Maybe String
+formatTestBinary :: Maybe [Char]
 formatTestByte :: ByteArray
 formatTestString :: Maybe Text
 formatTestDouble :: Maybe Double
@@ -5280,7 +5280,7 @@
 formatTestUuid :: FormatTest -> Maybe Text
 formatTestDateTime :: FormatTest -> Maybe DateTime
 formatTestDate :: FormatTest -> Date
-formatTestBinary :: FormatTest -> Maybe String
+formatTestBinary :: FormatTest -> Maybe [Char]
 formatTestByte :: FormatTest -> ByteArray
 formatTestString :: FormatTest -> Maybe Text
 formatTestDouble :: FormatTest -> Maybe Double
@@ -5289,79 +5289,79 @@
 formatTestInt64 :: FormatTest -> Maybe Integer
 formatTestInt32 :: FormatTest -> Maybe Int
 formatTestInteger :: FormatTest -> Maybe Int
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"integer" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"integer" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-formatTestInteger
-      , Text
-"int32" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestInteger
+      , Key
+"int32" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-formatTestInt32
-      , Text
-"int64" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestInt32
+      , Key
+"int64" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-formatTestInt64
-      , Text
-"number" Text -> Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestInt64
+      , Key
+"number" Key -> Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Double
-formatTestNumber
-      , Text
-"float" Text -> Maybe Float -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestNumber
+      , Key
+"float" Key -> Maybe Float -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Float
-formatTestFloat
-      , Text
-"double" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestFloat
+      , Key
+"double" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-formatTestDouble
-      , Text
-"string" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestDouble
+      , Key
+"string" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-formatTestString
-      , Text
-"byte" Text -> ByteArray -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestString
+      , Key
+"byte" Key -> ByteArray -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= ByteArray
-formatTestByte
-      , Text
-"binary" Text -> Maybe String -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe String
-formatTestBinary
-      , Text
-"date" Text -> Date -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestByte
+      , Key
+"binary" Key -> Maybe [Char] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe [Char]
+formatTestBinary
+      , Key
+"date" Key -> Date -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Date
-formatTestDate
-      , Text
-"dateTime" Text -> Maybe DateTime -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestDate
+      , Key
+"dateTime" Key -> Maybe DateTime -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe DateTime
-formatTestDateTime
-      , Text
-"uuid" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestDateTime
+      , Key
+"uuid" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-formatTestUuid
-      , Text
-"password" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestUuid
+      , Key
+"password" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-formatTestPassword
-      , Text
-"BigDecimal" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+formatTestPassword
+      , Key
+"BigDecimal" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-formatTestBigDecimal
+formatTestBigDecimal
       ]
 
 
@@ -5373,11 +5373,11 @@
   -> Text -- ^ 'formatTestPassword' 
   -> FormatTest
 mkFormatTest :: Double -> ByteArray -> Date -> Text -> FormatTest
-mkFormatTest Double
-formatTestNumber ByteArray
-formatTestByte Date
-formatTestDate Text
-formatTestPassword =
+mkFormatTest Double
+formatTestNumber ByteArray
+formatTestByte Date
+formatTestDate Text
+formatTestPassword =
   FormatTest :: Maybe Int
 -> Maybe Int
 -> Maybe Integer
@@ -5386,7 +5386,7 @@
 -> Maybe Double
 -> Maybe Text
 -> ByteArray
--> Maybe String
+-> Maybe [Char]
 -> Date
 -> Maybe DateTime
 -> Maybe Text
@@ -5409,7 +5409,7 @@
   , Double
 formatTestNumber :: Double
 formatTestNumber :: Double
-formatTestNumber
+formatTestNumber
   , formatTestFloat :: Maybe Float
 formatTestFloat = Maybe Float
 forall a. Maybe a
@@ -5425,15 +5425,15 @@
   , ByteArray
 formatTestByte :: ByteArray
 formatTestByte :: ByteArray
-formatTestByte
-  , formatTestBinary :: Maybe String
-formatTestBinary = Maybe String
+formatTestByte
+  , formatTestBinary :: Maybe [Char]
+formatTestBinary = Maybe [Char]
 forall a. Maybe a
 Nothing
   , Date
 formatTestDate :: Date
 formatTestDate :: Date
-formatTestDate
+formatTestDate
   , formatTestDateTime :: Maybe DateTime
 formatTestDateTime = Maybe DateTime
 forall a. Maybe a
@@ -5445,7 +5445,7 @@
   , Text
 formatTestPassword :: Text
 formatTestPassword :: Text
-formatTestPassword
+formatTestPassword
   , formatTestBigDecimal :: Maybe Double
 formatTestBigDecimal = Maybe Double
 forall a. Maybe a
@@ -5459,22 +5459,22 @@
 hasOnlyReadOnlyBar :: !(Maybe Text) -- ^ /ReadOnly/ "bar"
   , HasOnlyReadOnly -> Maybe Text
 hasOnlyReadOnlyFoo :: !(Maybe Text) -- ^ /ReadOnly/ "foo"
-  } deriving (Int -> HasOnlyReadOnly -> ShowS
+  } deriving (Int -> HasOnlyReadOnly -> ShowS
 [HasOnlyReadOnly] -> ShowS
-HasOnlyReadOnly -> String
+HasOnlyReadOnly -> [Char]
 (Int -> HasOnlyReadOnly -> ShowS)
--> (HasOnlyReadOnly -> String)
+-> (HasOnlyReadOnly -> [Char])
 -> ([HasOnlyReadOnly] -> ShowS)
 -> Show HasOnlyReadOnly
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [HasOnlyReadOnly] -> ShowS
 $cshowList :: [HasOnlyReadOnly] -> ShowS
-show :: HasOnlyReadOnly -> String
-$cshow :: HasOnlyReadOnly -> String
+show :: HasOnlyReadOnly -> [Char]
+$cshow :: HasOnlyReadOnly -> [Char]
 showsPrec :: Int -> HasOnlyReadOnly -> ShowS
 $cshowsPrec :: Int -> HasOnlyReadOnly -> ShowS
-P.Show, HasOnlyReadOnly -> HasOnlyReadOnly -> Bool
+P.Show, HasOnlyReadOnly -> HasOnlyReadOnly -> Bool
 (HasOnlyReadOnly -> HasOnlyReadOnly -> Bool)
 -> (HasOnlyReadOnly -> HasOnlyReadOnly -> Bool)
 -> Eq HasOnlyReadOnly
@@ -5486,62 +5486,62 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON HasOnlyReadOnly
-instance A.FromJSON HasOnlyReadOnly where
-  parseJSON :: Value -> Parser HasOnlyReadOnly
-parseJSON = String
+instance A.FromJSON HasOnlyReadOnly where
+  parseJSON :: Value -> Parser HasOnlyReadOnly
+parseJSON = [Char]
 -> (Object -> Parser HasOnlyReadOnly)
 -> Value
 -> Parser HasOnlyReadOnly
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "HasOnlyReadOnly" ((Object -> Parser HasOnlyReadOnly)
  -> Value -> Parser HasOnlyReadOnly)
 -> (Object -> Parser HasOnlyReadOnly)
 -> Value
 -> Parser HasOnlyReadOnly
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> Maybe Text -> HasOnlyReadOnly
 HasOnlyReadOnly
       (Maybe Text -> Maybe Text -> HasOnlyReadOnly)
 -> Parser (Maybe Text) -> Parser (Maybe Text -> HasOnlyReadOnly)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "bar")
       Parser (Maybe Text -> HasOnlyReadOnly)
 -> Parser (Maybe Text) -> Parser HasOnlyReadOnly
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "foo")
 
 -- | ToJSON HasOnlyReadOnly
-instance A.ToJSON HasOnlyReadOnly where
-  toJSON :: HasOnlyReadOnly -> Value
-toJSON HasOnlyReadOnly {Maybe Text
+instance A.ToJSON HasOnlyReadOnly where
+  toJSON :: HasOnlyReadOnly -> Value
+toJSON HasOnlyReadOnly {Maybe Text
 hasOnlyReadOnlyFoo :: Maybe Text
 hasOnlyReadOnlyBar :: Maybe Text
 hasOnlyReadOnlyFoo :: HasOnlyReadOnly -> Maybe Text
 hasOnlyReadOnlyBar :: HasOnlyReadOnly -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"bar" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"bar" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-hasOnlyReadOnlyBar
-      , Text
-"foo" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+hasOnlyReadOnlyBar
+      , Key
+"foo" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-hasOnlyReadOnlyFoo
+hasOnlyReadOnlyFoo
       ]
 
 
@@ -5565,28 +5565,28 @@
 -- ** MapTest
 -- | MapTest
 data MapTest = MapTest
-  { MapTest -> Maybe (Map String (Map String Text))
+  { MapTest -> Maybe (Map [Char] (Map [Char] Text))
 mapTestMapMapOfString :: !(Maybe (Map.Map String (Map.Map String Text))) -- ^ "map_map_of_string"
-  , MapTest -> Maybe (Map String E'Inner)
+  , MapTest -> Maybe (Map [Char] E'Inner)
 mapTestMapOfEnumString :: !(Maybe (Map.Map String E'Inner)) -- ^ "map_of_enum_string"
-  , MapTest -> Maybe (Map String Bool)
+  , MapTest -> Maybe (Map [Char] Bool)
 mapTestDirectMap :: !(Maybe (Map.Map String Bool)) -- ^ "direct_map"
-  , MapTest -> Maybe (Map String Bool)
+  , MapTest -> Maybe (Map [Char] Bool)
 mapTestIndirectMap :: !(Maybe (Map.Map String Bool)) -- ^ "indirect_map"
-  } deriving (Int -> MapTest -> ShowS
+  } deriving (Int -> MapTest -> ShowS
 [MapTest] -> ShowS
-MapTest -> String
+MapTest -> [Char]
 (Int -> MapTest -> ShowS)
--> (MapTest -> String) -> ([MapTest] -> ShowS) -> Show MapTest
+-> (MapTest -> [Char]) -> ([MapTest] -> ShowS) -> Show MapTest
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [MapTest] -> ShowS
 $cshowList :: [MapTest] -> ShowS
-show :: MapTest -> String
-$cshow :: MapTest -> String
+show :: MapTest -> [Char]
+$cshow :: MapTest -> [Char]
 showsPrec :: Int -> MapTest -> ShowS
 $cshowsPrec :: Int -> MapTest -> ShowS
-P.Show, MapTest -> MapTest -> Bool
+P.Show, MapTest -> MapTest -> Bool
 (MapTest -> MapTest -> Bool)
 -> (MapTest -> MapTest -> Bool) -> Eq MapTest
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -5597,105 +5597,105 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON MapTest
-instance A.FromJSON MapTest where
-  parseJSON :: Value -> Parser MapTest
-parseJSON = String -> (Object -> Parser MapTest) -> Value -> Parser MapTest
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON MapTest where
+  parseJSON :: Value -> Parser MapTest
+parseJSON = [Char] -> (Object -> Parser MapTest) -> Value -> Parser MapTest
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "MapTest" ((Object -> Parser MapTest) -> Value -> Parser MapTest)
 -> (Object -> Parser MapTest) -> Value -> Parser MapTest
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
-    Maybe (Map String (Map String Text))
--> Maybe (Map String E'Inner)
--> Maybe (Map String Bool)
--> Maybe (Map String Bool)
+$ \Object
+o ->
+    Maybe (Map [Char] (Map [Char] Text))
+-> Maybe (Map [Char] E'Inner)
+-> Maybe (Map [Char] Bool)
+-> Maybe (Map [Char] Bool)
 -> MapTest
 MapTest
-      (Maybe (Map String (Map String Text))
- -> Maybe (Map String E'Inner)
- -> Maybe (Map String Bool)
- -> Maybe (Map String Bool)
+      (Maybe (Map [Char] (Map [Char] Text))
+ -> Maybe (Map [Char] E'Inner)
+ -> Maybe (Map [Char] Bool)
+ -> Maybe (Map [Char] Bool)
  -> MapTest)
--> Parser (Maybe (Map String (Map String Text)))
+-> Parser (Maybe (Map [Char] (Map [Char] Text)))
 -> Parser
-     (Maybe (Map String E'Inner)
-      -> Maybe (Map String Bool) -> Maybe (Map String Bool) -> MapTest)
+     (Maybe (Map [Char] E'Inner)
+      -> Maybe (Map [Char] Bool) -> Maybe (Map [Char] Bool) -> MapTest)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe (Map String (Map String Text)))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] (Map [Char] Text)))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_map_of_string")
       Parser
-  (Maybe (Map String E'Inner)
-   -> Maybe (Map String Bool) -> Maybe (Map String Bool) -> MapTest)
--> Parser (Maybe (Map String E'Inner))
+  (Maybe (Map [Char] E'Inner)
+   -> Maybe (Map [Char] Bool) -> Maybe (Map [Char] Bool) -> MapTest)
+-> Parser (Maybe (Map [Char] E'Inner))
 -> Parser
-     (Maybe (Map String Bool) -> Maybe (Map String Bool) -> MapTest)
+     (Maybe (Map [Char] Bool) -> Maybe (Map [Char] Bool) -> MapTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String E'Inner))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] E'Inner))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map_of_enum_string")
       Parser
-  (Maybe (Map String Bool) -> Maybe (Map String Bool) -> MapTest)
--> Parser (Maybe (Map String Bool))
--> Parser (Maybe (Map String Bool) -> MapTest)
+  (Maybe (Map [Char] Bool) -> Maybe (Map [Char] Bool) -> MapTest)
+-> Parser (Maybe (Map [Char] Bool))
+-> Parser (Maybe (Map [Char] Bool) -> MapTest)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String Bool))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] Bool))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "direct_map")
-      Parser (Maybe (Map String Bool) -> MapTest)
--> Parser (Maybe (Map String Bool)) -> Parser MapTest
+      Parser (Maybe (Map [Char] Bool) -> MapTest)
+-> Parser (Maybe (Map [Char] Bool)) -> Parser MapTest
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String Bool))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] Bool))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "indirect_map")
 
 -- | ToJSON MapTest
-instance A.ToJSON MapTest where
-  toJSON :: MapTest -> Value
-toJSON MapTest {Maybe (Map String Bool)
-Maybe (Map String (Map String Text))
-Maybe (Map String E'Inner)
-mapTestIndirectMap :: Maybe (Map String Bool)
-mapTestDirectMap :: Maybe (Map String Bool)
-mapTestMapOfEnumString :: Maybe (Map String E'Inner)
-mapTestMapMapOfString :: Maybe (Map String (Map String Text))
-mapTestIndirectMap :: MapTest -> Maybe (Map String Bool)
-mapTestDirectMap :: MapTest -> Maybe (Map String Bool)
-mapTestMapOfEnumString :: MapTest -> Maybe (Map String E'Inner)
-mapTestMapMapOfString :: MapTest -> Maybe (Map String (Map String Text))
-..} =
-   [(Text, Value)] -> Value
+instance A.ToJSON MapTest where
+  toJSON :: MapTest -> Value
+toJSON MapTest {Maybe (Map [Char] Bool)
+Maybe (Map [Char] (Map [Char] Text))
+Maybe (Map [Char] E'Inner)
+mapTestIndirectMap :: Maybe (Map [Char] Bool)
+mapTestDirectMap :: Maybe (Map [Char] Bool)
+mapTestMapOfEnumString :: Maybe (Map [Char] E'Inner)
+mapTestMapMapOfString :: Maybe (Map [Char] (Map [Char] Text))
+mapTestIndirectMap :: MapTest -> Maybe (Map [Char] Bool)
+mapTestDirectMap :: MapTest -> Maybe (Map [Char] Bool)
+mapTestMapOfEnumString :: MapTest -> Maybe (Map [Char] E'Inner)
+mapTestMapMapOfString :: MapTest -> Maybe (Map [Char] (Map [Char] Text))
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"map_map_of_string" Text -> Maybe (Map String (Map String Text)) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String (Map String Text))
-mapTestMapMapOfString
-      , Text
-"map_of_enum_string" Text -> Maybe (Map String E'Inner) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String E'Inner)
-mapTestMapOfEnumString
-      , Text
-"direct_map" Text -> Maybe (Map String Bool) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String Bool)
-mapTestDirectMap
-      , Text
-"indirect_map" Text -> Maybe (Map String Bool) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String Bool)
-mapTestIndirectMap
+      [ Key
+"map_map_of_string" Key -> Maybe (Map [Char] (Map [Char] Text)) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] (Map [Char] Text))
+mapTestMapMapOfString
+      , Key
+"map_of_enum_string" Key -> Maybe (Map [Char] E'Inner) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] E'Inner)
+mapTestMapOfEnumString
+      , Key
+"direct_map" Key -> Maybe (Map [Char] Bool) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] Bool)
+mapTestDirectMap
+      , Key
+"indirect_map" Key -> Maybe (Map [Char] Bool) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] Bool)
+mapTestIndirectMap
       ]
 
 
@@ -5704,26 +5704,26 @@
   :: MapTest
 mkMapTest :: MapTest
 mkMapTest =
-  MapTest :: Maybe (Map String (Map String Text))
--> Maybe (Map String E'Inner)
--> Maybe (Map String Bool)
--> Maybe (Map String Bool)
+  MapTest :: Maybe (Map [Char] (Map [Char] Text))
+-> Maybe (Map [Char] E'Inner)
+-> Maybe (Map [Char] Bool)
+-> Maybe (Map [Char] Bool)
 -> MapTest
 MapTest
-  { mapTestMapMapOfString :: Maybe (Map String (Map String Text))
-mapTestMapMapOfString = Maybe (Map String (Map String Text))
+  { mapTestMapMapOfString :: Maybe (Map [Char] (Map [Char] Text))
+mapTestMapMapOfString = Maybe (Map [Char] (Map [Char] Text))
 forall a. Maybe a
 Nothing
-  , mapTestMapOfEnumString :: Maybe (Map String E'Inner)
-mapTestMapOfEnumString = Maybe (Map String E'Inner)
+  , mapTestMapOfEnumString :: Maybe (Map [Char] E'Inner)
+mapTestMapOfEnumString = Maybe (Map [Char] E'Inner)
 forall a. Maybe a
 Nothing
-  , mapTestDirectMap :: Maybe (Map String Bool)
-mapTestDirectMap = Maybe (Map String Bool)
+  , mapTestDirectMap :: Maybe (Map [Char] Bool)
+mapTestDirectMap = Maybe (Map [Char] Bool)
 forall a. Maybe a
 Nothing
-  , mapTestIndirectMap :: Maybe (Map String Bool)
-mapTestIndirectMap = Maybe (Map String Bool)
+  , mapTestIndirectMap :: Maybe (Map [Char] Bool)
+mapTestIndirectMap = Maybe (Map [Char] Bool)
 forall a. Maybe a
 Nothing
   }
@@ -5736,24 +5736,24 @@
   , MixedPropertiesAndAdditionalPropertiesClass -> Maybe DateTime
 mixedPropertiesAndAdditionalPropertiesClassDateTime :: !(Maybe DateTime) -- ^ "dateTime"
   , MixedPropertiesAndAdditionalPropertiesClass
--> Maybe (Map String Animal)
+-> Maybe (Map [Char] Animal)
 mixedPropertiesAndAdditionalPropertiesClassMap :: !(Maybe (Map.Map String Animal)) -- ^ "map"
-  } deriving (Int -> MixedPropertiesAndAdditionalPropertiesClass -> ShowS
+  } deriving (Int -> MixedPropertiesAndAdditionalPropertiesClass -> ShowS
 [MixedPropertiesAndAdditionalPropertiesClass] -> ShowS
-MixedPropertiesAndAdditionalPropertiesClass -> String
+MixedPropertiesAndAdditionalPropertiesClass -> [Char]
 (Int -> MixedPropertiesAndAdditionalPropertiesClass -> ShowS)
--> (MixedPropertiesAndAdditionalPropertiesClass -> String)
+-> (MixedPropertiesAndAdditionalPropertiesClass -> [Char])
 -> ([MixedPropertiesAndAdditionalPropertiesClass] -> ShowS)
 -> Show MixedPropertiesAndAdditionalPropertiesClass
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [MixedPropertiesAndAdditionalPropertiesClass] -> ShowS
 $cshowList :: [MixedPropertiesAndAdditionalPropertiesClass] -> ShowS
-show :: MixedPropertiesAndAdditionalPropertiesClass -> String
-$cshow :: MixedPropertiesAndAdditionalPropertiesClass -> String
+show :: MixedPropertiesAndAdditionalPropertiesClass -> [Char]
+$cshow :: MixedPropertiesAndAdditionalPropertiesClass -> [Char]
 showsPrec :: Int -> MixedPropertiesAndAdditionalPropertiesClass -> ShowS
 $cshowsPrec :: Int -> MixedPropertiesAndAdditionalPropertiesClass -> ShowS
-P.Show, MixedPropertiesAndAdditionalPropertiesClass
+P.Show, MixedPropertiesAndAdditionalPropertiesClass
 -> MixedPropertiesAndAdditionalPropertiesClass -> Bool
 (MixedPropertiesAndAdditionalPropertiesClass
  -> MixedPropertiesAndAdditionalPropertiesClass -> Bool)
@@ -5772,99 +5772,99 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON MixedPropertiesAndAdditionalPropertiesClass
-instance A.FromJSON MixedPropertiesAndAdditionalPropertiesClass where
-  parseJSON :: Value -> Parser MixedPropertiesAndAdditionalPropertiesClass
-parseJSON = String
+instance A.FromJSON MixedPropertiesAndAdditionalPropertiesClass where
+  parseJSON :: Value -> Parser MixedPropertiesAndAdditionalPropertiesClass
+parseJSON = [Char]
 -> (Object -> Parser MixedPropertiesAndAdditionalPropertiesClass)
 -> Value
 -> Parser MixedPropertiesAndAdditionalPropertiesClass
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "MixedPropertiesAndAdditionalPropertiesClass" ((Object -> Parser MixedPropertiesAndAdditionalPropertiesClass)
  -> Value -> Parser MixedPropertiesAndAdditionalPropertiesClass)
 -> (Object -> Parser MixedPropertiesAndAdditionalPropertiesClass)
 -> Value
 -> Parser MixedPropertiesAndAdditionalPropertiesClass
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text
 -> Maybe DateTime
--> Maybe (Map String Animal)
+-> Maybe (Map [Char] Animal)
 -> MixedPropertiesAndAdditionalPropertiesClass
 MixedPropertiesAndAdditionalPropertiesClass
       (Maybe Text
  -> Maybe DateTime
- -> Maybe (Map String Animal)
+ -> Maybe (Map [Char] Animal)
  -> MixedPropertiesAndAdditionalPropertiesClass)
 -> Parser (Maybe Text)
 -> Parser
      (Maybe DateTime
-      -> Maybe (Map String Animal)
+      -> Maybe (Map [Char] Animal)
       -> MixedPropertiesAndAdditionalPropertiesClass)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "uuid")
       Parser
   (Maybe DateTime
-   -> Maybe (Map String Animal)
+   -> Maybe (Map [Char] Animal)
    -> MixedPropertiesAndAdditionalPropertiesClass)
 -> Parser (Maybe DateTime)
 -> Parser
-     (Maybe (Map String Animal)
+     (Maybe (Map [Char] Animal)
       -> MixedPropertiesAndAdditionalPropertiesClass)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe DateTime)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe DateTime)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "dateTime")
       Parser
-  (Maybe (Map String Animal)
+  (Maybe (Map [Char] Animal)
    -> MixedPropertiesAndAdditionalPropertiesClass)
--> Parser (Maybe (Map String Animal))
+-> Parser (Maybe (Map [Char] Animal))
 -> Parser MixedPropertiesAndAdditionalPropertiesClass
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe (Map String Animal))
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe (Map [Char] Animal))
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "map")
 
 -- | ToJSON MixedPropertiesAndAdditionalPropertiesClass
-instance A.ToJSON MixedPropertiesAndAdditionalPropertiesClass where
-  toJSON :: MixedPropertiesAndAdditionalPropertiesClass -> Value
-toJSON MixedPropertiesAndAdditionalPropertiesClass {Maybe (Map String Animal)
+instance A.ToJSON MixedPropertiesAndAdditionalPropertiesClass where
+  toJSON :: MixedPropertiesAndAdditionalPropertiesClass -> Value
+toJSON MixedPropertiesAndAdditionalPropertiesClass {Maybe (Map [Char] Animal)
 Maybe Text
 Maybe DateTime
-mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal)
+mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map [Char] Animal)
 mixedPropertiesAndAdditionalPropertiesClassDateTime :: Maybe DateTime
 mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text
 mixedPropertiesAndAdditionalPropertiesClassMap :: MixedPropertiesAndAdditionalPropertiesClass
--> Maybe (Map String Animal)
+-> Maybe (Map [Char] Animal)
 mixedPropertiesAndAdditionalPropertiesClassDateTime :: MixedPropertiesAndAdditionalPropertiesClass -> Maybe DateTime
 mixedPropertiesAndAdditionalPropertiesClassUuid :: MixedPropertiesAndAdditionalPropertiesClass -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"uuid" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"uuid" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-mixedPropertiesAndAdditionalPropertiesClassUuid
-      , Text
-"dateTime" Text -> Maybe DateTime -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+mixedPropertiesAndAdditionalPropertiesClassUuid
+      , Key
+"dateTime" Key -> Maybe DateTime -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe DateTime
-mixedPropertiesAndAdditionalPropertiesClassDateTime
-      , Text
-"map" Text -> Maybe (Map String Animal) -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
-.= Maybe (Map String Animal)
-mixedPropertiesAndAdditionalPropertiesClassMap
+mixedPropertiesAndAdditionalPropertiesClassDateTime
+      , Key
+"map" Key -> Maybe (Map [Char] Animal) -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
+.= Maybe (Map [Char] Animal)
+mixedPropertiesAndAdditionalPropertiesClassMap
       ]
 
 
@@ -5875,7 +5875,7 @@
 mkMixedPropertiesAndAdditionalPropertiesClass =
   MixedPropertiesAndAdditionalPropertiesClass :: Maybe Text
 -> Maybe DateTime
--> Maybe (Map String Animal)
+-> Maybe (Map [Char] Animal)
 -> MixedPropertiesAndAdditionalPropertiesClass
 MixedPropertiesAndAdditionalPropertiesClass
   { mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text
@@ -5886,8 +5886,8 @@
 mixedPropertiesAndAdditionalPropertiesClassDateTime = Maybe DateTime
 forall a. Maybe a
 Nothing
-  , mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal)
-mixedPropertiesAndAdditionalPropertiesClassMap = Maybe (Map String Animal)
+  , mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map [Char] Animal)
+mixedPropertiesAndAdditionalPropertiesClassMap = Maybe (Map [Char] Animal)
 forall a. Maybe a
 Nothing
   }
@@ -5900,22 +5900,22 @@
 model200ResponseName :: !(Maybe Int) -- ^ "name"
   , Model200Response -> Maybe Text
 model200ResponseClass :: !(Maybe Text) -- ^ "class"
-  } deriving (Int -> Model200Response -> ShowS
+  } deriving (Int -> Model200Response -> ShowS
 [Model200Response] -> ShowS
-Model200Response -> String
+Model200Response -> [Char]
 (Int -> Model200Response -> ShowS)
--> (Model200Response -> String)
+-> (Model200Response -> [Char])
 -> ([Model200Response] -> ShowS)
 -> Show Model200Response
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Model200Response] -> ShowS
 $cshowList :: [Model200Response] -> ShowS
-show :: Model200Response -> String
-$cshow :: Model200Response -> String
+show :: Model200Response -> [Char]
+$cshow :: Model200Response -> [Char]
 showsPrec :: Int -> Model200Response -> ShowS
 $cshowsPrec :: Int -> Model200Response -> ShowS
-P.Show, Model200Response -> Model200Response -> Bool
+P.Show, Model200Response -> Model200Response -> Bool
 (Model200Response -> Model200Response -> Bool)
 -> (Model200Response -> Model200Response -> Bool)
 -> Eq Model200Response
@@ -5927,63 +5927,63 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Model200Response
-instance A.FromJSON Model200Response where
-  parseJSON :: Value -> Parser Model200Response
-parseJSON = String
+instance A.FromJSON Model200Response where
+  parseJSON :: Value -> Parser Model200Response
+parseJSON = [Char]
 -> (Object -> Parser Model200Response)
 -> Value
 -> Parser Model200Response
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Model200Response" ((Object -> Parser Model200Response)
  -> Value -> Parser Model200Response)
 -> (Object -> Parser Model200Response)
 -> Value
 -> Parser Model200Response
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Int -> Maybe Text -> Model200Response
 Model200Response
       (Maybe Int -> Maybe Text -> Model200Response)
 -> Parser (Maybe Int) -> Parser (Maybe Text -> Model200Response)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
       Parser (Maybe Text -> Model200Response)
 -> Parser (Maybe Text) -> Parser Model200Response
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "class")
 
 -- | ToJSON Model200Response
-instance A.ToJSON Model200Response where
-  toJSON :: Model200Response -> Value
-toJSON Model200Response {Maybe Int
+instance A.ToJSON Model200Response where
+  toJSON :: Model200Response -> Value
+toJSON Model200Response {Maybe Int
 Maybe Text
 model200ResponseClass :: Maybe Text
 model200ResponseName :: Maybe Int
 model200ResponseClass :: Model200Response -> Maybe Text
 model200ResponseName :: Model200Response -> Maybe Int
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-model200ResponseName
-      , Text
-"class" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+model200ResponseName
+      , Key
+"class" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-model200ResponseClass
+model200ResponseClass
       ]
 
 
@@ -6009,22 +6009,22 @@
 data ModelList = ModelList
   { ModelList -> Maybe Text
 modelList123list :: !(Maybe Text) -- ^ "123-list"
-  } deriving (Int -> ModelList -> ShowS
+  } deriving (Int -> ModelList -> ShowS
 [ModelList] -> ShowS
-ModelList -> String
+ModelList -> [Char]
 (Int -> ModelList -> ShowS)
--> (ModelList -> String)
+-> (ModelList -> [Char])
 -> ([ModelList] -> ShowS)
 -> Show ModelList
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ModelList] -> ShowS
 $cshowList :: [ModelList] -> ShowS
-show :: ModelList -> String
-$cshow :: ModelList -> String
+show :: ModelList -> [Char]
+$cshow :: ModelList -> [Char]
 showsPrec :: Int -> ModelList -> ShowS
 $cshowsPrec :: Int -> ModelList -> ShowS
-P.Show, ModelList -> ModelList -> Bool
+P.Show, ModelList -> ModelList -> Bool
 (ModelList -> ModelList -> Bool)
 -> (ModelList -> ModelList -> Bool) -> Eq ModelList
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -6035,41 +6035,41 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ModelList
-instance A.FromJSON ModelList where
-  parseJSON :: Value -> Parser ModelList
-parseJSON = String -> (Object -> Parser ModelList) -> Value -> Parser ModelList
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON ModelList where
+  parseJSON :: Value -> Parser ModelList
+parseJSON = [Char] -> (Object -> Parser ModelList) -> Value -> Parser ModelList
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ModelList" ((Object -> Parser ModelList) -> Value -> Parser ModelList)
 -> (Object -> Parser ModelList) -> Value -> Parser ModelList
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> ModelList
 ModelList
       (Maybe Text -> ModelList)
 -> Parser (Maybe Text) -> Parser ModelList
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "123-list")
 
 -- | ToJSON ModelList
-instance A.ToJSON ModelList where
-  toJSON :: ModelList -> Value
-toJSON ModelList {Maybe Text
+instance A.ToJSON ModelList where
+  toJSON :: ModelList -> Value
+toJSON ModelList {Maybe Text
 modelList123list :: Maybe Text
 modelList123list :: ModelList -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"123-list" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"123-list" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-modelList123list
+modelList123list
       ]
 
 
@@ -6092,22 +6092,22 @@
 data ModelReturn = ModelReturn
   { ModelReturn -> Maybe Int
 modelReturnReturn :: !(Maybe Int) -- ^ "return"
-  } deriving (Int -> ModelReturn -> ShowS
+  } deriving (Int -> ModelReturn -> ShowS
 [ModelReturn] -> ShowS
-ModelReturn -> String
+ModelReturn -> [Char]
 (Int -> ModelReturn -> ShowS)
--> (ModelReturn -> String)
+-> (ModelReturn -> [Char])
 -> ([ModelReturn] -> ShowS)
 -> Show ModelReturn
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ModelReturn] -> ShowS
 $cshowList :: [ModelReturn] -> ShowS
-show :: ModelReturn -> String
-$cshow :: ModelReturn -> String
+show :: ModelReturn -> [Char]
+$cshow :: ModelReturn -> [Char]
 showsPrec :: Int -> ModelReturn -> ShowS
 $cshowsPrec :: Int -> ModelReturn -> ShowS
-P.Show, ModelReturn -> ModelReturn -> Bool
+P.Show, ModelReturn -> ModelReturn -> Bool
 (ModelReturn -> ModelReturn -> Bool)
 -> (ModelReturn -> ModelReturn -> Bool) -> Eq ModelReturn
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -6118,42 +6118,42 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ModelReturn
-instance A.FromJSON ModelReturn where
-  parseJSON :: Value -> Parser ModelReturn
-parseJSON = String
+instance A.FromJSON ModelReturn where
+  parseJSON :: Value -> Parser ModelReturn
+parseJSON = [Char]
 -> (Object -> Parser ModelReturn) -> Value -> Parser ModelReturn
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ModelReturn" ((Object -> Parser ModelReturn) -> Value -> Parser ModelReturn)
 -> (Object -> Parser ModelReturn) -> Value -> Parser ModelReturn
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Int -> ModelReturn
 ModelReturn
       (Maybe Int -> ModelReturn)
 -> Parser (Maybe Int) -> Parser ModelReturn
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "return")
 
 -- | ToJSON ModelReturn
-instance A.ToJSON ModelReturn where
-  toJSON :: ModelReturn -> Value
-toJSON ModelReturn {Maybe Int
+instance A.ToJSON ModelReturn where
+  toJSON :: ModelReturn -> Value
+toJSON ModelReturn {Maybe Int
 modelReturnReturn :: Maybe Int
 modelReturnReturn :: ModelReturn -> Maybe Int
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"return" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"return" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-modelReturnReturn
+modelReturnReturn
       ]
 
 
@@ -6182,20 +6182,20 @@
 nameProperty :: !(Maybe Text) -- ^ "property"
   , Name -> Maybe Int
 name123number :: !(Maybe Int) -- ^ /ReadOnly/ "123Number"
-  } deriving (Int -> Name -> ShowS
+  } deriving (Int -> Name -> ShowS
 [Name] -> ShowS
-Name -> String
+Name -> [Char]
 (Int -> Name -> ShowS)
--> (Name -> String) -> ([Name] -> ShowS) -> Show Name
+-> (Name -> [Char]) -> ([Name] -> ShowS) -> Show Name
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Name] -> ShowS
 $cshowList :: [Name] -> ShowS
-show :: Name -> String
-$cshow :: Name -> String
+show :: Name -> [Char]
+$cshow :: Name -> [Char]
 showsPrec :: Int -> Name -> ShowS
 $cshowsPrec :: Int -> Name -> ShowS
-P.Show, Name -> Name -> Bool
+P.Show, Name -> Name -> Bool
 (Name -> Name -> Bool) -> (Name -> Name -> Bool) -> Eq Name
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Name -> Name -> Bool
@@ -6205,16 +6205,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Name
-instance A.FromJSON Name where
-  parseJSON :: Value -> Parser Name
-parseJSON = String -> (Object -> Parser Name) -> Value -> Parser Name
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Name where
+  parseJSON :: Value -> Parser Name
+parseJSON = [Char] -> (Object -> Parser Name) -> Value -> Parser Name
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Name" ((Object -> Parser Name) -> Value -> Parser Name)
 -> (Object -> Parser Name) -> Value -> Parser Name
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name
 Name
       (Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name)
@@ -6222,38 +6222,38 @@
 -> Parser (Maybe Int -> Maybe Text -> Maybe Int -> Name)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser Int
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Int
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "name")
       Parser (Maybe Int -> Maybe Text -> Maybe Int -> Name)
 -> Parser (Maybe Int) -> Parser (Maybe Text -> Maybe Int -> Name)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "snake_case")
       Parser (Maybe Text -> Maybe Int -> Name)
 -> Parser (Maybe Text) -> Parser (Maybe Int -> Name)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "property")
       Parser (Maybe Int -> Name) -> Parser (Maybe Int) -> Parser Name
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "123Number")
 
 -- | ToJSON Name
-instance A.ToJSON Name where
-  toJSON :: Name -> Value
-toJSON Name {Int
+instance A.ToJSON Name where
+  toJSON :: Name -> Value
+toJSON Name {Int
 Maybe Int
 Maybe Text
 name123number :: Maybe Int
@@ -6264,29 +6264,29 @@
 nameProperty :: Name -> Maybe Text
 nameSnakeCase :: Name -> Maybe Int
 nameName :: Name -> Int
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"name" Text -> Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"name" Key -> Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Int
-nameName
-      , Text
-"snake_case" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+nameName
+      , Key
+"snake_case" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-nameSnakeCase
-      , Text
-"property" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+nameSnakeCase
+      , Key
+"property" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-nameProperty
-      , Text
-"123Number" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+nameProperty
+      , Key
+"123Number" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-name123number
+name123number
       ]
 
 
@@ -6295,14 +6295,14 @@
   :: Int -- ^ 'nameName' 
   -> Name
 mkName :: Int -> Name
-mkName Int
-nameName =
+mkName Int
+nameName =
   Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name
 Name
   { Int
 nameName :: Int
 nameName :: Int
-nameName
+nameName
   , nameSnakeCase :: Maybe Int
 nameSnakeCase = Maybe Int
 forall a. Maybe a
@@ -6322,22 +6322,22 @@
 data NumberOnly = NumberOnly
   { NumberOnly -> Maybe Double
 numberOnlyJustNumber :: !(Maybe Double) -- ^ "JustNumber"
-  } deriving (Int -> NumberOnly -> ShowS
+  } deriving (Int -> NumberOnly -> ShowS
 [NumberOnly] -> ShowS
-NumberOnly -> String
+NumberOnly -> [Char]
 (Int -> NumberOnly -> ShowS)
--> (NumberOnly -> String)
+-> (NumberOnly -> [Char])
 -> ([NumberOnly] -> ShowS)
 -> Show NumberOnly
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [NumberOnly] -> ShowS
 $cshowList :: [NumberOnly] -> ShowS
-show :: NumberOnly -> String
-$cshow :: NumberOnly -> String
+show :: NumberOnly -> [Char]
+$cshow :: NumberOnly -> [Char]
 showsPrec :: Int -> NumberOnly -> ShowS
 $cshowsPrec :: Int -> NumberOnly -> ShowS
-P.Show, NumberOnly -> NumberOnly -> Bool
+P.Show, NumberOnly -> NumberOnly -> Bool
 (NumberOnly -> NumberOnly -> Bool)
 -> (NumberOnly -> NumberOnly -> Bool) -> Eq NumberOnly
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -6348,42 +6348,42 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON NumberOnly
-instance A.FromJSON NumberOnly where
-  parseJSON :: Value -> Parser NumberOnly
-parseJSON = String
+instance A.FromJSON NumberOnly where
+  parseJSON :: Value -> Parser NumberOnly
+parseJSON = [Char]
 -> (Object -> Parser NumberOnly) -> Value -> Parser NumberOnly
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "NumberOnly" ((Object -> Parser NumberOnly) -> Value -> Parser NumberOnly)
 -> (Object -> Parser NumberOnly) -> Value -> Parser NumberOnly
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Double -> NumberOnly
 NumberOnly
       (Maybe Double -> NumberOnly)
 -> Parser (Maybe Double) -> Parser NumberOnly
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "JustNumber")
 
 -- | ToJSON NumberOnly
-instance A.ToJSON NumberOnly where
-  toJSON :: NumberOnly -> Value
-toJSON NumberOnly {Maybe Double
+instance A.ToJSON NumberOnly where
+  toJSON :: NumberOnly -> Value
+toJSON NumberOnly {Maybe Double
 numberOnlyJustNumber :: Maybe Double
 numberOnlyJustNumber :: NumberOnly -> Maybe Double
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"JustNumber" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"JustNumber" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-numberOnlyJustNumber
+numberOnlyJustNumber
       ]
 
 
@@ -6415,20 +6415,20 @@
 orderStatus :: !(Maybe E'Status) -- ^ "status" - Order Status
   , Order -> Maybe Bool
 orderComplete :: !(Maybe Bool) -- ^ "complete"
-  } deriving (Int -> Order -> ShowS
+  } deriving (Int -> Order -> ShowS
 [Order] -> ShowS
-Order -> String
+Order -> [Char]
 (Int -> Order -> ShowS)
--> (Order -> String) -> ([Order] -> ShowS) -> Show Order
+-> (Order -> [Char]) -> ([Order] -> ShowS) -> Show Order
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Order] -> ShowS
 $cshowList :: [Order] -> ShowS
-show :: Order -> String
-$cshow :: Order -> String
+show :: Order -> [Char]
+$cshow :: Order -> [Char]
 showsPrec :: Int -> Order -> ShowS
 $cshowsPrec :: Int -> Order -> ShowS
-P.Show, Order -> Order -> Bool
+P.Show, Order -> Order -> Bool
 (Order -> Order -> Bool) -> (Order -> Order -> Bool) -> Eq Order
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Order -> Order -> Bool
@@ -6438,16 +6438,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Order
-instance A.FromJSON Order where
-  parseJSON :: Value -> Parser Order
-parseJSON = String -> (Object -> Parser Order) -> Value -> Parser Order
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Order where
+  parseJSON :: Value -> Parser Order
+parseJSON = [Char] -> (Object -> Parser Order) -> Value -> Parser Order
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Order" ((Object -> Parser Order) -> Value -> Parser Order)
 -> (Object -> Parser Order) -> Value -> Parser Order
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Integer
 -> Maybe Integer
 -> Maybe Int
@@ -6473,9 +6473,9 @@
       -> Order)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "id")
       Parser
   (Maybe Integer
@@ -6490,9 +6490,9 @@
       -> Maybe DateTime -> Maybe E'Status -> Maybe Bool -> Order)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "petId")
       Parser
   (Maybe Int
@@ -6501,39 +6501,39 @@
 -> Parser (Maybe DateTime -> Maybe E'Status -> Maybe Bool -> Order)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "quantity")
       Parser (Maybe DateTime -> Maybe E'Status -> Maybe Bool -> Order)
 -> Parser (Maybe DateTime)
 -> Parser (Maybe E'Status -> Maybe Bool -> Order)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe DateTime)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe DateTime)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "shipDate")
       Parser (Maybe E'Status -> Maybe Bool -> Order)
 -> Parser (Maybe E'Status) -> Parser (Maybe Bool -> Order)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe E'Status)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'Status)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "status")
       Parser (Maybe Bool -> Order) -> Parser (Maybe Bool) -> Parser Order
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "complete")
 
 -- | ToJSON Order
-instance A.ToJSON Order where
-  toJSON :: Order -> Value
-toJSON Order {Maybe Bool
+instance A.ToJSON Order where
+  toJSON :: Order -> Value
+toJSON Order {Maybe Bool
 Maybe Int
 Maybe Integer
 Maybe DateTime
@@ -6550,39 +6550,39 @@
 orderQuantity :: Order -> Maybe Int
 orderPetId :: Order -> Maybe Integer
 orderId :: Order -> Maybe Integer
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"id" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"id" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-orderId
-      , Text
-"petId" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+orderId
+      , Key
+"petId" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-orderPetId
-      , Text
-"quantity" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+orderPetId
+      , Key
+"quantity" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-orderQuantity
-      , Text
-"shipDate" Text -> Maybe DateTime -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+orderQuantity
+      , Key
+"shipDate" Key -> Maybe DateTime -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe DateTime
-orderShipDate
-      , Text
-"status" Text -> Maybe E'Status -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+orderShipDate
+      , Key
+"status" Key -> Maybe E'Status -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'Status
-orderStatus
-      , Text
-"complete" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+orderStatus
+      , Key
+"complete" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-orderComplete
+orderComplete
       ]
 
 
@@ -6634,22 +6634,22 @@
 outerCompositeMyString :: !(Maybe Text) -- ^ "my_string"
   , OuterComposite -> Maybe Bool
 outerCompositeMyBoolean :: !(Maybe Bool) -- ^ "my_boolean"
-  } deriving (Int -> OuterComposite -> ShowS
+  } deriving (Int -> OuterComposite -> ShowS
 [OuterComposite] -> ShowS
-OuterComposite -> String
+OuterComposite -> [Char]
 (Int -> OuterComposite -> ShowS)
--> (OuterComposite -> String)
+-> (OuterComposite -> [Char])
 -> ([OuterComposite] -> ShowS)
 -> Show OuterComposite
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [OuterComposite] -> ShowS
 $cshowList :: [OuterComposite] -> ShowS
-show :: OuterComposite -> String
-$cshow :: OuterComposite -> String
+show :: OuterComposite -> [Char]
+$cshow :: OuterComposite -> [Char]
 showsPrec :: Int -> OuterComposite -> ShowS
 $cshowsPrec :: Int -> OuterComposite -> ShowS
-P.Show, OuterComposite -> OuterComposite -> Bool
+P.Show, OuterComposite -> OuterComposite -> Bool
 (OuterComposite -> OuterComposite -> Bool)
 -> (OuterComposite -> OuterComposite -> Bool) -> Eq OuterComposite
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -6660,22 +6660,22 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON OuterComposite
-instance A.FromJSON OuterComposite where
-  parseJSON :: Value -> Parser OuterComposite
-parseJSON = String
+instance A.FromJSON OuterComposite where
+  parseJSON :: Value -> Parser OuterComposite
+parseJSON = [Char]
 -> (Object -> Parser OuterComposite)
 -> Value
 -> Parser OuterComposite
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "OuterComposite" ((Object -> Parser OuterComposite)
  -> Value -> Parser OuterComposite)
 -> (Object -> Parser OuterComposite)
 -> Value
 -> Parser OuterComposite
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite
 OuterComposite
       (Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite)
@@ -6683,31 +6683,31 @@
 -> Parser (Maybe Text -> Maybe Bool -> OuterComposite)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "my_number")
       Parser (Maybe Text -> Maybe Bool -> OuterComposite)
 -> Parser (Maybe Text) -> Parser (Maybe Bool -> OuterComposite)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "my_string")
       Parser (Maybe Bool -> OuterComposite)
 -> Parser (Maybe Bool) -> Parser OuterComposite
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "my_boolean")
 
 -- | ToJSON OuterComposite
-instance A.ToJSON OuterComposite where
-  toJSON :: OuterComposite -> Value
-toJSON OuterComposite {Maybe Bool
+instance A.ToJSON OuterComposite where
+  toJSON :: OuterComposite -> Value
+toJSON OuterComposite {Maybe Bool
 Maybe Double
 Maybe Text
 outerCompositeMyBoolean :: Maybe Bool
@@ -6716,24 +6716,24 @@
 outerCompositeMyBoolean :: OuterComposite -> Maybe Bool
 outerCompositeMyString :: OuterComposite -> Maybe Text
 outerCompositeMyNumber :: OuterComposite -> Maybe Double
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"my_number" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"my_number" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-outerCompositeMyNumber
-      , Text
-"my_string" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+outerCompositeMyNumber
+      , Key
+"my_string" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-outerCompositeMyString
-      , Text
-"my_boolean" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+outerCompositeMyString
+      , Key
+"my_boolean" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-outerCompositeMyBoolean
+outerCompositeMyBoolean
       ]
 
 
@@ -6773,20 +6773,20 @@
 petTags :: !(Maybe [Tag]) -- ^ "tags"
   , Pet -> Maybe E'Status2
 petStatus :: !(Maybe E'Status2) -- ^ "status" - pet status in the store
-  } deriving (Int -> Pet -> ShowS
+  } deriving (Int -> Pet -> ShowS
 [Pet] -> ShowS
-Pet -> String
+Pet -> [Char]
 (Int -> Pet -> ShowS)
--> (Pet -> String) -> ([Pet] -> ShowS) -> Show Pet
+-> (Pet -> [Char]) -> ([Pet] -> ShowS) -> Show Pet
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Pet] -> ShowS
 $cshowList :: [Pet] -> ShowS
-show :: Pet -> String
-$cshow :: Pet -> String
+show :: Pet -> [Char]
+$cshow :: Pet -> [Char]
 showsPrec :: Int -> Pet -> ShowS
 $cshowsPrec :: Int -> Pet -> ShowS
-P.Show, Pet -> Pet -> Bool
+P.Show, Pet -> Pet -> Bool
 (Pet -> Pet -> Bool) -> (Pet -> Pet -> Bool) -> Eq Pet
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Pet -> Pet -> Bool
@@ -6796,16 +6796,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Pet
-instance A.FromJSON Pet where
-  parseJSON :: Value -> Parser Pet
-parseJSON = String -> (Object -> Parser Pet) -> Value -> Parser Pet
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Pet where
+  parseJSON :: Value -> Parser Pet
+parseJSON = [Char] -> (Object -> Parser Pet) -> Value -> Parser Pet
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Pet" ((Object -> Parser Pet) -> Value -> Parser Pet)
 -> (Object -> Parser Pet) -> Value -> Parser Pet
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Integer
 -> Maybe Category
 -> Text
@@ -6827,9 +6827,9 @@
       -> Text -> [Text] -> Maybe [Tag] -> Maybe E'Status2 -> Pet)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "id")
       Parser
   (Maybe Category
@@ -6838,48 +6838,48 @@
 -> Parser (Text -> [Text] -> Maybe [Tag] -> Maybe E'Status2 -> Pet)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Category)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Category)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "category")
       Parser (Text -> [Text] -> Maybe [Tag] -> Maybe E'Status2 -> Pet)
 -> Parser Text
 -> Parser ([Text] -> Maybe [Tag] -> Maybe E'Status2 -> Pet)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "name")
       Parser ([Text] -> Maybe [Tag] -> Maybe E'Status2 -> Pet)
 -> Parser [Text] -> Parser (Maybe [Tag] -> Maybe E'Status2 -> Pet)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser [Text]
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser [Text]
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "photoUrls")
       Parser (Maybe [Tag] -> Maybe E'Status2 -> Pet)
 -> Parser (Maybe [Tag]) -> Parser (Maybe E'Status2 -> Pet)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Tag])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Tag])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "tags")
       Parser (Maybe E'Status2 -> Pet)
 -> Parser (Maybe E'Status2) -> Parser Pet
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe E'Status2)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe E'Status2)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "status")
 
 -- | ToJSON Pet
-instance A.ToJSON Pet where
-  toJSON :: Pet -> Value
-toJSON Pet {[Text]
+instance A.ToJSON Pet where
+  toJSON :: Pet -> Value
+toJSON Pet {[Text]
 Maybe Integer
 Maybe [Tag]
 Maybe E'Status2
@@ -6897,39 +6897,39 @@
 petName :: Pet -> Text
 petCategory :: Pet -> Maybe Category
 petId :: Pet -> Maybe Integer
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"id" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"id" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-petId
-      , Text
-"category" Text -> Maybe Category -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+petId
+      , Key
+"category" Key -> Maybe Category -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Category
-petCategory
-      , Text
-"name" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+petCategory
+      , Key
+"name" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-petName
-      , Text
-"photoUrls" Text -> [Text] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+petName
+      , Key
+"photoUrls" Key -> [Text] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= [Text]
-petPhotoUrls
-      , Text
-"tags" Text -> Maybe [Tag] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+petPhotoUrls
+      , Key
+"tags" Key -> Maybe [Tag] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Tag]
-petTags
-      , Text
-"status" Text -> Maybe E'Status2 -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+petTags
+      , Key
+"status" Key -> Maybe E'Status2 -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe E'Status2
-petStatus
+petStatus
       ]
 
 
@@ -6939,9 +6939,9 @@
   -> [Text] -- ^ 'petPhotoUrls' 
   -> Pet
 mkPet :: Text -> [Text] -> Pet
-mkPet Text
-petName [Text]
-petPhotoUrls =
+mkPet Text
+petName [Text]
+petPhotoUrls =
   Pet :: Maybe Integer
 -> Maybe Category
 -> Text
@@ -6961,11 +6961,11 @@
   , Text
 petName :: Text
 petName :: Text
-petName
+petName
   , [Text]
 petPhotoUrls :: [Text]
 petPhotoUrls :: [Text]
-petPhotoUrls
+petPhotoUrls
   , petTags :: Maybe [Tag]
 petTags = Maybe [Tag]
 forall a. Maybe a
@@ -6983,22 +6983,22 @@
 readOnlyFirstBar :: !(Maybe Text) -- ^ /ReadOnly/ "bar"
   , ReadOnlyFirst -> Maybe Text
 readOnlyFirstBaz :: !(Maybe Text) -- ^ "baz"
-  } deriving (Int -> ReadOnlyFirst -> ShowS
+  } deriving (Int -> ReadOnlyFirst -> ShowS
 [ReadOnlyFirst] -> ShowS
-ReadOnlyFirst -> String
+ReadOnlyFirst -> [Char]
 (Int -> ReadOnlyFirst -> ShowS)
--> (ReadOnlyFirst -> String)
+-> (ReadOnlyFirst -> [Char])
 -> ([ReadOnlyFirst] -> ShowS)
 -> Show ReadOnlyFirst
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [ReadOnlyFirst] -> ShowS
 $cshowList :: [ReadOnlyFirst] -> ShowS
-show :: ReadOnlyFirst -> String
-$cshow :: ReadOnlyFirst -> String
+show :: ReadOnlyFirst -> [Char]
+$cshow :: ReadOnlyFirst -> [Char]
 showsPrec :: Int -> ReadOnlyFirst -> ShowS
 $cshowsPrec :: Int -> ReadOnlyFirst -> ShowS
-P.Show, ReadOnlyFirst -> ReadOnlyFirst -> Bool
+P.Show, ReadOnlyFirst -> ReadOnlyFirst -> Bool
 (ReadOnlyFirst -> ReadOnlyFirst -> Bool)
 -> (ReadOnlyFirst -> ReadOnlyFirst -> Bool) -> Eq ReadOnlyFirst
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -7009,61 +7009,61 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON ReadOnlyFirst
-instance A.FromJSON ReadOnlyFirst where
-  parseJSON :: Value -> Parser ReadOnlyFirst
-parseJSON = String
+instance A.FromJSON ReadOnlyFirst where
+  parseJSON :: Value -> Parser ReadOnlyFirst
+parseJSON = [Char]
 -> (Object -> Parser ReadOnlyFirst)
 -> Value
 -> Parser ReadOnlyFirst
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "ReadOnlyFirst" ((Object -> Parser ReadOnlyFirst) -> Value -> Parser ReadOnlyFirst)
 -> (Object -> Parser ReadOnlyFirst)
 -> Value
 -> Parser ReadOnlyFirst
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text -> Maybe Text -> ReadOnlyFirst
 ReadOnlyFirst
       (Maybe Text -> Maybe Text -> ReadOnlyFirst)
 -> Parser (Maybe Text) -> Parser (Maybe Text -> ReadOnlyFirst)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "bar")
       Parser (Maybe Text -> ReadOnlyFirst)
 -> Parser (Maybe Text) -> Parser ReadOnlyFirst
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "baz")
 
 -- | ToJSON ReadOnlyFirst
-instance A.ToJSON ReadOnlyFirst where
-  toJSON :: ReadOnlyFirst -> Value
-toJSON ReadOnlyFirst {Maybe Text
+instance A.ToJSON ReadOnlyFirst where
+  toJSON :: ReadOnlyFirst -> Value
+toJSON ReadOnlyFirst {Maybe Text
 readOnlyFirstBaz :: Maybe Text
 readOnlyFirstBar :: Maybe Text
 readOnlyFirstBaz :: ReadOnlyFirst -> Maybe Text
 readOnlyFirstBar :: ReadOnlyFirst -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"bar" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"bar" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-readOnlyFirstBar
-      , Text
-"baz" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+readOnlyFirstBar
+      , Key
+"baz" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-readOnlyFirstBaz
+readOnlyFirstBaz
       ]
 
 
@@ -7089,22 +7089,22 @@
 data SpecialModelName = SpecialModelName
   { SpecialModelName -> Maybe Integer
 specialModelNameSpecialPropertyName :: !(Maybe Integer) -- ^ "$special[property.name]"
-  } deriving (Int -> SpecialModelName -> ShowS
+  } deriving (Int -> SpecialModelName -> ShowS
 [SpecialModelName] -> ShowS
-SpecialModelName -> String
+SpecialModelName -> [Char]
 (Int -> SpecialModelName -> ShowS)
--> (SpecialModelName -> String)
+-> (SpecialModelName -> [Char])
 -> ([SpecialModelName] -> ShowS)
 -> Show SpecialModelName
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [SpecialModelName] -> ShowS
 $cshowList :: [SpecialModelName] -> ShowS
-show :: SpecialModelName -> String
-$cshow :: SpecialModelName -> String
+show :: SpecialModelName -> [Char]
+$cshow :: SpecialModelName -> [Char]
 showsPrec :: Int -> SpecialModelName -> ShowS
 $cshowsPrec :: Int -> SpecialModelName -> ShowS
-P.Show, SpecialModelName -> SpecialModelName -> Bool
+P.Show, SpecialModelName -> SpecialModelName -> Bool
 (SpecialModelName -> SpecialModelName -> Bool)
 -> (SpecialModelName -> SpecialModelName -> Bool)
 -> Eq SpecialModelName
@@ -7116,47 +7116,47 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON SpecialModelName
-instance A.FromJSON SpecialModelName where
-  parseJSON :: Value -> Parser SpecialModelName
-parseJSON = String
+instance A.FromJSON SpecialModelName where
+  parseJSON :: Value -> Parser SpecialModelName
+parseJSON = [Char]
 -> (Object -> Parser SpecialModelName)
 -> Value
 -> Parser SpecialModelName
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "SpecialModelName" ((Object -> Parser SpecialModelName)
  -> Value -> Parser SpecialModelName)
 -> (Object -> Parser SpecialModelName)
 -> Value
 -> Parser SpecialModelName
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Integer -> SpecialModelName
 SpecialModelName
       (Maybe Integer -> SpecialModelName)
 -> Parser (Maybe Integer) -> Parser SpecialModelName
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "$special[property.name]")
 
 -- | ToJSON SpecialModelName
-instance A.ToJSON SpecialModelName where
-  toJSON :: SpecialModelName -> Value
-toJSON SpecialModelName {Maybe Integer
+instance A.ToJSON SpecialModelName where
+  toJSON :: SpecialModelName -> Value
+toJSON SpecialModelName {Maybe Integer
 specialModelNameSpecialPropertyName :: Maybe Integer
 specialModelNameSpecialPropertyName :: SpecialModelName -> Maybe Integer
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"$special[property.name]" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"$special[property.name]" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-specialModelNameSpecialPropertyName
+specialModelNameSpecialPropertyName
       ]
 
 
@@ -7180,20 +7180,20 @@
 tagId :: !(Maybe Integer) -- ^ "id"
   , Tag -> Maybe Text
 tagName :: !(Maybe Text) -- ^ "name"
-  } deriving (Int -> Tag -> ShowS
+  } deriving (Int -> Tag -> ShowS
 [Tag] -> ShowS
-Tag -> String
+Tag -> [Char]
 (Int -> Tag -> ShowS)
--> (Tag -> String) -> ([Tag] -> ShowS) -> Show Tag
+-> (Tag -> [Char]) -> ([Tag] -> ShowS) -> Show Tag
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [Tag] -> ShowS
 $cshowList :: [Tag] -> ShowS
-show :: Tag -> String
-$cshow :: Tag -> String
+show :: Tag -> [Char]
+$cshow :: Tag -> [Char]
 showsPrec :: Int -> Tag -> ShowS
 $cshowsPrec :: Int -> Tag -> ShowS
-P.Show, Tag -> Tag -> Bool
+P.Show, Tag -> Tag -> Bool
 (Tag -> Tag -> Bool) -> (Tag -> Tag -> Bool) -> Eq Tag
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: Tag -> Tag -> Bool
@@ -7203,56 +7203,56 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON Tag
-instance A.FromJSON Tag where
-  parseJSON :: Value -> Parser Tag
-parseJSON = String -> (Object -> Parser Tag) -> Value -> Parser Tag
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON Tag where
+  parseJSON :: Value -> Parser Tag
+parseJSON = [Char] -> (Object -> Parser Tag) -> Value -> Parser Tag
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "Tag" ((Object -> Parser Tag) -> Value -> Parser Tag)
 -> (Object -> Parser Tag) -> Value -> Parser Tag
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Integer -> Maybe Text -> Tag
 Tag
       (Maybe Integer -> Maybe Text -> Tag)
 -> Parser (Maybe Integer) -> Parser (Maybe Text -> Tag)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "id")
       Parser (Maybe Text -> Tag) -> Parser (Maybe Text) -> Parser Tag
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name")
 
 -- | ToJSON Tag
-instance A.ToJSON Tag where
-  toJSON :: Tag -> Value
-toJSON Tag {Maybe Integer
+instance A.ToJSON Tag where
+  toJSON :: Tag -> Value
+toJSON Tag {Maybe Integer
 Maybe Text
 tagName :: Maybe Text
 tagId :: Maybe Integer
 tagName :: Tag -> Maybe Text
 tagId :: Tag -> Maybe Integer
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"id" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"id" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-tagId
-      , Text
-"name" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+tagId
+      , Key
+"name" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-tagName
+tagName
       ]
 
 
@@ -7286,22 +7286,22 @@
 typeHolderDefaultBoolItem :: !(Bool) -- ^ /Required/ "bool_item"
   , TypeHolderDefault -> [Int]
 typeHolderDefaultArrayItem :: !([Int]) -- ^ /Required/ "array_item"
-  } deriving (Int -> TypeHolderDefault -> ShowS
+  } deriving (Int -> TypeHolderDefault -> ShowS
 [TypeHolderDefault] -> ShowS
-TypeHolderDefault -> String
+TypeHolderDefault -> [Char]
 (Int -> TypeHolderDefault -> ShowS)
--> (TypeHolderDefault -> String)
+-> (TypeHolderDefault -> [Char])
 -> ([TypeHolderDefault] -> ShowS)
 -> Show TypeHolderDefault
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [TypeHolderDefault] -> ShowS
 $cshowList :: [TypeHolderDefault] -> ShowS
-show :: TypeHolderDefault -> String
-$cshow :: TypeHolderDefault -> String
+show :: TypeHolderDefault -> [Char]
+$cshow :: TypeHolderDefault -> [Char]
 showsPrec :: Int -> TypeHolderDefault -> ShowS
 $cshowsPrec :: Int -> TypeHolderDefault -> ShowS
-P.Show, TypeHolderDefault -> TypeHolderDefault -> Bool
+P.Show, TypeHolderDefault -> TypeHolderDefault -> Bool
 (TypeHolderDefault -> TypeHolderDefault -> Bool)
 -> (TypeHolderDefault -> TypeHolderDefault -> Bool)
 -> Eq TypeHolderDefault
@@ -7313,22 +7313,22 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON TypeHolderDefault
-instance A.FromJSON TypeHolderDefault where
-  parseJSON :: Value -> Parser TypeHolderDefault
-parseJSON = String
+instance A.FromJSON TypeHolderDefault where
+  parseJSON :: Value -> Parser TypeHolderDefault
+parseJSON = [Char]
 -> (Object -> Parser TypeHolderDefault)
 -> Value
 -> Parser TypeHolderDefault
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "TypeHolderDefault" ((Object -> Parser TypeHolderDefault)
  -> Value -> Parser TypeHolderDefault)
 -> (Object -> Parser TypeHolderDefault)
 -> Value
 -> Parser TypeHolderDefault
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault
 TypeHolderDefault
       (Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault)
@@ -7336,48 +7336,48 @@
 -> Parser (Double -> Int -> Bool -> [Int] -> TypeHolderDefault)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "string_item")
       Parser (Double -> Int -> Bool -> [Int] -> TypeHolderDefault)
 -> Parser Double
 -> Parser (Int -> Bool -> [Int] -> TypeHolderDefault)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Double
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Double
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "number_item")
       Parser (Int -> Bool -> [Int] -> TypeHolderDefault)
 -> Parser Int -> Parser (Bool -> [Int] -> TypeHolderDefault)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Int
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Int
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "integer_item")
       Parser (Bool -> [Int] -> TypeHolderDefault)
 -> Parser Bool -> Parser ([Int] -> TypeHolderDefault)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Bool
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Bool
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "bool_item")
       Parser ([Int] -> TypeHolderDefault)
 -> Parser [Int] -> Parser TypeHolderDefault
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser [Int]
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser [Int]
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "array_item")
 
 -- | ToJSON TypeHolderDefault
-instance A.ToJSON TypeHolderDefault where
-  toJSON :: TypeHolderDefault -> Value
-toJSON TypeHolderDefault {Bool
+instance A.ToJSON TypeHolderDefault where
+  toJSON :: TypeHolderDefault -> Value
+toJSON TypeHolderDefault {Bool
 Double
 Int
 [Int]
@@ -7392,34 +7392,34 @@
 typeHolderDefaultIntegerItem :: TypeHolderDefault -> Int
 typeHolderDefaultNumberItem :: TypeHolderDefault -> Double
 typeHolderDefaultStringItem :: TypeHolderDefault -> Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"string_item" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"string_item" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-typeHolderDefaultStringItem
-      , Text
-"number_item" Text -> Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderDefaultStringItem
+      , Key
+"number_item" Key -> Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Double
-typeHolderDefaultNumberItem
-      , Text
-"integer_item" Text -> Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderDefaultNumberItem
+      , Key
+"integer_item" Key -> Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Int
-typeHolderDefaultIntegerItem
-      , Text
-"bool_item" Text -> Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderDefaultIntegerItem
+      , Key
+"bool_item" Key -> Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Bool
-typeHolderDefaultBoolItem
-      , Text
-"array_item" Text -> [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderDefaultBoolItem
+      , Key
+"array_item" Key -> [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= [Int]
-typeHolderDefaultArrayItem
+typeHolderDefaultArrayItem
       ]
 
 
@@ -7432,34 +7432,34 @@
   -> [Int] -- ^ 'typeHolderDefaultArrayItem' 
   -> TypeHolderDefault
 mkTypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault
-mkTypeHolderDefault Text
-typeHolderDefaultStringItem Double
-typeHolderDefaultNumberItem Int
-typeHolderDefaultIntegerItem Bool
-typeHolderDefaultBoolItem [Int]
-typeHolderDefaultArrayItem =
+mkTypeHolderDefault Text
+typeHolderDefaultStringItem Double
+typeHolderDefaultNumberItem Int
+typeHolderDefaultIntegerItem Bool
+typeHolderDefaultBoolItem [Int]
+typeHolderDefaultArrayItem =
   TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault
 TypeHolderDefault
   { Text
 typeHolderDefaultStringItem :: Text
 typeHolderDefaultStringItem :: Text
-typeHolderDefaultStringItem
+typeHolderDefaultStringItem
   , Double
 typeHolderDefaultNumberItem :: Double
 typeHolderDefaultNumberItem :: Double
-typeHolderDefaultNumberItem
+typeHolderDefaultNumberItem
   , Int
 typeHolderDefaultIntegerItem :: Int
 typeHolderDefaultIntegerItem :: Int
-typeHolderDefaultIntegerItem
+typeHolderDefaultIntegerItem
   , Bool
 typeHolderDefaultBoolItem :: Bool
 typeHolderDefaultBoolItem :: Bool
-typeHolderDefaultBoolItem
+typeHolderDefaultBoolItem
   , [Int]
 typeHolderDefaultArrayItem :: [Int]
 typeHolderDefaultArrayItem :: [Int]
-typeHolderDefaultArrayItem
+typeHolderDefaultArrayItem
   }
 
 -- ** TypeHolderExample
@@ -7477,22 +7477,22 @@
 typeHolderExampleBoolItem :: !(Bool) -- ^ /Required/ "bool_item"
   , TypeHolderExample -> [Int]
 typeHolderExampleArrayItem :: !([Int]) -- ^ /Required/ "array_item"
-  } deriving (Int -> TypeHolderExample -> ShowS
+  } deriving (Int -> TypeHolderExample -> ShowS
 [TypeHolderExample] -> ShowS
-TypeHolderExample -> String
+TypeHolderExample -> [Char]
 (Int -> TypeHolderExample -> ShowS)
--> (TypeHolderExample -> String)
+-> (TypeHolderExample -> [Char])
 -> ([TypeHolderExample] -> ShowS)
 -> Show TypeHolderExample
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [TypeHolderExample] -> ShowS
 $cshowList :: [TypeHolderExample] -> ShowS
-show :: TypeHolderExample -> String
-$cshow :: TypeHolderExample -> String
+show :: TypeHolderExample -> [Char]
+$cshow :: TypeHolderExample -> [Char]
 showsPrec :: Int -> TypeHolderExample -> ShowS
 $cshowsPrec :: Int -> TypeHolderExample -> ShowS
-P.Show, TypeHolderExample -> TypeHolderExample -> Bool
+P.Show, TypeHolderExample -> TypeHolderExample -> Bool
 (TypeHolderExample -> TypeHolderExample -> Bool)
 -> (TypeHolderExample -> TypeHolderExample -> Bool)
 -> Eq TypeHolderExample
@@ -7504,22 +7504,22 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON TypeHolderExample
-instance A.FromJSON TypeHolderExample where
-  parseJSON :: Value -> Parser TypeHolderExample
-parseJSON = String
+instance A.FromJSON TypeHolderExample where
+  parseJSON :: Value -> Parser TypeHolderExample
+parseJSON = [Char]
 -> (Object -> Parser TypeHolderExample)
 -> Value
 -> Parser TypeHolderExample
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "TypeHolderExample" ((Object -> Parser TypeHolderExample)
  -> Value -> Parser TypeHolderExample)
 -> (Object -> Parser TypeHolderExample)
 -> Value
 -> Parser TypeHolderExample
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Text
 -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample
 TypeHolderExample
@@ -7530,9 +7530,9 @@
      (Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser Text
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Text
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "string_item")
       Parser
   (Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample)
@@ -7540,48 +7540,48 @@
 -> Parser (Float -> Int -> Bool -> [Int] -> TypeHolderExample)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Double
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Double
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "number_item")
       Parser (Float -> Int -> Bool -> [Int] -> TypeHolderExample)
 -> Parser Float
 -> Parser (Int -> Bool -> [Int] -> TypeHolderExample)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Float
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Float
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "float_item")
       Parser (Int -> Bool -> [Int] -> TypeHolderExample)
 -> Parser Int -> Parser (Bool -> [Int] -> TypeHolderExample)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Int
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Int
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "integer_item")
       Parser (Bool -> [Int] -> TypeHolderExample)
 -> Parser Bool -> Parser ([Int] -> TypeHolderExample)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser Bool
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser Bool
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "bool_item")
       Parser ([Int] -> TypeHolderExample)
 -> Parser [Int] -> Parser TypeHolderExample
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser [Int]
-forall a. FromJSON a => Object -> Text -> Parser a
-.:  Text
+o Object -> Key -> Parser [Int]
+forall a. FromJSON a => Object -> Key -> Parser a
+.:  Key
 "array_item")
 
 -- | ToJSON TypeHolderExample
-instance A.ToJSON TypeHolderExample where
-  toJSON :: TypeHolderExample -> Value
-toJSON TypeHolderExample {Bool
+instance A.ToJSON TypeHolderExample where
+  toJSON :: TypeHolderExample -> Value
+toJSON TypeHolderExample {Bool
 Double
 Float
 Int
@@ -7599,39 +7599,39 @@
 typeHolderExampleFloatItem :: TypeHolderExample -> Float
 typeHolderExampleNumberItem :: TypeHolderExample -> Double
 typeHolderExampleStringItem :: TypeHolderExample -> Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"string_item" Text -> Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"string_item" Key -> Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Text
-typeHolderExampleStringItem
-      , Text
-"number_item" Text -> Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderExampleStringItem
+      , Key
+"number_item" Key -> Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Double
-typeHolderExampleNumberItem
-      , Text
-"float_item" Text -> Float -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderExampleNumberItem
+      , Key
+"float_item" Key -> Float -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Float
-typeHolderExampleFloatItem
-      , Text
-"integer_item" Text -> Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderExampleFloatItem
+      , Key
+"integer_item" Key -> Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Int
-typeHolderExampleIntegerItem
-      , Text
-"bool_item" Text -> Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderExampleIntegerItem
+      , Key
+"bool_item" Key -> Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Bool
-typeHolderExampleBoolItem
-      , Text
-"array_item" Text -> [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+typeHolderExampleBoolItem
+      , Key
+"array_item" Key -> [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= [Int]
-typeHolderExampleArrayItem
+typeHolderExampleArrayItem
       ]
 
 
@@ -7646,40 +7646,40 @@
   -> TypeHolderExample
 mkTypeHolderExample :: Text
 -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample
-mkTypeHolderExample Text
-typeHolderExampleStringItem Double
-typeHolderExampleNumberItem Float
-typeHolderExampleFloatItem Int
-typeHolderExampleIntegerItem Bool
-typeHolderExampleBoolItem [Int]
-typeHolderExampleArrayItem =
+mkTypeHolderExample Text
+typeHolderExampleStringItem Double
+typeHolderExampleNumberItem Float
+typeHolderExampleFloatItem Int
+typeHolderExampleIntegerItem Bool
+typeHolderExampleBoolItem [Int]
+typeHolderExampleArrayItem =
   TypeHolderExample :: Text
 -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample
 TypeHolderExample
   { Text
 typeHolderExampleStringItem :: Text
 typeHolderExampleStringItem :: Text
-typeHolderExampleStringItem
+typeHolderExampleStringItem
   , Double
 typeHolderExampleNumberItem :: Double
 typeHolderExampleNumberItem :: Double
-typeHolderExampleNumberItem
+typeHolderExampleNumberItem
   , Float
 typeHolderExampleFloatItem :: Float
 typeHolderExampleFloatItem :: Float
-typeHolderExampleFloatItem
+typeHolderExampleFloatItem
   , Int
 typeHolderExampleIntegerItem :: Int
 typeHolderExampleIntegerItem :: Int
-typeHolderExampleIntegerItem
+typeHolderExampleIntegerItem
   , Bool
 typeHolderExampleBoolItem :: Bool
 typeHolderExampleBoolItem :: Bool
-typeHolderExampleBoolItem
+typeHolderExampleBoolItem
   , [Int]
 typeHolderExampleArrayItem :: [Int]
 typeHolderExampleArrayItem :: [Int]
-typeHolderExampleArrayItem
+typeHolderExampleArrayItem
   }
 
 -- ** User
@@ -7701,20 +7701,20 @@
 userPhone :: !(Maybe Text) -- ^ "phone"
   , User -> Maybe Int
 userUserStatus :: !(Maybe Int) -- ^ "userStatus" - User Status
-  } deriving (Int -> User -> ShowS
+  } deriving (Int -> User -> ShowS
 [User] -> ShowS
-User -> String
+User -> [Char]
 (Int -> User -> ShowS)
--> (User -> String) -> ([User] -> ShowS) -> Show User
+-> (User -> [Char]) -> ([User] -> ShowS) -> Show User
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [User] -> ShowS
 $cshowList :: [User] -> ShowS
-show :: User -> String
-$cshow :: User -> String
+show :: User -> [Char]
+$cshow :: User -> [Char]
 showsPrec :: Int -> User -> ShowS
 $cshowsPrec :: Int -> User -> ShowS
-P.Show, User -> User -> Bool
+P.Show, User -> User -> Bool
 (User -> User -> Bool) -> (User -> User -> Bool) -> Eq User
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
 /= :: User -> User -> Bool
@@ -7724,16 +7724,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON User
-instance A.FromJSON User where
-  parseJSON :: Value -> Parser User
-parseJSON = String -> (Object -> Parser User) -> Value -> Parser User
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON User where
+  parseJSON :: Value -> Parser User
+parseJSON = [Char] -> (Object -> Parser User) -> Value -> Parser User
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "User" ((Object -> Parser User) -> Value -> Parser User)
 -> (Object -> Parser User) -> Value -> Parser User
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Integer
 -> Maybe Text
 -> Maybe Text
@@ -7765,9 +7765,9 @@
       -> User)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Integer)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Integer)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "id")
       Parser
   (Maybe Text
@@ -7789,9 +7789,9 @@
       -> User)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "username")
       Parser
   (Maybe Text
@@ -7807,9 +7807,9 @@
       -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Int -> User)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "firstName")
       Parser
   (Maybe Text
@@ -7819,9 +7819,9 @@
      (Maybe Text -> Maybe Text -> Maybe Text -> Maybe Int -> User)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "lastName")
       Parser
   (Maybe Text -> Maybe Text -> Maybe Text -> Maybe Int -> User)
@@ -7829,38 +7829,38 @@
 -> Parser (Maybe Text -> Maybe Text -> Maybe Int -> User)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "email")
       Parser (Maybe Text -> Maybe Text -> Maybe Int -> User)
 -> Parser (Maybe Text) -> Parser (Maybe Text -> Maybe Int -> User)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "password")
       Parser (Maybe Text -> Maybe Int -> User)
 -> Parser (Maybe Text) -> Parser (Maybe Int -> User)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "phone")
       Parser (Maybe Int -> User) -> Parser (Maybe Int) -> Parser User
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "userStatus")
 
 -- | ToJSON User
-instance A.ToJSON User where
-  toJSON :: User -> Value
-toJSON User {Maybe Int
+instance A.ToJSON User where
+  toJSON :: User -> Value
+toJSON User {Maybe Int
 Maybe Integer
 Maybe Text
 userUserStatus :: Maybe Int
@@ -7879,49 +7879,49 @@
 userFirstName :: User -> Maybe Text
 userUsername :: User -> Maybe Text
 userId :: User -> Maybe Integer
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"id" Text -> Maybe Integer -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"id" Key -> Maybe Integer -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Integer
-userId
-      , Text
-"username" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+userId
+      , Key
+"username" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-userUsername
-      , Text
-"firstName" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+userUsername
+      , Key
+"firstName" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-userFirstName
-      , Text
-"lastName" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+userFirstName
+      , Key
+"lastName" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-userLastName
-      , Text
-"email" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+userLastName
+      , Key
+"email" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-userEmail
-      , Text
-"password" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+userEmail
+      , Key
+"password" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-userPassword
-      , Text
-"phone" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+userPassword
+      , Key
+"phone" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-userPhone
-      , Text
-"userStatus" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+userPhone
+      , Key
+"userStatus" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-userUserStatus
+userUserStatus
       ]
 
 
@@ -8035,20 +8035,20 @@
 xmlItemPrefixNsArray :: !(Maybe [Int]) -- ^ "prefix_ns_array"
   , XmlItem -> Maybe [Int]
 xmlItemPrefixNsWrappedArray :: !(Maybe [Int]) -- ^ "prefix_ns_wrapped_array"
-  } deriving (Int -> XmlItem -> ShowS
+  } deriving (Int -> XmlItem -> ShowS
 [XmlItem] -> ShowS
-XmlItem -> String
+XmlItem -> [Char]
 (Int -> XmlItem -> ShowS)
--> (XmlItem -> String) -> ([XmlItem] -> ShowS) -> Show XmlItem
+-> (XmlItem -> [Char]) -> ([XmlItem] -> ShowS) -> Show XmlItem
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [XmlItem] -> ShowS
 $cshowList :: [XmlItem] -> ShowS
-show :: XmlItem -> String
-$cshow :: XmlItem -> String
+show :: XmlItem -> [Char]
+$cshow :: XmlItem -> [Char]
 showsPrec :: Int -> XmlItem -> ShowS
 $cshowsPrec :: Int -> XmlItem -> ShowS
-P.Show, XmlItem -> XmlItem -> Bool
+P.Show, XmlItem -> XmlItem -> Bool
 (XmlItem -> XmlItem -> Bool)
 -> (XmlItem -> XmlItem -> Bool) -> Eq XmlItem
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -8059,16 +8059,16 @@
 P.Eq, P.Typeable)
 
 -- | FromJSON XmlItem
-instance A.FromJSON XmlItem where
-  parseJSON :: Value -> Parser XmlItem
-parseJSON = String -> (Object -> Parser XmlItem) -> Value -> Parser XmlItem
-forall a. String -> (Object -> Parser a) -> Value -> Parser a
-A.withObject String
+instance A.FromJSON XmlItem where
+  parseJSON :: Value -> Parser XmlItem
+parseJSON = [Char] -> (Object -> Parser XmlItem) -> Value -> Parser XmlItem
+forall a. [Char] -> (Object -> Parser a) -> Value -> Parser a
+A.withObject [Char]
 "XmlItem" ((Object -> Parser XmlItem) -> Value -> Parser XmlItem)
 -> (Object -> Parser XmlItem) -> Value -> Parser XmlItem
 forall a b. (a -> b) -> a -> b
-$ \Object
-o ->
+$ \Object
+o ->
     Maybe Text
 -> Maybe Double
 -> Maybe Int
@@ -8163,9 +8163,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
 <$> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "attribute_string")
       Parser
   (Maybe Double
@@ -8229,9 +8229,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "attribute_number")
       Parser
   (Maybe Int
@@ -8293,9 +8293,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "attribute_integer")
       Parser
   (Maybe Bool
@@ -8355,9 +8355,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "attribute_boolean")
       Parser
   (Maybe [Int]
@@ -8415,9 +8415,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "wrapped_array")
       Parser
   (Maybe Text
@@ -8473,9 +8473,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name_string")
       Parser
   (Maybe Double
@@ -8529,9 +8529,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name_number")
       Parser
   (Maybe Int
@@ -8583,9 +8583,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name_integer")
       Parser
   (Maybe Bool
@@ -8635,9 +8635,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name_boolean")
       Parser
   (Maybe [Int]
@@ -8685,9 +8685,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name_array")
       Parser
   (Maybe [Int]
@@ -8733,9 +8733,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "name_wrapped_array")
       Parser
   (Maybe Text
@@ -8779,9 +8779,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_string")
       Parser
   (Maybe Double
@@ -8823,9 +8823,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_number")
       Parser
   (Maybe Int
@@ -8865,9 +8865,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_integer")
       Parser
   (Maybe Bool
@@ -8905,9 +8905,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_boolean")
       Parser
   (Maybe [Int]
@@ -8943,9 +8943,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_array")
       Parser
   (Maybe [Int]
@@ -8979,9 +8979,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_wrapped_array")
       Parser
   (Maybe Text
@@ -9013,9 +9013,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "namespace_string")
       Parser
   (Maybe Double
@@ -9045,9 +9045,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "namespace_number")
       Parser
   (Maybe Int
@@ -9075,9 +9075,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "namespace_integer")
       Parser
   (Maybe Bool
@@ -9103,9 +9103,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "namespace_boolean")
       Parser
   (Maybe [Int]
@@ -9129,9 +9129,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "namespace_array")
       Parser
   (Maybe [Int]
@@ -9153,9 +9153,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "namespace_wrapped_array")
       Parser
   (Maybe Text
@@ -9175,9 +9175,9 @@
       -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Text)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Text)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_ns_string")
       Parser
   (Maybe Double
@@ -9191,9 +9191,9 @@
      (Maybe Int -> Maybe Bool -> Maybe [Int] -> Maybe [Int] -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Double)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Double)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_ns_number")
       Parser
   (Maybe Int -> Maybe Bool -> Maybe [Int] -> Maybe [Int] -> XmlItem)
@@ -9201,40 +9201,40 @@
 -> Parser (Maybe Bool -> Maybe [Int] -> Maybe [Int] -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Int)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Int)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_ns_integer")
       Parser (Maybe Bool -> Maybe [Int] -> Maybe [Int] -> XmlItem)
 -> Parser (Maybe Bool)
 -> Parser (Maybe [Int] -> Maybe [Int] -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe Bool)
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe Bool)
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_ns_boolean")
       Parser (Maybe [Int] -> Maybe [Int] -> XmlItem)
 -> Parser (Maybe [Int]) -> Parser (Maybe [Int] -> XmlItem)
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_ns_array")
       Parser (Maybe [Int] -> XmlItem)
 -> Parser (Maybe [Int]) -> Parser XmlItem
 forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
 <*> (Object
-o Object -> Text -> Parser (Maybe [Int])
-forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
-.:? Text
+o Object -> Key -> Parser (Maybe [Int])
+forall a. FromJSON a => Object -> Key -> Parser (Maybe a)
+.:? Key
 "prefix_ns_wrapped_array")
 
 -- | ToJSON XmlItem
-instance A.ToJSON XmlItem where
-  toJSON :: XmlItem -> Value
-toJSON XmlItem {Maybe Bool
+instance A.ToJSON XmlItem where
+  toJSON :: XmlItem -> Value
+toJSON XmlItem {Maybe Bool
 Maybe Double
 Maybe Int
 Maybe [Int]
@@ -9297,154 +9297,154 @@
 xmlItemAttributeInteger :: XmlItem -> Maybe Int
 xmlItemAttributeNumber :: XmlItem -> Maybe Double
 xmlItemAttributeString :: XmlItem -> Maybe Text
-..} =
-   [(Text, Value)] -> Value
+..} =
+   [(Key, Value)] -> Value
 _omitNulls
-      [ Text
-"attribute_string" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+      [ Key
+"attribute_string" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-xmlItemAttributeString
-      , Text
-"attribute_number" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemAttributeString
+      , Key
+"attribute_number" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-xmlItemAttributeNumber
-      , Text
-"attribute_integer" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemAttributeNumber
+      , Key
+"attribute_integer" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-xmlItemAttributeInteger
-      , Text
-"attribute_boolean" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemAttributeInteger
+      , Key
+"attribute_boolean" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-xmlItemAttributeBoolean
-      , Text
-"wrapped_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemAttributeBoolean
+      , Key
+"wrapped_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemWrappedArray
-      , Text
-"name_string" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemWrappedArray
+      , Key
+"name_string" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-xmlItemNameString
-      , Text
-"name_number" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNameString
+      , Key
+"name_number" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-xmlItemNameNumber
-      , Text
-"name_integer" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNameNumber
+      , Key
+"name_integer" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-xmlItemNameInteger
-      , Text
-"name_boolean" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNameInteger
+      , Key
+"name_boolean" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-xmlItemNameBoolean
-      , Text
-"name_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNameBoolean
+      , Key
+"name_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemNameArray
-      , Text
-"name_wrapped_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNameArray
+      , Key
+"name_wrapped_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemNameWrappedArray
-      , Text
-"prefix_string" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNameWrappedArray
+      , Key
+"prefix_string" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-xmlItemPrefixString
-      , Text
-"prefix_number" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixString
+      , Key
+"prefix_number" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-xmlItemPrefixNumber
-      , Text
-"prefix_integer" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixNumber
+      , Key
+"prefix_integer" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-xmlItemPrefixInteger
-      , Text
-"prefix_boolean" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixInteger
+      , Key
+"prefix_boolean" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-xmlItemPrefixBoolean
-      , Text
-"prefix_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixBoolean
+      , Key
+"prefix_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemPrefixArray
-      , Text
-"prefix_wrapped_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixArray
+      , Key
+"prefix_wrapped_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemPrefixWrappedArray
-      , Text
-"namespace_string" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixWrappedArray
+      , Key
+"namespace_string" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-xmlItemNamespaceString
-      , Text
-"namespace_number" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNamespaceString
+      , Key
+"namespace_number" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-xmlItemNamespaceNumber
-      , Text
-"namespace_integer" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNamespaceNumber
+      , Key
+"namespace_integer" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-xmlItemNamespaceInteger
-      , Text
-"namespace_boolean" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNamespaceInteger
+      , Key
+"namespace_boolean" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-xmlItemNamespaceBoolean
-      , Text
-"namespace_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNamespaceBoolean
+      , Key
+"namespace_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemNamespaceArray
-      , Text
-"namespace_wrapped_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNamespaceArray
+      , Key
+"namespace_wrapped_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemNamespaceWrappedArray
-      , Text
-"prefix_ns_string" Text -> Maybe Text -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemNamespaceWrappedArray
+      , Key
+"prefix_ns_string" Key -> Maybe Text -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Text
-xmlItemPrefixNsString
-      , Text
-"prefix_ns_number" Text -> Maybe Double -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixNsString
+      , Key
+"prefix_ns_number" Key -> Maybe Double -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Double
-xmlItemPrefixNsNumber
-      , Text
-"prefix_ns_integer" Text -> Maybe Int -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixNsNumber
+      , Key
+"prefix_ns_integer" Key -> Maybe Int -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Int
-xmlItemPrefixNsInteger
-      , Text
-"prefix_ns_boolean" Text -> Maybe Bool -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixNsInteger
+      , Key
+"prefix_ns_boolean" Key -> Maybe Bool -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe Bool
-xmlItemPrefixNsBoolean
-      , Text
-"prefix_ns_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixNsBoolean
+      , Key
+"prefix_ns_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemPrefixNsArray
-      , Text
-"prefix_ns_wrapped_array" Text -> Maybe [Int] -> (Text, Value)
-forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
+xmlItemPrefixNsArray
+      , Key
+"prefix_ns_wrapped_array" Key -> Maybe [Int] -> (Key, Value)
+forall kv v. (KeyValue kv, ToJSON v) => Key -> v -> kv
 .= Maybe [Int]
-xmlItemPrefixNsWrappedArray
+xmlItemPrefixNsWrappedArray
       ]
 
 
@@ -9612,22 +9612,22 @@
 data E'ArrayEnum
   = E'ArrayEnum'Fish -- ^ @"fish"@
   | E'ArrayEnum'Crab -- ^ @"crab"@
-  deriving (Int -> E'ArrayEnum -> ShowS
+  deriving (Int -> E'ArrayEnum -> ShowS
 [E'ArrayEnum] -> ShowS
-E'ArrayEnum -> String
+E'ArrayEnum -> [Char]
 (Int -> E'ArrayEnum -> ShowS)
--> (E'ArrayEnum -> String)
+-> (E'ArrayEnum -> [Char])
 -> ([E'ArrayEnum] -> ShowS)
 -> Show E'ArrayEnum
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'ArrayEnum] -> ShowS
 $cshowList :: [E'ArrayEnum] -> ShowS
-show :: E'ArrayEnum -> String
-$cshow :: E'ArrayEnum -> String
+show :: E'ArrayEnum -> [Char]
+$cshow :: E'ArrayEnum -> [Char]
 showsPrec :: Int -> E'ArrayEnum -> ShowS
 $cshowsPrec :: Int -> E'ArrayEnum -> ShowS
-P.Show, E'ArrayEnum -> E'ArrayEnum -> Bool
+P.Show, E'ArrayEnum -> E'ArrayEnum -> Bool
 (E'ArrayEnum -> E'ArrayEnum -> Bool)
 -> (E'ArrayEnum -> E'ArrayEnum -> Bool) -> Eq E'ArrayEnum
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -9635,7 +9635,7 @@
 $c/= :: E'ArrayEnum -> E'ArrayEnum -> Bool
 == :: E'ArrayEnum -> E'ArrayEnum -> Bool
 $c== :: E'ArrayEnum -> E'ArrayEnum -> Bool
-P.Eq, P.Typeable, Eq E'ArrayEnum
+P.Eq, P.Typeable, Eq E'ArrayEnum
 Eq E'ArrayEnum
 -> (E'ArrayEnum -> E'ArrayEnum -> Ordering)
 -> (E'ArrayEnum -> E'ArrayEnum -> Bool)
@@ -9672,15 +9672,14 @@
 $c< :: E'ArrayEnum -> E'ArrayEnum -> Bool
 compare :: E'ArrayEnum -> E'ArrayEnum -> Ordering
 $ccompare :: E'ArrayEnum -> E'ArrayEnum -> Ordering
-$cp1Ord :: Eq E'ArrayEnum
-P.Ord, E'ArrayEnum
+P.Ord, E'ArrayEnum
 E'ArrayEnum -> E'ArrayEnum -> Bounded E'ArrayEnum
 forall a. a -> a -> Bounded a
 maxBound :: E'ArrayEnum
 $cmaxBound :: E'ArrayEnum
 minBound :: E'ArrayEnum
 $cminBound :: E'ArrayEnum
-P.Bounded, Int -> E'ArrayEnum
+P.Bounded, Int -> E'ArrayEnum
 E'ArrayEnum -> Int
 E'ArrayEnum -> [E'ArrayEnum]
 E'ArrayEnum -> E'ArrayEnum
@@ -9723,22 +9722,22 @@
 $csucc :: E'ArrayEnum -> E'ArrayEnum
 P.Enum)
 
-instance A.ToJSON E'ArrayEnum where toJSON :: E'ArrayEnum -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'ArrayEnum where toJSON :: E'ArrayEnum -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (E'ArrayEnum -> Text) -> E'ArrayEnum -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'ArrayEnum -> Text
 fromE'ArrayEnum
-instance A.FromJSON E'ArrayEnum where parseJSON :: Value -> Parser E'ArrayEnum
-parseJSON Value
-o = (String -> Parser E'ArrayEnum)
+instance A.FromJSON E'ArrayEnum where parseJSON :: Value -> Parser E'ArrayEnum
+parseJSON Value
+o = ([Char] -> Parser E'ArrayEnum)
 -> (E'ArrayEnum -> Parser E'ArrayEnum)
--> Either String E'ArrayEnum
+-> Either [Char] E'ArrayEnum
 -> Parser E'ArrayEnum
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'ArrayEnum
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'ArrayEnum
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'ArrayEnum -> Parser E'ArrayEnum
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'ArrayEnum -> Parser E'ArrayEnum)
@@ -9748,47 +9747,47 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'ArrayEnum -> E'ArrayEnum
 forall a. a -> a
-P.id) (Either String E'ArrayEnum -> Parser E'ArrayEnum)
--> (Text -> Either String E'ArrayEnum)
+P.id) (Either [Char] E'ArrayEnum -> Parser E'ArrayEnum)
+-> (Text -> Either [Char] E'ArrayEnum)
 -> Text
 -> Parser E'ArrayEnum
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'ArrayEnum
+. Text -> Either [Char] E'ArrayEnum
 toE'ArrayEnum (Text -> Parser E'ArrayEnum) -> Parser Text -> Parser E'ArrayEnum
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'ArrayEnum where toQueryParam :: E'ArrayEnum -> Text
+o
+instance WH.ToHttpApiData E'ArrayEnum where toQueryParam :: E'ArrayEnum -> Text
 toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (E'ArrayEnum -> Text) -> E'ArrayEnum -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'ArrayEnum -> Text
 fromE'ArrayEnum
-instance WH.FromHttpApiData E'ArrayEnum where parseQueryParam :: Text -> Either Text E'ArrayEnum
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'ArrayEnum where parseQueryParam :: Text -> Either Text E'ArrayEnum
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'ArrayEnum) -> Either Text E'ArrayEnum
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'ArrayEnum -> Either Text E'ArrayEnum
+>>= ([Char] -> Text)
+-> Either [Char] E'ArrayEnum -> Either Text E'ArrayEnum
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'ArrayEnum -> Either Text E'ArrayEnum)
--> (Text -> Either String E'ArrayEnum)
+P.left [Char] -> Text
+T.pack (Either [Char] E'ArrayEnum -> Either Text E'ArrayEnum)
+-> (Text -> Either [Char] E'ArrayEnum)
 -> Text
 -> Either Text E'ArrayEnum
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'ArrayEnum
+. Text -> Either [Char] E'ArrayEnum
 toE'ArrayEnum
-instance MimeRender MimeMultipartFormData E'ArrayEnum where mimeRender :: Proxy MimeMultipartFormData -> E'ArrayEnum -> ByteString
+instance MimeRender MimeMultipartFormData E'ArrayEnum where mimeRender :: Proxy MimeMultipartFormData -> E'ArrayEnum -> ByteString
 mimeRender Proxy MimeMultipartFormData
 _ = E'ArrayEnum -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
@@ -9807,31 +9806,31 @@
 
 -- | parse 'E'ArrayEnum' enum
 toE'ArrayEnum :: Text -> P.Either String E'ArrayEnum
-toE'ArrayEnum :: Text -> Either String E'ArrayEnum
+toE'ArrayEnum :: Text -> Either [Char] E'ArrayEnum
 toE'ArrayEnum = \case
   Text
-"fish" -> E'ArrayEnum -> Either String E'ArrayEnum
+"fish" -> E'ArrayEnum -> Either [Char] E'ArrayEnum
 forall a b. b -> Either a b
 P.Right E'ArrayEnum
 E'ArrayEnum'Fish
   Text
-"crab" -> E'ArrayEnum -> Either String E'ArrayEnum
+"crab" -> E'ArrayEnum -> Either [Char] E'ArrayEnum
 forall a b. b -> Either a b
 P.Right E'ArrayEnum
 E'ArrayEnum'Crab
-  Text
-s -> String -> Either String E'ArrayEnum
+  Text
+s -> [Char] -> Either [Char] E'ArrayEnum
 forall a b. a -> Either a b
-P.Left (String -> Either String E'ArrayEnum)
--> String -> Either String E'ArrayEnum
+P.Left ([Char] -> Either [Char] E'ArrayEnum)
+-> [Char] -> Either [Char] E'ArrayEnum
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'ArrayEnum: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'ArrayEnum: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'EnumFormString
@@ -9842,22 +9841,22 @@
   = E'EnumFormString'_abc -- ^ @"_abc"@
   | E'EnumFormString'_efg -- ^ @"-efg"@
   | E'EnumFormString'_xyz -- ^ @"(xyz)"@
-  deriving (Int -> E'EnumFormString -> ShowS
+  deriving (Int -> E'EnumFormString -> ShowS
 [E'EnumFormString] -> ShowS
-E'EnumFormString -> String
+E'EnumFormString -> [Char]
 (Int -> E'EnumFormString -> ShowS)
--> (E'EnumFormString -> String)
+-> (E'EnumFormString -> [Char])
 -> ([E'EnumFormString] -> ShowS)
 -> Show E'EnumFormString
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'EnumFormString] -> ShowS
 $cshowList :: [E'EnumFormString] -> ShowS
-show :: E'EnumFormString -> String
-$cshow :: E'EnumFormString -> String
+show :: E'EnumFormString -> [Char]
+$cshow :: E'EnumFormString -> [Char]
 showsPrec :: Int -> E'EnumFormString -> ShowS
 $cshowsPrec :: Int -> E'EnumFormString -> ShowS
-P.Show, E'EnumFormString -> E'EnumFormString -> Bool
+P.Show, E'EnumFormString -> E'EnumFormString -> Bool
 (E'EnumFormString -> E'EnumFormString -> Bool)
 -> (E'EnumFormString -> E'EnumFormString -> Bool)
 -> Eq E'EnumFormString
@@ -9866,7 +9865,7 @@
 $c/= :: E'EnumFormString -> E'EnumFormString -> Bool
 == :: E'EnumFormString -> E'EnumFormString -> Bool
 $c== :: E'EnumFormString -> E'EnumFormString -> Bool
-P.Eq, P.Typeable, Eq E'EnumFormString
+P.Eq, P.Typeable, Eq E'EnumFormString
 Eq E'EnumFormString
 -> (E'EnumFormString -> E'EnumFormString -> Ordering)
 -> (E'EnumFormString -> E'EnumFormString -> Bool)
@@ -9903,15 +9902,14 @@
 $c< :: E'EnumFormString -> E'EnumFormString -> Bool
 compare :: E'EnumFormString -> E'EnumFormString -> Ordering
 $ccompare :: E'EnumFormString -> E'EnumFormString -> Ordering
-$cp1Ord :: Eq E'EnumFormString
-P.Ord, E'EnumFormString
+P.Ord, E'EnumFormString
 E'EnumFormString -> E'EnumFormString -> Bounded E'EnumFormString
 forall a. a -> a -> Bounded a
 maxBound :: E'EnumFormString
 $cmaxBound :: E'EnumFormString
 minBound :: E'EnumFormString
 $cminBound :: E'EnumFormString
-P.Bounded, Int -> E'EnumFormString
+P.Bounded, Int -> E'EnumFormString
 E'EnumFormString -> Int
 E'EnumFormString -> [E'EnumFormString]
 E'EnumFormString -> E'EnumFormString
@@ -9958,23 +9956,23 @@
 $csucc :: E'EnumFormString -> E'EnumFormString
 P.Enum)
 
-instance A.ToJSON E'EnumFormString where toJSON :: E'EnumFormString -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'EnumFormString where toJSON :: E'EnumFormString -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value)
 -> (E'EnumFormString -> Text) -> E'EnumFormString -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumFormString -> Text
 fromE'EnumFormString
-instance A.FromJSON E'EnumFormString where parseJSON :: Value -> Parser E'EnumFormString
-parseJSON Value
-o = (String -> Parser E'EnumFormString)
+instance A.FromJSON E'EnumFormString where parseJSON :: Value -> Parser E'EnumFormString
+parseJSON Value
+o = ([Char] -> Parser E'EnumFormString)
 -> (E'EnumFormString -> Parser E'EnumFormString)
--> Either String E'EnumFormString
+-> Either [Char] E'EnumFormString
 -> Parser E'EnumFormString
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'EnumFormString
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'EnumFormString
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'EnumFormString -> Parser E'EnumFormString
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'EnumFormString -> Parser E'EnumFormString)
@@ -9984,51 +9982,51 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumFormString -> E'EnumFormString
 forall a. a -> a
-P.id) (Either String E'EnumFormString -> Parser E'EnumFormString)
--> (Text -> Either String E'EnumFormString)
+P.id) (Either [Char] E'EnumFormString -> Parser E'EnumFormString)
+-> (Text -> Either [Char] E'EnumFormString)
 -> Text
 -> Parser E'EnumFormString
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'EnumFormString
+. Text -> Either [Char] E'EnumFormString
 toE'EnumFormString (Text -> Parser E'EnumFormString)
 -> Parser Text -> Parser E'EnumFormString
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'EnumFormString where toQueryParam :: E'EnumFormString -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'EnumFormString where toQueryParam :: E'EnumFormString -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text)
 -> (E'EnumFormString -> Text) -> E'EnumFormString -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumFormString -> Text
 fromE'EnumFormString
-instance WH.FromHttpApiData E'EnumFormString where parseQueryParam :: Text -> Either Text E'EnumFormString
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'EnumFormString where parseQueryParam :: Text -> Either Text E'EnumFormString
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'EnumFormString)
 -> Either Text E'EnumFormString
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'EnumFormString -> Either Text E'EnumFormString
+>>= ([Char] -> Text)
+-> Either [Char] E'EnumFormString -> Either Text E'EnumFormString
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'EnumFormString -> Either Text E'EnumFormString)
--> (Text -> Either String E'EnumFormString)
+P.left [Char] -> Text
+T.pack (Either [Char] E'EnumFormString -> Either Text E'EnumFormString)
+-> (Text -> Either [Char] E'EnumFormString)
 -> Text
 -> Either Text E'EnumFormString
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'EnumFormString
+. Text -> Either [Char] E'EnumFormString
 toE'EnumFormString
-instance MimeRender MimeMultipartFormData E'EnumFormString where mimeRender :: Proxy MimeMultipartFormData -> E'EnumFormString -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'EnumFormString where mimeRender :: Proxy MimeMultipartFormData -> E'EnumFormString -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'EnumFormString -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -10049,36 +10047,36 @@
 
 -- | parse 'E'EnumFormString' enum
 toE'EnumFormString :: Text -> P.Either String E'EnumFormString
-toE'EnumFormString :: Text -> Either String E'EnumFormString
+toE'EnumFormString :: Text -> Either [Char] E'EnumFormString
 toE'EnumFormString = \case
   Text
-"_abc" -> E'EnumFormString -> Either String E'EnumFormString
+"_abc" -> E'EnumFormString -> Either [Char] E'EnumFormString
 forall a b. b -> Either a b
 P.Right E'EnumFormString
 E'EnumFormString'_abc
   Text
-"-efg" -> E'EnumFormString -> Either String E'EnumFormString
+"-efg" -> E'EnumFormString -> Either [Char] E'EnumFormString
 forall a b. b -> Either a b
 P.Right E'EnumFormString
 E'EnumFormString'_efg
   Text
-"(xyz)" -> E'EnumFormString -> Either String E'EnumFormString
+"(xyz)" -> E'EnumFormString -> Either [Char] E'EnumFormString
 forall a b. b -> Either a b
 P.Right E'EnumFormString
 E'EnumFormString'_xyz
-  Text
-s -> String -> Either String E'EnumFormString
+  Text
+s -> [Char] -> Either [Char] E'EnumFormString
 forall a b. a -> Either a b
-P.Left (String -> Either String E'EnumFormString)
--> String -> Either String E'EnumFormString
+P.Left ([Char] -> Either [Char] E'EnumFormString)
+-> [Char] -> Either [Char] E'EnumFormString
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'EnumFormString: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'EnumFormString: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'EnumFormStringArray
@@ -10087,22 +10085,22 @@
 data E'EnumFormStringArray
   = E'EnumFormStringArray'GreaterThan -- ^ @">"@
   | E'EnumFormStringArray'Dollar -- ^ @"$"@
-  deriving (Int -> E'EnumFormStringArray -> ShowS
+  deriving (Int -> E'EnumFormStringArray -> ShowS
 [E'EnumFormStringArray] -> ShowS
-E'EnumFormStringArray -> String
+E'EnumFormStringArray -> [Char]
 (Int -> E'EnumFormStringArray -> ShowS)
--> (E'EnumFormStringArray -> String)
+-> (E'EnumFormStringArray -> [Char])
 -> ([E'EnumFormStringArray] -> ShowS)
 -> Show E'EnumFormStringArray
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'EnumFormStringArray] -> ShowS
 $cshowList :: [E'EnumFormStringArray] -> ShowS
-show :: E'EnumFormStringArray -> String
-$cshow :: E'EnumFormStringArray -> String
+show :: E'EnumFormStringArray -> [Char]
+$cshow :: E'EnumFormStringArray -> [Char]
 showsPrec :: Int -> E'EnumFormStringArray -> ShowS
 $cshowsPrec :: Int -> E'EnumFormStringArray -> ShowS
-P.Show, E'EnumFormStringArray -> E'EnumFormStringArray -> Bool
+P.Show, E'EnumFormStringArray -> E'EnumFormStringArray -> Bool
 (E'EnumFormStringArray -> E'EnumFormStringArray -> Bool)
 -> (E'EnumFormStringArray -> E'EnumFormStringArray -> Bool)
 -> Eq E'EnumFormStringArray
@@ -10111,7 +10109,7 @@
 $c/= :: E'EnumFormStringArray -> E'EnumFormStringArray -> Bool
 == :: E'EnumFormStringArray -> E'EnumFormStringArray -> Bool
 $c== :: E'EnumFormStringArray -> E'EnumFormStringArray -> Bool
-P.Eq, P.Typeable, Eq E'EnumFormStringArray
+P.Eq, P.Typeable, Eq E'EnumFormStringArray
 Eq E'EnumFormStringArray
 -> (E'EnumFormStringArray -> E'EnumFormStringArray -> Ordering)
 -> (E'EnumFormStringArray -> E'EnumFormStringArray -> Bool)
@@ -10155,8 +10153,7 @@
 $c< :: E'EnumFormStringArray -> E'EnumFormStringArray -> Bool
 compare :: E'EnumFormStringArray -> E'EnumFormStringArray -> Ordering
 $ccompare :: E'EnumFormStringArray -> E'EnumFormStringArray -> Ordering
-$cp1Ord :: Eq E'EnumFormStringArray
-P.Ord, E'EnumFormStringArray
+P.Ord, E'EnumFormStringArray
 E'EnumFormStringArray
 -> E'EnumFormStringArray -> Bounded E'EnumFormStringArray
 forall a. a -> a -> Bounded a
@@ -10164,7 +10161,7 @@
 $cmaxBound :: E'EnumFormStringArray
 minBound :: E'EnumFormStringArray
 $cminBound :: E'EnumFormStringArray
-P.Bounded, Int -> E'EnumFormStringArray
+P.Bounded, Int -> E'EnumFormStringArray
 E'EnumFormStringArray -> Int
 E'EnumFormStringArray -> [E'EnumFormStringArray]
 E'EnumFormStringArray -> E'EnumFormStringArray
@@ -10226,8 +10223,8 @@
 $csucc :: E'EnumFormStringArray -> E'EnumFormStringArray
 P.Enum)
 
-instance A.ToJSON E'EnumFormStringArray where toJSON :: E'EnumFormStringArray -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'EnumFormStringArray where toJSON :: E'EnumFormStringArray -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value)
 -> (E'EnumFormStringArray -> Text)
@@ -10236,15 +10233,15 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumFormStringArray -> Text
 fromE'EnumFormStringArray
-instance A.FromJSON E'EnumFormStringArray where parseJSON :: Value -> Parser E'EnumFormStringArray
-parseJSON Value
-o = (String -> Parser E'EnumFormStringArray)
+instance A.FromJSON E'EnumFormStringArray where parseJSON :: Value -> Parser E'EnumFormStringArray
+parseJSON Value
+o = ([Char] -> Parser E'EnumFormStringArray)
 -> (E'EnumFormStringArray -> Parser E'EnumFormStringArray)
--> Either String E'EnumFormStringArray
+-> Either [Char] E'EnumFormStringArray
 -> Parser E'EnumFormStringArray
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'EnumFormStringArray
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'EnumFormStringArray
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'EnumFormStringArray -> Parser E'EnumFormStringArray
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'EnumFormStringArray -> Parser E'EnumFormStringArray)
@@ -10254,54 +10251,54 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumFormStringArray -> E'EnumFormStringArray
 forall a. a -> a
-P.id) (Either String E'EnumFormStringArray
+P.id) (Either [Char] E'EnumFormStringArray
  -> Parser E'EnumFormStringArray)
--> (Text -> Either String E'EnumFormStringArray)
+-> (Text -> Either [Char] E'EnumFormStringArray)
 -> Text
 -> Parser E'EnumFormStringArray
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'EnumFormStringArray
+. Text -> Either [Char] E'EnumFormStringArray
 toE'EnumFormStringArray (Text -> Parser E'EnumFormStringArray)
 -> Parser Text -> Parser E'EnumFormStringArray
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'EnumFormStringArray where toQueryParam :: E'EnumFormStringArray -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'EnumFormStringArray where toQueryParam :: E'EnumFormStringArray -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text)
 -> (E'EnumFormStringArray -> Text) -> E'EnumFormStringArray -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumFormStringArray -> Text
 fromE'EnumFormStringArray
-instance WH.FromHttpApiData E'EnumFormStringArray where parseQueryParam :: Text -> Either Text E'EnumFormStringArray
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'EnumFormStringArray where parseQueryParam :: Text -> Either Text E'EnumFormStringArray
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'EnumFormStringArray)
 -> Either Text E'EnumFormStringArray
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'EnumFormStringArray
+>>= ([Char] -> Text)
+-> Either [Char] E'EnumFormStringArray
 -> Either Text E'EnumFormStringArray
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'EnumFormStringArray
+P.left [Char] -> Text
+T.pack (Either [Char] E'EnumFormStringArray
  -> Either Text E'EnumFormStringArray)
--> (Text -> Either String E'EnumFormStringArray)
+-> (Text -> Either [Char] E'EnumFormStringArray)
 -> Text
 -> Either Text E'EnumFormStringArray
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'EnumFormStringArray
+. Text -> Either [Char] E'EnumFormStringArray
 toE'EnumFormStringArray
-instance MimeRender MimeMultipartFormData E'EnumFormStringArray where mimeRender :: Proxy MimeMultipartFormData -> E'EnumFormStringArray -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'EnumFormStringArray where mimeRender :: Proxy MimeMultipartFormData -> E'EnumFormStringArray -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'EnumFormStringArray -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -10319,31 +10316,31 @@
 
 -- | parse 'E'EnumFormStringArray' enum
 toE'EnumFormStringArray :: Text -> P.Either String E'EnumFormStringArray
-toE'EnumFormStringArray :: Text -> Either String E'EnumFormStringArray
+toE'EnumFormStringArray :: Text -> Either [Char] E'EnumFormStringArray
 toE'EnumFormStringArray = \case
   Text
-">" -> E'EnumFormStringArray -> Either String E'EnumFormStringArray
+">" -> E'EnumFormStringArray -> Either [Char] E'EnumFormStringArray
 forall a b. b -> Either a b
 P.Right E'EnumFormStringArray
 E'EnumFormStringArray'GreaterThan
   Text
-"$" -> E'EnumFormStringArray -> Either String E'EnumFormStringArray
+"$" -> E'EnumFormStringArray -> Either [Char] E'EnumFormStringArray
 forall a b. b -> Either a b
 P.Right E'EnumFormStringArray
 E'EnumFormStringArray'Dollar
-  Text
-s -> String -> Either String E'EnumFormStringArray
+  Text
+s -> [Char] -> Either [Char] E'EnumFormStringArray
 forall a b. a -> Either a b
-P.Left (String -> Either String E'EnumFormStringArray)
--> String -> Either String E'EnumFormStringArray
+P.Left ([Char] -> Either [Char] E'EnumFormStringArray)
+-> [Char] -> Either [Char] E'EnumFormStringArray
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'EnumFormStringArray: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'EnumFormStringArray: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'EnumInteger
@@ -10352,22 +10349,22 @@
 data E'EnumInteger
   = E'EnumInteger'Num1 -- ^ @1@
   | E'EnumInteger'NumMinus_1 -- ^ @-1@
-  deriving (Int -> E'EnumInteger -> ShowS
+  deriving (Int -> E'EnumInteger -> ShowS
 [E'EnumInteger] -> ShowS
-E'EnumInteger -> String
+E'EnumInteger -> [Char]
 (Int -> E'EnumInteger -> ShowS)
--> (E'EnumInteger -> String)
+-> (E'EnumInteger -> [Char])
 -> ([E'EnumInteger] -> ShowS)
 -> Show E'EnumInteger
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'EnumInteger] -> ShowS
 $cshowList :: [E'EnumInteger] -> ShowS
-show :: E'EnumInteger -> String
-$cshow :: E'EnumInteger -> String
+show :: E'EnumInteger -> [Char]
+$cshow :: E'EnumInteger -> [Char]
 showsPrec :: Int -> E'EnumInteger -> ShowS
 $cshowsPrec :: Int -> E'EnumInteger -> ShowS
-P.Show, E'EnumInteger -> E'EnumInteger -> Bool
+P.Show, E'EnumInteger -> E'EnumInteger -> Bool
 (E'EnumInteger -> E'EnumInteger -> Bool)
 -> (E'EnumInteger -> E'EnumInteger -> Bool) -> Eq E'EnumInteger
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -10375,7 +10372,7 @@
 $c/= :: E'EnumInteger -> E'EnumInteger -> Bool
 == :: E'EnumInteger -> E'EnumInteger -> Bool
 $c== :: E'EnumInteger -> E'EnumInteger -> Bool
-P.Eq, P.Typeable, Eq E'EnumInteger
+P.Eq, P.Typeable, Eq E'EnumInteger
 Eq E'EnumInteger
 -> (E'EnumInteger -> E'EnumInteger -> Ordering)
 -> (E'EnumInteger -> E'EnumInteger -> Bool)
@@ -10412,15 +10409,14 @@
 $c< :: E'EnumInteger -> E'EnumInteger -> Bool
 compare :: E'EnumInteger -> E'EnumInteger -> Ordering
 $ccompare :: E'EnumInteger -> E'EnumInteger -> Ordering
-$cp1Ord :: Eq E'EnumInteger
-P.Ord, E'EnumInteger
+P.Ord, E'EnumInteger
 E'EnumInteger -> E'EnumInteger -> Bounded E'EnumInteger
 forall a. a -> a -> Bounded a
 maxBound :: E'EnumInteger
 $cmaxBound :: E'EnumInteger
 minBound :: E'EnumInteger
 $cminBound :: E'EnumInteger
-P.Bounded, Int -> E'EnumInteger
+P.Bounded, Int -> E'EnumInteger
 E'EnumInteger -> Int
 E'EnumInteger -> [E'EnumInteger]
 E'EnumInteger -> E'EnumInteger
@@ -10464,22 +10460,22 @@
 $csucc :: E'EnumInteger -> E'EnumInteger
 P.Enum)
 
-instance A.ToJSON E'EnumInteger where toJSON :: E'EnumInteger -> Value
-toJSON = Int -> Value
+instance A.ToJSON E'EnumInteger where toJSON :: E'EnumInteger -> Value
+toJSON = Int -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Int -> Value) -> (E'EnumInteger -> Int) -> E'EnumInteger -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumInteger -> Int
 fromE'EnumInteger
-instance A.FromJSON E'EnumInteger where parseJSON :: Value -> Parser E'EnumInteger
-parseJSON Value
-o = (String -> Parser E'EnumInteger)
+instance A.FromJSON E'EnumInteger where parseJSON :: Value -> Parser E'EnumInteger
+parseJSON Value
+o = ([Char] -> Parser E'EnumInteger)
 -> (E'EnumInteger -> Parser E'EnumInteger)
--> Either String E'EnumInteger
+-> Either [Char] E'EnumInteger
 -> Parser E'EnumInteger
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'EnumInteger
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'EnumInteger
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'EnumInteger -> Parser E'EnumInteger
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'EnumInteger -> Parser E'EnumInteger)
@@ -10489,48 +10485,48 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumInteger -> E'EnumInteger
 forall a. a -> a
-P.id) (Either String E'EnumInteger -> Parser E'EnumInteger)
--> (Int -> Either String E'EnumInteger)
+P.id) (Either [Char] E'EnumInteger -> Parser E'EnumInteger)
+-> (Int -> Either [Char] E'EnumInteger)
 -> Int
 -> Parser E'EnumInteger
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Int -> Either String E'EnumInteger
+. Int -> Either [Char] E'EnumInteger
 toE'EnumInteger (Int -> Parser E'EnumInteger) -> Parser Int -> Parser E'EnumInteger
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Int
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'EnumInteger where toQueryParam :: E'EnumInteger -> Text
-toQueryParam = Int -> Text
+o
+instance WH.ToHttpApiData E'EnumInteger where toQueryParam :: E'EnumInteger -> Text
+toQueryParam = Int -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Int -> Text) -> (E'EnumInteger -> Int) -> E'EnumInteger -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumInteger -> Int
 fromE'EnumInteger
-instance WH.FromHttpApiData E'EnumInteger where parseQueryParam :: Text -> Either Text E'EnumInteger
-parseQueryParam Text
-o = Text -> Either Text Int
+instance WH.FromHttpApiData E'EnumInteger where parseQueryParam :: Text -> Either Text E'EnumInteger
+parseQueryParam Text
+o = Text -> Either Text Int
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Int
+o Either Text Int
 -> (Int -> Either Text E'EnumInteger) -> Either Text E'EnumInteger
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'EnumInteger -> Either Text E'EnumInteger
+>>= ([Char] -> Text)
+-> Either [Char] E'EnumInteger -> Either Text E'EnumInteger
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'EnumInteger -> Either Text E'EnumInteger)
--> (Int -> Either String E'EnumInteger)
+P.left [Char] -> Text
+T.pack (Either [Char] E'EnumInteger -> Either Text E'EnumInteger)
+-> (Int -> Either [Char] E'EnumInteger)
 -> Int
 -> Either Text E'EnumInteger
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Int -> Either String E'EnumInteger
+. Int -> Either [Char] E'EnumInteger
 toE'EnumInteger
-instance MimeRender MimeMultipartFormData E'EnumInteger where mimeRender :: Proxy MimeMultipartFormData -> E'EnumInteger -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'EnumInteger where mimeRender :: Proxy MimeMultipartFormData -> E'EnumInteger -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'EnumInteger -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -10548,30 +10544,30 @@
 
 -- | parse 'E'EnumInteger' enum
 toE'EnumInteger :: Int -> P.Either String E'EnumInteger
-toE'EnumInteger :: Int -> Either String E'EnumInteger
+toE'EnumInteger :: Int -> Either [Char] E'EnumInteger
 toE'EnumInteger = \case
   Int
-1 -> E'EnumInteger -> Either String E'EnumInteger
+1 -> E'EnumInteger -> Either [Char] E'EnumInteger
 forall a b. b -> Either a b
 P.Right E'EnumInteger
 E'EnumInteger'Num1
-  -1 -> E'EnumInteger -> Either String E'EnumInteger
+  -1 -> E'EnumInteger -> Either [Char] E'EnumInteger
 forall a b. b -> Either a b
 P.Right E'EnumInteger
 E'EnumInteger'NumMinus_1
-  Int
-s -> String -> Either String E'EnumInteger
+  Int
+s -> [Char] -> Either [Char] E'EnumInteger
 forall a b. a -> Either a b
-P.Left (String -> Either String E'EnumInteger)
--> String -> Either String E'EnumInteger
+P.Left ([Char] -> Either [Char] E'EnumInteger)
+-> [Char] -> Either [Char] E'EnumInteger
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'EnumInteger: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'EnumInteger: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Int -> String
-forall a. Show a => a -> String
+P.++ Int -> [Char]
+forall a. Show a => a -> [Char]
 P.show Int
-s
+s
 
 
 -- ** E'EnumNumber
@@ -10580,22 +10576,22 @@
 data E'EnumNumber
   = E'EnumNumber'Num1_Dot_1 -- ^ @1.1@
   | E'EnumNumber'NumMinus_1_Dot_2 -- ^ @-1.2@
-  deriving (Int -> E'EnumNumber -> ShowS
+  deriving (Int -> E'EnumNumber -> ShowS
 [E'EnumNumber] -> ShowS
-E'EnumNumber -> String
+E'EnumNumber -> [Char]
 (Int -> E'EnumNumber -> ShowS)
--> (E'EnumNumber -> String)
+-> (E'EnumNumber -> [Char])
 -> ([E'EnumNumber] -> ShowS)
 -> Show E'EnumNumber
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'EnumNumber] -> ShowS
 $cshowList :: [E'EnumNumber] -> ShowS
-show :: E'EnumNumber -> String
-$cshow :: E'EnumNumber -> String
+show :: E'EnumNumber -> [Char]
+$cshow :: E'EnumNumber -> [Char]
 showsPrec :: Int -> E'EnumNumber -> ShowS
 $cshowsPrec :: Int -> E'EnumNumber -> ShowS
-P.Show, E'EnumNumber -> E'EnumNumber -> Bool
+P.Show, E'EnumNumber -> E'EnumNumber -> Bool
 (E'EnumNumber -> E'EnumNumber -> Bool)
 -> (E'EnumNumber -> E'EnumNumber -> Bool) -> Eq E'EnumNumber
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -10603,7 +10599,7 @@
 $c/= :: E'EnumNumber -> E'EnumNumber -> Bool
 == :: E'EnumNumber -> E'EnumNumber -> Bool
 $c== :: E'EnumNumber -> E'EnumNumber -> Bool
-P.Eq, P.Typeable, Eq E'EnumNumber
+P.Eq, P.Typeable, Eq E'EnumNumber
 Eq E'EnumNumber
 -> (E'EnumNumber -> E'EnumNumber -> Ordering)
 -> (E'EnumNumber -> E'EnumNumber -> Bool)
@@ -10640,15 +10636,14 @@
 $c< :: E'EnumNumber -> E'EnumNumber -> Bool
 compare :: E'EnumNumber -> E'EnumNumber -> Ordering
 $ccompare :: E'EnumNumber -> E'EnumNumber -> Ordering
-$cp1Ord :: Eq E'EnumNumber
-P.Ord, E'EnumNumber
+P.Ord, E'EnumNumber
 E'EnumNumber -> E'EnumNumber -> Bounded E'EnumNumber
 forall a. a -> a -> Bounded a
 maxBound :: E'EnumNumber
 $cmaxBound :: E'EnumNumber
 minBound :: E'EnumNumber
 $cminBound :: E'EnumNumber
-P.Bounded, Int -> E'EnumNumber
+P.Bounded, Int -> E'EnumNumber
 E'EnumNumber -> Int
 E'EnumNumber -> [E'EnumNumber]
 E'EnumNumber -> E'EnumNumber
@@ -10691,23 +10686,23 @@
 $csucc :: E'EnumNumber -> E'EnumNumber
 P.Enum)
 
-instance A.ToJSON E'EnumNumber where toJSON :: E'EnumNumber -> Value
-toJSON = Double -> Value
+instance A.ToJSON E'EnumNumber where toJSON :: E'EnumNumber -> Value
+toJSON = Double -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Double -> Value)
 -> (E'EnumNumber -> Double) -> E'EnumNumber -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumNumber -> Double
 fromE'EnumNumber
-instance A.FromJSON E'EnumNumber where parseJSON :: Value -> Parser E'EnumNumber
-parseJSON Value
-o = (String -> Parser E'EnumNumber)
+instance A.FromJSON E'EnumNumber where parseJSON :: Value -> Parser E'EnumNumber
+parseJSON Value
+o = ([Char] -> Parser E'EnumNumber)
 -> (E'EnumNumber -> Parser E'EnumNumber)
--> Either String E'EnumNumber
+-> Either [Char] E'EnumNumber
 -> Parser E'EnumNumber
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'EnumNumber
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'EnumNumber
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'EnumNumber -> Parser E'EnumNumber
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'EnumNumber -> Parser E'EnumNumber)
@@ -10717,50 +10712,50 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumNumber -> E'EnumNumber
 forall a. a -> a
-P.id) (Either String E'EnumNumber -> Parser E'EnumNumber)
--> (Double -> Either String E'EnumNumber)
+P.id) (Either [Char] E'EnumNumber -> Parser E'EnumNumber)
+-> (Double -> Either [Char] E'EnumNumber)
 -> Double
 -> Parser E'EnumNumber
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Double -> Either String E'EnumNumber
+. Double -> Either [Char] E'EnumNumber
 toE'EnumNumber (Double -> Parser E'EnumNumber)
 -> Parser Double -> Parser E'EnumNumber
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Double
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'EnumNumber where toQueryParam :: E'EnumNumber -> Text
-toQueryParam = Double -> Text
+o
+instance WH.ToHttpApiData E'EnumNumber where toQueryParam :: E'EnumNumber -> Text
+toQueryParam = Double -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Double -> Text)
 -> (E'EnumNumber -> Double) -> E'EnumNumber -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumNumber -> Double
 fromE'EnumNumber
-instance WH.FromHttpApiData E'EnumNumber where parseQueryParam :: Text -> Either Text E'EnumNumber
-parseQueryParam Text
-o = Text -> Either Text Double
+instance WH.FromHttpApiData E'EnumNumber where parseQueryParam :: Text -> Either Text E'EnumNumber
+parseQueryParam Text
+o = Text -> Either Text Double
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Double
+o Either Text Double
 -> (Double -> Either Text E'EnumNumber) -> Either Text E'EnumNumber
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'EnumNumber -> Either Text E'EnumNumber
+>>= ([Char] -> Text)
+-> Either [Char] E'EnumNumber -> Either Text E'EnumNumber
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'EnumNumber -> Either Text E'EnumNumber)
--> (Double -> Either String E'EnumNumber)
+P.left [Char] -> Text
+T.pack (Either [Char] E'EnumNumber -> Either Text E'EnumNumber)
+-> (Double -> Either [Char] E'EnumNumber)
 -> Double
 -> Either Text E'EnumNumber
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Double -> Either String E'EnumNumber
+. Double -> Either [Char] E'EnumNumber
 toE'EnumNumber
-instance MimeRender MimeMultipartFormData E'EnumNumber where mimeRender :: Proxy MimeMultipartFormData -> E'EnumNumber -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'EnumNumber where mimeRender :: Proxy MimeMultipartFormData -> E'EnumNumber -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'EnumNumber -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -10778,30 +10773,30 @@
 
 -- | parse 'E'EnumNumber' enum
 toE'EnumNumber :: Double -> P.Either String E'EnumNumber
-toE'EnumNumber :: Double -> Either String E'EnumNumber
+toE'EnumNumber :: Double -> Either [Char] E'EnumNumber
 toE'EnumNumber = \case
   Double
-1.1 -> E'EnumNumber -> Either String E'EnumNumber
+1.1 -> E'EnumNumber -> Either [Char] E'EnumNumber
 forall a b. b -> Either a b
 P.Right E'EnumNumber
 E'EnumNumber'Num1_Dot_1
-  -1.2 -> E'EnumNumber -> Either String E'EnumNumber
+  -1.2 -> E'EnumNumber -> Either [Char] E'EnumNumber
 forall a b. b -> Either a b
 P.Right E'EnumNumber
 E'EnumNumber'NumMinus_1_Dot_2
-  Double
-s -> String -> Either String E'EnumNumber
+  Double
+s -> [Char] -> Either [Char] E'EnumNumber
 forall a b. a -> Either a b
-P.Left (String -> Either String E'EnumNumber)
--> String -> Either String E'EnumNumber
+P.Left ([Char] -> Either [Char] E'EnumNumber)
+-> [Char] -> Either [Char] E'EnumNumber
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'EnumNumber: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'EnumNumber: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Double -> String
-forall a. Show a => a -> String
+P.++ Double -> [Char]
+forall a. Show a => a -> [Char]
 P.show Double
-s
+s
 
 
 -- ** E'EnumQueryInteger
@@ -10810,22 +10805,22 @@
 data E'EnumQueryInteger
   = E'EnumQueryInteger'Num1 -- ^ @1@
   | E'EnumQueryInteger'NumMinus_2 -- ^ @-2@
-  deriving (Int -> E'EnumQueryInteger -> ShowS
+  deriving (Int -> E'EnumQueryInteger -> ShowS
 [E'EnumQueryInteger] -> ShowS
-E'EnumQueryInteger -> String
+E'EnumQueryInteger -> [Char]
 (Int -> E'EnumQueryInteger -> ShowS)
--> (E'EnumQueryInteger -> String)
+-> (E'EnumQueryInteger -> [Char])
 -> ([E'EnumQueryInteger] -> ShowS)
 -> Show E'EnumQueryInteger
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'EnumQueryInteger] -> ShowS
 $cshowList :: [E'EnumQueryInteger] -> ShowS
-show :: E'EnumQueryInteger -> String
-$cshow :: E'EnumQueryInteger -> String
+show :: E'EnumQueryInteger -> [Char]
+$cshow :: E'EnumQueryInteger -> [Char]
 showsPrec :: Int -> E'EnumQueryInteger -> ShowS
 $cshowsPrec :: Int -> E'EnumQueryInteger -> ShowS
-P.Show, E'EnumQueryInteger -> E'EnumQueryInteger -> Bool
+P.Show, E'EnumQueryInteger -> E'EnumQueryInteger -> Bool
 (E'EnumQueryInteger -> E'EnumQueryInteger -> Bool)
 -> (E'EnumQueryInteger -> E'EnumQueryInteger -> Bool)
 -> Eq E'EnumQueryInteger
@@ -10834,7 +10829,7 @@
 $c/= :: E'EnumQueryInteger -> E'EnumQueryInteger -> Bool
 == :: E'EnumQueryInteger -> E'EnumQueryInteger -> Bool
 $c== :: E'EnumQueryInteger -> E'EnumQueryInteger -> Bool
-P.Eq, P.Typeable, Eq E'EnumQueryInteger
+P.Eq, P.Typeable, Eq E'EnumQueryInteger
 Eq E'EnumQueryInteger
 -> (E'EnumQueryInteger -> E'EnumQueryInteger -> Ordering)
 -> (E'EnumQueryInteger -> E'EnumQueryInteger -> Bool)
@@ -10871,8 +10866,7 @@
 $c< :: E'EnumQueryInteger -> E'EnumQueryInteger -> Bool
 compare :: E'EnumQueryInteger -> E'EnumQueryInteger -> Ordering
 $ccompare :: E'EnumQueryInteger -> E'EnumQueryInteger -> Ordering
-$cp1Ord :: Eq E'EnumQueryInteger
-P.Ord, E'EnumQueryInteger
+P.Ord, E'EnumQueryInteger
 E'EnumQueryInteger
 -> E'EnumQueryInteger -> Bounded E'EnumQueryInteger
 forall a. a -> a -> Bounded a
@@ -10880,7 +10874,7 @@
 $cmaxBound :: E'EnumQueryInteger
 minBound :: E'EnumQueryInteger
 $cminBound :: E'EnumQueryInteger
-P.Bounded, Int -> E'EnumQueryInteger
+P.Bounded, Int -> E'EnumQueryInteger
 E'EnumQueryInteger -> Int
 E'EnumQueryInteger -> [E'EnumQueryInteger]
 E'EnumQueryInteger -> E'EnumQueryInteger
@@ -10931,23 +10925,23 @@
 $csucc :: E'EnumQueryInteger -> E'EnumQueryInteger
 P.Enum)
 
-instance A.ToJSON E'EnumQueryInteger where toJSON :: E'EnumQueryInteger -> Value
-toJSON = Int -> Value
+instance A.ToJSON E'EnumQueryInteger where toJSON :: E'EnumQueryInteger -> Value
+toJSON = Int -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Int -> Value)
 -> (E'EnumQueryInteger -> Int) -> E'EnumQueryInteger -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumQueryInteger -> Int
 fromE'EnumQueryInteger
-instance A.FromJSON E'EnumQueryInteger where parseJSON :: Value -> Parser E'EnumQueryInteger
-parseJSON Value
-o = (String -> Parser E'EnumQueryInteger)
+instance A.FromJSON E'EnumQueryInteger where parseJSON :: Value -> Parser E'EnumQueryInteger
+parseJSON Value
+o = ([Char] -> Parser E'EnumQueryInteger)
 -> (E'EnumQueryInteger -> Parser E'EnumQueryInteger)
--> Either String E'EnumQueryInteger
+-> Either [Char] E'EnumQueryInteger
 -> Parser E'EnumQueryInteger
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'EnumQueryInteger
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'EnumQueryInteger
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'EnumQueryInteger -> Parser E'EnumQueryInteger
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'EnumQueryInteger -> Parser E'EnumQueryInteger)
@@ -10957,53 +10951,53 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumQueryInteger -> E'EnumQueryInteger
 forall a. a -> a
-P.id) (Either String E'EnumQueryInteger -> Parser E'EnumQueryInteger)
--> (Int -> Either String E'EnumQueryInteger)
+P.id) (Either [Char] E'EnumQueryInteger -> Parser E'EnumQueryInteger)
+-> (Int -> Either [Char] E'EnumQueryInteger)
 -> Int
 -> Parser E'EnumQueryInteger
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Int -> Either String E'EnumQueryInteger
+. Int -> Either [Char] E'EnumQueryInteger
 toE'EnumQueryInteger (Int -> Parser E'EnumQueryInteger)
 -> Parser Int -> Parser E'EnumQueryInteger
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Int
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'EnumQueryInteger where toQueryParam :: E'EnumQueryInteger -> Text
-toQueryParam = Int -> Text
+o
+instance WH.ToHttpApiData E'EnumQueryInteger where toQueryParam :: E'EnumQueryInteger -> Text
+toQueryParam = Int -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Int -> Text)
 -> (E'EnumQueryInteger -> Int) -> E'EnumQueryInteger -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumQueryInteger -> Int
 fromE'EnumQueryInteger
-instance WH.FromHttpApiData E'EnumQueryInteger where parseQueryParam :: Text -> Either Text E'EnumQueryInteger
-parseQueryParam Text
-o = Text -> Either Text Int
+instance WH.FromHttpApiData E'EnumQueryInteger where parseQueryParam :: Text -> Either Text E'EnumQueryInteger
+parseQueryParam Text
+o = Text -> Either Text Int
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Int
+o Either Text Int
 -> (Int -> Either Text E'EnumQueryInteger)
 -> Either Text E'EnumQueryInteger
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'EnumQueryInteger
+>>= ([Char] -> Text)
+-> Either [Char] E'EnumQueryInteger
 -> Either Text E'EnumQueryInteger
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'EnumQueryInteger
+P.left [Char] -> Text
+T.pack (Either [Char] E'EnumQueryInteger
  -> Either Text E'EnumQueryInteger)
--> (Int -> Either String E'EnumQueryInteger)
+-> (Int -> Either [Char] E'EnumQueryInteger)
 -> Int
 -> Either Text E'EnumQueryInteger
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Int -> Either String E'EnumQueryInteger
+. Int -> Either [Char] E'EnumQueryInteger
 toE'EnumQueryInteger
-instance MimeRender MimeMultipartFormData E'EnumQueryInteger where mimeRender :: Proxy MimeMultipartFormData -> E'EnumQueryInteger -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'EnumQueryInteger where mimeRender :: Proxy MimeMultipartFormData -> E'EnumQueryInteger -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'EnumQueryInteger -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -11021,30 +11015,30 @@
 
 -- | parse 'E'EnumQueryInteger' enum
 toE'EnumQueryInteger :: Int -> P.Either String E'EnumQueryInteger
-toE'EnumQueryInteger :: Int -> Either String E'EnumQueryInteger
+toE'EnumQueryInteger :: Int -> Either [Char] E'EnumQueryInteger
 toE'EnumQueryInteger = \case
   Int
-1 -> E'EnumQueryInteger -> Either String E'EnumQueryInteger
+1 -> E'EnumQueryInteger -> Either [Char] E'EnumQueryInteger
 forall a b. b -> Either a b
 P.Right E'EnumQueryInteger
 E'EnumQueryInteger'Num1
-  -2 -> E'EnumQueryInteger -> Either String E'EnumQueryInteger
+  -2 -> E'EnumQueryInteger -> Either [Char] E'EnumQueryInteger
 forall a b. b -> Either a b
 P.Right E'EnumQueryInteger
 E'EnumQueryInteger'NumMinus_2
-  Int
-s -> String -> Either String E'EnumQueryInteger
+  Int
+s -> [Char] -> Either [Char] E'EnumQueryInteger
 forall a b. a -> Either a b
-P.Left (String -> Either String E'EnumQueryInteger)
--> String -> Either String E'EnumQueryInteger
+P.Left ([Char] -> Either [Char] E'EnumQueryInteger)
+-> [Char] -> Either [Char] E'EnumQueryInteger
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'EnumQueryInteger: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'EnumQueryInteger: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Int -> String
-forall a. Show a => a -> String
+P.++ Int -> [Char]
+forall a. Show a => a -> [Char]
 P.show Int
-s
+s
 
 
 -- ** E'EnumString
@@ -11054,22 +11048,22 @@
   = E'EnumString'UPPER -- ^ @"UPPER"@
   | E'EnumString'Lower -- ^ @"lower"@
   | E'EnumString'Empty -- ^ @""@
-  deriving (Int -> E'EnumString -> ShowS
+  deriving (Int -> E'EnumString -> ShowS
 [E'EnumString] -> ShowS
-E'EnumString -> String
+E'EnumString -> [Char]
 (Int -> E'EnumString -> ShowS)
--> (E'EnumString -> String)
+-> (E'EnumString -> [Char])
 -> ([E'EnumString] -> ShowS)
 -> Show E'EnumString
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'EnumString] -> ShowS
 $cshowList :: [E'EnumString] -> ShowS
-show :: E'EnumString -> String
-$cshow :: E'EnumString -> String
+show :: E'EnumString -> [Char]
+$cshow :: E'EnumString -> [Char]
 showsPrec :: Int -> E'EnumString -> ShowS
 $cshowsPrec :: Int -> E'EnumString -> ShowS
-P.Show, E'EnumString -> E'EnumString -> Bool
+P.Show, E'EnumString -> E'EnumString -> Bool
 (E'EnumString -> E'EnumString -> Bool)
 -> (E'EnumString -> E'EnumString -> Bool) -> Eq E'EnumString
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -11077,7 +11071,7 @@
 $c/= :: E'EnumString -> E'EnumString -> Bool
 == :: E'EnumString -> E'EnumString -> Bool
 $c== :: E'EnumString -> E'EnumString -> Bool
-P.Eq, P.Typeable, Eq E'EnumString
+P.Eq, P.Typeable, Eq E'EnumString
 Eq E'EnumString
 -> (E'EnumString -> E'EnumString -> Ordering)
 -> (E'EnumString -> E'EnumString -> Bool)
@@ -11114,15 +11108,14 @@
 $c< :: E'EnumString -> E'EnumString -> Bool
 compare :: E'EnumString -> E'EnumString -> Ordering
 $ccompare :: E'EnumString -> E'EnumString -> Ordering
-$cp1Ord :: Eq E'EnumString
-P.Ord, E'EnumString
+P.Ord, E'EnumString
 E'EnumString -> E'EnumString -> Bounded E'EnumString
 forall a. a -> a -> Bounded a
 maxBound :: E'EnumString
 $cmaxBound :: E'EnumString
 minBound :: E'EnumString
 $cminBound :: E'EnumString
-P.Bounded, Int -> E'EnumString
+P.Bounded, Int -> E'EnumString
 E'EnumString -> Int
 E'EnumString -> [E'EnumString]
 E'EnumString -> E'EnumString
@@ -11165,22 +11158,22 @@
 $csucc :: E'EnumString -> E'EnumString
 P.Enum)
 
-instance A.ToJSON E'EnumString where toJSON :: E'EnumString -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'EnumString where toJSON :: E'EnumString -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (E'EnumString -> Text) -> E'EnumString -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumString -> Text
 fromE'EnumString
-instance A.FromJSON E'EnumString where parseJSON :: Value -> Parser E'EnumString
-parseJSON Value
-o = (String -> Parser E'EnumString)
+instance A.FromJSON E'EnumString where parseJSON :: Value -> Parser E'EnumString
+parseJSON Value
+o = ([Char] -> Parser E'EnumString)
 -> (E'EnumString -> Parser E'EnumString)
--> Either String E'EnumString
+-> Either [Char] E'EnumString
 -> Parser E'EnumString
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'EnumString
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'EnumString
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'EnumString -> Parser E'EnumString
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'EnumString -> Parser E'EnumString)
@@ -11190,48 +11183,48 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumString -> E'EnumString
 forall a. a -> a
-P.id) (Either String E'EnumString -> Parser E'EnumString)
--> (Text -> Either String E'EnumString)
+P.id) (Either [Char] E'EnumString -> Parser E'EnumString)
+-> (Text -> Either [Char] E'EnumString)
 -> Text
 -> Parser E'EnumString
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'EnumString
+. Text -> Either [Char] E'EnumString
 toE'EnumString (Text -> Parser E'EnumString) -> Parser Text -> Parser E'EnumString
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'EnumString where toQueryParam :: E'EnumString -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'EnumString where toQueryParam :: E'EnumString -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (E'EnumString -> Text) -> E'EnumString -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'EnumString -> Text
 fromE'EnumString
-instance WH.FromHttpApiData E'EnumString where parseQueryParam :: Text -> Either Text E'EnumString
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'EnumString where parseQueryParam :: Text -> Either Text E'EnumString
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'EnumString) -> Either Text E'EnumString
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'EnumString -> Either Text E'EnumString
+>>= ([Char] -> Text)
+-> Either [Char] E'EnumString -> Either Text E'EnumString
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'EnumString -> Either Text E'EnumString)
--> (Text -> Either String E'EnumString)
+P.left [Char] -> Text
+T.pack (Either [Char] E'EnumString -> Either Text E'EnumString)
+-> (Text -> Either [Char] E'EnumString)
 -> Text
 -> Either Text E'EnumString
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'EnumString
+. Text -> Either [Char] E'EnumString
 toE'EnumString
-instance MimeRender MimeMultipartFormData E'EnumString where mimeRender :: Proxy MimeMultipartFormData -> E'EnumString -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'EnumString where mimeRender :: Proxy MimeMultipartFormData -> E'EnumString -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'EnumString -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -11252,36 +11245,36 @@
 
 -- | parse 'E'EnumString' enum
 toE'EnumString :: Text -> P.Either String E'EnumString
-toE'EnumString :: Text -> Either String E'EnumString
+toE'EnumString :: Text -> Either [Char] E'EnumString
 toE'EnumString = \case
   Text
-"UPPER" -> E'EnumString -> Either String E'EnumString
+"UPPER" -> E'EnumString -> Either [Char] E'EnumString
 forall a b. b -> Either a b
 P.Right E'EnumString
 E'EnumString'UPPER
   Text
-"lower" -> E'EnumString -> Either String E'EnumString
+"lower" -> E'EnumString -> Either [Char] E'EnumString
 forall a b. b -> Either a b
 P.Right E'EnumString
 E'EnumString'Lower
   Text
-"" -> E'EnumString -> Either String E'EnumString
+"" -> E'EnumString -> Either [Char] E'EnumString
 forall a b. b -> Either a b
 P.Right E'EnumString
 E'EnumString'Empty
-  Text
-s -> String -> Either String E'EnumString
+  Text
+s -> [Char] -> Either [Char] E'EnumString
 forall a b. a -> Either a b
-P.Left (String -> Either String E'EnumString)
--> String -> Either String E'EnumString
+P.Left ([Char] -> Either [Char] E'EnumString)
+-> [Char] -> Either [Char] E'EnumString
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'EnumString: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'EnumString: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'Inner
@@ -11290,20 +11283,20 @@
 data E'Inner
   = E'Inner'UPPER -- ^ @"UPPER"@
   | E'Inner'Lower -- ^ @"lower"@
-  deriving (Int -> E'Inner -> ShowS
+  deriving (Int -> E'Inner -> ShowS
 [E'Inner] -> ShowS
-E'Inner -> String
+E'Inner -> [Char]
 (Int -> E'Inner -> ShowS)
--> (E'Inner -> String) -> ([E'Inner] -> ShowS) -> Show E'Inner
+-> (E'Inner -> [Char]) -> ([E'Inner] -> ShowS) -> Show E'Inner
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'Inner] -> ShowS
 $cshowList :: [E'Inner] -> ShowS
-show :: E'Inner -> String
-$cshow :: E'Inner -> String
+show :: E'Inner -> [Char]
+$cshow :: E'Inner -> [Char]
 showsPrec :: Int -> E'Inner -> ShowS
 $cshowsPrec :: Int -> E'Inner -> ShowS
-P.Show, E'Inner -> E'Inner -> Bool
+P.Show, E'Inner -> E'Inner -> Bool
 (E'Inner -> E'Inner -> Bool)
 -> (E'Inner -> E'Inner -> Bool) -> Eq E'Inner
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -11311,7 +11304,7 @@
 $c/= :: E'Inner -> E'Inner -> Bool
 == :: E'Inner -> E'Inner -> Bool
 $c== :: E'Inner -> E'Inner -> Bool
-P.Eq, P.Typeable, Eq E'Inner
+P.Eq, P.Typeable, Eq E'Inner
 Eq E'Inner
 -> (E'Inner -> E'Inner -> Ordering)
 -> (E'Inner -> E'Inner -> Bool)
@@ -11348,15 +11341,14 @@
 $c< :: E'Inner -> E'Inner -> Bool
 compare :: E'Inner -> E'Inner -> Ordering
 $ccompare :: E'Inner -> E'Inner -> Ordering
-$cp1Ord :: Eq E'Inner
-P.Ord, E'Inner
+P.Ord, E'Inner
 E'Inner -> E'Inner -> Bounded E'Inner
 forall a. a -> a -> Bounded a
 maxBound :: E'Inner
 $cmaxBound :: E'Inner
 minBound :: E'Inner
 $cminBound :: E'Inner
-P.Bounded, Int -> E'Inner
+P.Bounded, Int -> E'Inner
 E'Inner -> Int
 E'Inner -> [E'Inner]
 E'Inner -> E'Inner
@@ -11399,22 +11391,22 @@
 $csucc :: E'Inner -> E'Inner
 P.Enum)
 
-instance A.ToJSON E'Inner where toJSON :: E'Inner -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'Inner where toJSON :: E'Inner -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (E'Inner -> Text) -> E'Inner -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Inner -> Text
 fromE'Inner
-instance A.FromJSON E'Inner where parseJSON :: Value -> Parser E'Inner
-parseJSON Value
-o = (String -> Parser E'Inner)
+instance A.FromJSON E'Inner where parseJSON :: Value -> Parser E'Inner
+parseJSON Value
+o = ([Char] -> Parser E'Inner)
 -> (E'Inner -> Parser E'Inner)
--> Either String E'Inner
+-> Either [Char] E'Inner
 -> Parser E'Inner
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'Inner
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'Inner
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'Inner -> Parser E'Inner
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'Inner -> Parser E'Inner)
@@ -11422,43 +11414,43 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Inner -> E'Inner
 forall a. a -> a
-P.id) (Either String E'Inner -> Parser E'Inner)
--> (Text -> Either String E'Inner) -> Text -> Parser E'Inner
+P.id) (Either [Char] E'Inner -> Parser E'Inner)
+-> (Text -> Either [Char] E'Inner) -> Text -> Parser E'Inner
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Inner
+. Text -> Either [Char] E'Inner
 toE'Inner (Text -> Parser E'Inner) -> Parser Text -> Parser E'Inner
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'Inner where toQueryParam :: E'Inner -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'Inner where toQueryParam :: E'Inner -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (E'Inner -> Text) -> E'Inner -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Inner -> Text
 fromE'Inner
-instance WH.FromHttpApiData E'Inner where parseQueryParam :: Text -> Either Text E'Inner
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'Inner where parseQueryParam :: Text -> Either Text E'Inner
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'Inner) -> Either Text E'Inner
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text) -> Either String E'Inner -> Either Text E'Inner
+>>= ([Char] -> Text) -> Either [Char] E'Inner -> Either Text E'Inner
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'Inner -> Either Text E'Inner)
--> (Text -> Either String E'Inner) -> Text -> Either Text E'Inner
+P.left [Char] -> Text
+T.pack (Either [Char] E'Inner -> Either Text E'Inner)
+-> (Text -> Either [Char] E'Inner) -> Text -> Either Text E'Inner
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Inner
+. Text -> Either [Char] E'Inner
 toE'Inner
-instance MimeRender MimeMultipartFormData E'Inner where mimeRender :: Proxy MimeMultipartFormData -> E'Inner -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'Inner where mimeRender :: Proxy MimeMultipartFormData -> E'Inner -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'Inner -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -11476,31 +11468,31 @@
 
 -- | parse 'E'Inner' enum
 toE'Inner :: Text -> P.Either String E'Inner
-toE'Inner :: Text -> Either String E'Inner
+toE'Inner :: Text -> Either [Char] E'Inner
 toE'Inner = \case
   Text
-"UPPER" -> E'Inner -> Either String E'Inner
+"UPPER" -> E'Inner -> Either [Char] E'Inner
 forall a b. b -> Either a b
 P.Right E'Inner
 E'Inner'UPPER
   Text
-"lower" -> E'Inner -> Either String E'Inner
+"lower" -> E'Inner -> Either [Char] E'Inner
 forall a b. b -> Either a b
 P.Right E'Inner
 E'Inner'Lower
-  Text
-s -> String -> Either String E'Inner
+  Text
+s -> [Char] -> Either [Char] E'Inner
 forall a b. a -> Either a b
-P.Left (String -> Either String E'Inner)
--> String -> Either String E'Inner
+P.Left ([Char] -> Either [Char] E'Inner)
+-> [Char] -> Either [Char] E'Inner
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'Inner: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'Inner: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'JustSymbol
@@ -11509,22 +11501,22 @@
 data E'JustSymbol
   = E'JustSymbol'Greater_Than_Or_Equal_To -- ^ @">="@
   | E'JustSymbol'Dollar -- ^ @"$"@
-  deriving (Int -> E'JustSymbol -> ShowS
+  deriving (Int -> E'JustSymbol -> ShowS
 [E'JustSymbol] -> ShowS
-E'JustSymbol -> String
+E'JustSymbol -> [Char]
 (Int -> E'JustSymbol -> ShowS)
--> (E'JustSymbol -> String)
+-> (E'JustSymbol -> [Char])
 -> ([E'JustSymbol] -> ShowS)
 -> Show E'JustSymbol
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'JustSymbol] -> ShowS
 $cshowList :: [E'JustSymbol] -> ShowS
-show :: E'JustSymbol -> String
-$cshow :: E'JustSymbol -> String
+show :: E'JustSymbol -> [Char]
+$cshow :: E'JustSymbol -> [Char]
 showsPrec :: Int -> E'JustSymbol -> ShowS
 $cshowsPrec :: Int -> E'JustSymbol -> ShowS
-P.Show, E'JustSymbol -> E'JustSymbol -> Bool
+P.Show, E'JustSymbol -> E'JustSymbol -> Bool
 (E'JustSymbol -> E'JustSymbol -> Bool)
 -> (E'JustSymbol -> E'JustSymbol -> Bool) -> Eq E'JustSymbol
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -11532,7 +11524,7 @@
 $c/= :: E'JustSymbol -> E'JustSymbol -> Bool
 == :: E'JustSymbol -> E'JustSymbol -> Bool
 $c== :: E'JustSymbol -> E'JustSymbol -> Bool
-P.Eq, P.Typeable, Eq E'JustSymbol
+P.Eq, P.Typeable, Eq E'JustSymbol
 Eq E'JustSymbol
 -> (E'JustSymbol -> E'JustSymbol -> Ordering)
 -> (E'JustSymbol -> E'JustSymbol -> Bool)
@@ -11569,15 +11561,14 @@
 $c< :: E'JustSymbol -> E'JustSymbol -> Bool
 compare :: E'JustSymbol -> E'JustSymbol -> Ordering
 $ccompare :: E'JustSymbol -> E'JustSymbol -> Ordering
-$cp1Ord :: Eq E'JustSymbol
-P.Ord, E'JustSymbol
+P.Ord, E'JustSymbol
 E'JustSymbol -> E'JustSymbol -> Bounded E'JustSymbol
 forall a. a -> a -> Bounded a
 maxBound :: E'JustSymbol
 $cmaxBound :: E'JustSymbol
 minBound :: E'JustSymbol
 $cminBound :: E'JustSymbol
-P.Bounded, Int -> E'JustSymbol
+P.Bounded, Int -> E'JustSymbol
 E'JustSymbol -> Int
 E'JustSymbol -> [E'JustSymbol]
 E'JustSymbol -> E'JustSymbol
@@ -11620,22 +11611,22 @@
 $csucc :: E'JustSymbol -> E'JustSymbol
 P.Enum)
 
-instance A.ToJSON E'JustSymbol where toJSON :: E'JustSymbol -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'JustSymbol where toJSON :: E'JustSymbol -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (E'JustSymbol -> Text) -> E'JustSymbol -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'JustSymbol -> Text
 fromE'JustSymbol
-instance A.FromJSON E'JustSymbol where parseJSON :: Value -> Parser E'JustSymbol
-parseJSON Value
-o = (String -> Parser E'JustSymbol)
+instance A.FromJSON E'JustSymbol where parseJSON :: Value -> Parser E'JustSymbol
+parseJSON Value
+o = ([Char] -> Parser E'JustSymbol)
 -> (E'JustSymbol -> Parser E'JustSymbol)
--> Either String E'JustSymbol
+-> Either [Char] E'JustSymbol
 -> Parser E'JustSymbol
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'JustSymbol
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'JustSymbol
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'JustSymbol -> Parser E'JustSymbol
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'JustSymbol -> Parser E'JustSymbol)
@@ -11645,48 +11636,48 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'JustSymbol -> E'JustSymbol
 forall a. a -> a
-P.id) (Either String E'JustSymbol -> Parser E'JustSymbol)
--> (Text -> Either String E'JustSymbol)
+P.id) (Either [Char] E'JustSymbol -> Parser E'JustSymbol)
+-> (Text -> Either [Char] E'JustSymbol)
 -> Text
 -> Parser E'JustSymbol
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'JustSymbol
+. Text -> Either [Char] E'JustSymbol
 toE'JustSymbol (Text -> Parser E'JustSymbol) -> Parser Text -> Parser E'JustSymbol
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'JustSymbol where toQueryParam :: E'JustSymbol -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'JustSymbol where toQueryParam :: E'JustSymbol -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (E'JustSymbol -> Text) -> E'JustSymbol -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'JustSymbol -> Text
 fromE'JustSymbol
-instance WH.FromHttpApiData E'JustSymbol where parseQueryParam :: Text -> Either Text E'JustSymbol
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'JustSymbol where parseQueryParam :: Text -> Either Text E'JustSymbol
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'JustSymbol) -> Either Text E'JustSymbol
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'JustSymbol -> Either Text E'JustSymbol
+>>= ([Char] -> Text)
+-> Either [Char] E'JustSymbol -> Either Text E'JustSymbol
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'JustSymbol -> Either Text E'JustSymbol)
--> (Text -> Either String E'JustSymbol)
+P.left [Char] -> Text
+T.pack (Either [Char] E'JustSymbol -> Either Text E'JustSymbol)
+-> (Text -> Either [Char] E'JustSymbol)
 -> Text
 -> Either Text E'JustSymbol
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'JustSymbol
+. Text -> Either [Char] E'JustSymbol
 toE'JustSymbol
-instance MimeRender MimeMultipartFormData E'JustSymbol where mimeRender :: Proxy MimeMultipartFormData -> E'JustSymbol -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'JustSymbol where mimeRender :: Proxy MimeMultipartFormData -> E'JustSymbol -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'JustSymbol -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -11704,31 +11695,31 @@
 
 -- | parse 'E'JustSymbol' enum
 toE'JustSymbol :: Text -> P.Either String E'JustSymbol
-toE'JustSymbol :: Text -> Either String E'JustSymbol
+toE'JustSymbol :: Text -> Either [Char] E'JustSymbol
 toE'JustSymbol = \case
   Text
-">=" -> E'JustSymbol -> Either String E'JustSymbol
+">=" -> E'JustSymbol -> Either [Char] E'JustSymbol
 forall a b. b -> Either a b
 P.Right E'JustSymbol
 E'JustSymbol'Greater_Than_Or_Equal_To
   Text
-"$" -> E'JustSymbol -> Either String E'JustSymbol
+"$" -> E'JustSymbol -> Either [Char] E'JustSymbol
 forall a b. b -> Either a b
 P.Right E'JustSymbol
 E'JustSymbol'Dollar
-  Text
-s -> String -> Either String E'JustSymbol
+  Text
+s -> [Char] -> Either [Char] E'JustSymbol
 forall a b. a -> Either a b
-P.Left (String -> Either String E'JustSymbol)
--> String -> Either String E'JustSymbol
+P.Left ([Char] -> Either [Char] E'JustSymbol)
+-> [Char] -> Either [Char] E'JustSymbol
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'JustSymbol: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'JustSymbol: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'Kind
@@ -11739,20 +11730,20 @@
   | E'Kind'Tigers -- ^ @"tigers"@
   | E'Kind'Leopards -- ^ @"leopards"@
   | E'Kind'Jaguars -- ^ @"jaguars"@
-  deriving (Int -> E'Kind -> ShowS
+  deriving (Int -> E'Kind -> ShowS
 [E'Kind] -> ShowS
-E'Kind -> String
+E'Kind -> [Char]
 (Int -> E'Kind -> ShowS)
--> (E'Kind -> String) -> ([E'Kind] -> ShowS) -> Show E'Kind
+-> (E'Kind -> [Char]) -> ([E'Kind] -> ShowS) -> Show E'Kind
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'Kind] -> ShowS
 $cshowList :: [E'Kind] -> ShowS
-show :: E'Kind -> String
-$cshow :: E'Kind -> String
+show :: E'Kind -> [Char]
+$cshow :: E'Kind -> [Char]
 showsPrec :: Int -> E'Kind -> ShowS
 $cshowsPrec :: Int -> E'Kind -> ShowS
-P.Show, E'Kind -> E'Kind -> Bool
+P.Show, E'Kind -> E'Kind -> Bool
 (E'Kind -> E'Kind -> Bool)
 -> (E'Kind -> E'Kind -> Bool) -> Eq E'Kind
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -11760,7 +11751,7 @@
 $c/= :: E'Kind -> E'Kind -> Bool
 == :: E'Kind -> E'Kind -> Bool
 $c== :: E'Kind -> E'Kind -> Bool
-P.Eq, P.Typeable, Eq E'Kind
+P.Eq, P.Typeable, Eq E'Kind
 Eq E'Kind
 -> (E'Kind -> E'Kind -> Ordering)
 -> (E'Kind -> E'Kind -> Bool)
@@ -11797,15 +11788,14 @@
 $c< :: E'Kind -> E'Kind -> Bool
 compare :: E'Kind -> E'Kind -> Ordering
 $ccompare :: E'Kind -> E'Kind -> Ordering
-$cp1Ord :: Eq E'Kind
-P.Ord, E'Kind
+P.Ord, E'Kind
 E'Kind -> E'Kind -> Bounded E'Kind
 forall a. a -> a -> Bounded a
 maxBound :: E'Kind
 $cmaxBound :: E'Kind
 minBound :: E'Kind
 $cminBound :: E'Kind
-P.Bounded, Int -> E'Kind
+P.Bounded, Int -> E'Kind
 E'Kind -> Int
 E'Kind -> [E'Kind]
 E'Kind -> E'Kind
@@ -11848,22 +11838,22 @@
 $csucc :: E'Kind -> E'Kind
 P.Enum)
 
-instance A.ToJSON E'Kind where toJSON :: E'Kind -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'Kind where toJSON :: E'Kind -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (E'Kind -> Text) -> E'Kind -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Kind -> Text
 fromE'Kind
-instance A.FromJSON E'Kind where parseJSON :: Value -> Parser E'Kind
-parseJSON Value
-o = (String -> Parser E'Kind)
+instance A.FromJSON E'Kind where parseJSON :: Value -> Parser E'Kind
+parseJSON Value
+o = ([Char] -> Parser E'Kind)
 -> (E'Kind -> Parser E'Kind)
--> Either String E'Kind
+-> Either [Char] E'Kind
 -> Parser E'Kind
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'Kind
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'Kind
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'Kind -> Parser E'Kind
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'Kind -> Parser E'Kind)
@@ -11871,43 +11861,43 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Kind -> E'Kind
 forall a. a -> a
-P.id) (Either String E'Kind -> Parser E'Kind)
--> (Text -> Either String E'Kind) -> Text -> Parser E'Kind
+P.id) (Either [Char] E'Kind -> Parser E'Kind)
+-> (Text -> Either [Char] E'Kind) -> Text -> Parser E'Kind
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Kind
+. Text -> Either [Char] E'Kind
 toE'Kind (Text -> Parser E'Kind) -> Parser Text -> Parser E'Kind
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'Kind where toQueryParam :: E'Kind -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'Kind where toQueryParam :: E'Kind -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (E'Kind -> Text) -> E'Kind -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Kind -> Text
 fromE'Kind
-instance WH.FromHttpApiData E'Kind where parseQueryParam :: Text -> Either Text E'Kind
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'Kind where parseQueryParam :: Text -> Either Text E'Kind
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'Kind) -> Either Text E'Kind
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text) -> Either String E'Kind -> Either Text E'Kind
+>>= ([Char] -> Text) -> Either [Char] E'Kind -> Either Text E'Kind
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'Kind -> Either Text E'Kind)
--> (Text -> Either String E'Kind) -> Text -> Either Text E'Kind
+P.left [Char] -> Text
+T.pack (Either [Char] E'Kind -> Either Text E'Kind)
+-> (Text -> Either [Char] E'Kind) -> Text -> Either Text E'Kind
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Kind
+. Text -> Either [Char] E'Kind
 toE'Kind
-instance MimeRender MimeMultipartFormData E'Kind where mimeRender :: Proxy MimeMultipartFormData -> E'Kind -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'Kind where mimeRender :: Proxy MimeMultipartFormData -> E'Kind -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'Kind -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -11931,40 +11921,40 @@
 
 -- | parse 'E'Kind' enum
 toE'Kind :: Text -> P.Either String E'Kind
-toE'Kind :: Text -> Either String E'Kind
+toE'Kind :: Text -> Either [Char] E'Kind
 toE'Kind = \case
   Text
-"lions" -> E'Kind -> Either String E'Kind
+"lions" -> E'Kind -> Either [Char] E'Kind
 forall a b. b -> Either a b
 P.Right E'Kind
 E'Kind'Lions
   Text
-"tigers" -> E'Kind -> Either String E'Kind
+"tigers" -> E'Kind -> Either [Char] E'Kind
 forall a b. b -> Either a b
 P.Right E'Kind
 E'Kind'Tigers
   Text
-"leopards" -> E'Kind -> Either String E'Kind
+"leopards" -> E'Kind -> Either [Char] E'Kind
 forall a b. b -> Either a b
 P.Right E'Kind
 E'Kind'Leopards
   Text
-"jaguars" -> E'Kind -> Either String E'Kind
+"jaguars" -> E'Kind -> Either [Char] E'Kind
 forall a b. b -> Either a b
 P.Right E'Kind
 E'Kind'Jaguars
-  Text
-s -> String -> Either String E'Kind
+  Text
+s -> [Char] -> Either [Char] E'Kind
 forall a b. a -> Either a b
-P.Left (String -> Either String E'Kind) -> String -> Either String E'Kind
+P.Left ([Char] -> Either [Char] E'Kind) -> [Char] -> Either [Char] E'Kind
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'Kind: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'Kind: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'Status
@@ -11975,20 +11965,20 @@
   = E'Status'Placed -- ^ @"placed"@
   | E'Status'Approved -- ^ @"approved"@
   | E'Status'Delivered -- ^ @"delivered"@
-  deriving (Int -> E'Status -> ShowS
+  deriving (Int -> E'Status -> ShowS
 [E'Status] -> ShowS
-E'Status -> String
+E'Status -> [Char]
 (Int -> E'Status -> ShowS)
--> (E'Status -> String) -> ([E'Status] -> ShowS) -> Show E'Status
+-> (E'Status -> [Char]) -> ([E'Status] -> ShowS) -> Show E'Status
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'Status] -> ShowS
 $cshowList :: [E'Status] -> ShowS
-show :: E'Status -> String
-$cshow :: E'Status -> String
+show :: E'Status -> [Char]
+$cshow :: E'Status -> [Char]
 showsPrec :: Int -> E'Status -> ShowS
 $cshowsPrec :: Int -> E'Status -> ShowS
-P.Show, E'Status -> E'Status -> Bool
+P.Show, E'Status -> E'Status -> Bool
 (E'Status -> E'Status -> Bool)
 -> (E'Status -> E'Status -> Bool) -> Eq E'Status
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -11996,7 +11986,7 @@
 $c/= :: E'Status -> E'Status -> Bool
 == :: E'Status -> E'Status -> Bool
 $c== :: E'Status -> E'Status -> Bool
-P.Eq, P.Typeable, Eq E'Status
+P.Eq, P.Typeable, Eq E'Status
 Eq E'Status
 -> (E'Status -> E'Status -> Ordering)
 -> (E'Status -> E'Status -> Bool)
@@ -12033,15 +12023,14 @@
 $c< :: E'Status -> E'Status -> Bool
 compare :: E'Status -> E'Status -> Ordering
 $ccompare :: E'Status -> E'Status -> Ordering
-$cp1Ord :: Eq E'Status
-P.Ord, E'Status
+P.Ord, E'Status
 E'Status -> E'Status -> Bounded E'Status
 forall a. a -> a -> Bounded a
 maxBound :: E'Status
 $cmaxBound :: E'Status
 minBound :: E'Status
 $cminBound :: E'Status
-P.Bounded, Int -> E'Status
+P.Bounded, Int -> E'Status
 E'Status -> Int
 E'Status -> [E'Status]
 E'Status -> E'Status
@@ -12084,22 +12073,22 @@
 $csucc :: E'Status -> E'Status
 P.Enum)
 
-instance A.ToJSON E'Status where toJSON :: E'Status -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'Status where toJSON :: E'Status -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (E'Status -> Text) -> E'Status -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Status -> Text
 fromE'Status
-instance A.FromJSON E'Status where parseJSON :: Value -> Parser E'Status
-parseJSON Value
-o = (String -> Parser E'Status)
+instance A.FromJSON E'Status where parseJSON :: Value -> Parser E'Status
+parseJSON Value
+o = ([Char] -> Parser E'Status)
 -> (E'Status -> Parser E'Status)
--> Either String E'Status
+-> Either [Char] E'Status
 -> Parser E'Status
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'Status
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'Status
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'Status -> Parser E'Status
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'Status -> Parser E'Status)
@@ -12107,43 +12096,43 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Status -> E'Status
 forall a. a -> a
-P.id) (Either String E'Status -> Parser E'Status)
--> (Text -> Either String E'Status) -> Text -> Parser E'Status
+P.id) (Either [Char] E'Status -> Parser E'Status)
+-> (Text -> Either [Char] E'Status) -> Text -> Parser E'Status
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Status
+. Text -> Either [Char] E'Status
 toE'Status (Text -> Parser E'Status) -> Parser Text -> Parser E'Status
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'Status where toQueryParam :: E'Status -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'Status where toQueryParam :: E'Status -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (E'Status -> Text) -> E'Status -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Status -> Text
 fromE'Status
-instance WH.FromHttpApiData E'Status where parseQueryParam :: Text -> Either Text E'Status
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'Status where parseQueryParam :: Text -> Either Text E'Status
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'Status) -> Either Text E'Status
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text) -> Either String E'Status -> Either Text E'Status
+>>= ([Char] -> Text) -> Either [Char] E'Status -> Either Text E'Status
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'Status -> Either Text E'Status)
--> (Text -> Either String E'Status) -> Text -> Either Text E'Status
+P.left [Char] -> Text
+T.pack (Either [Char] E'Status -> Either Text E'Status)
+-> (Text -> Either [Char] E'Status) -> Text -> Either Text E'Status
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Status
+. Text -> Either [Char] E'Status
 toE'Status
-instance MimeRender MimeMultipartFormData E'Status where mimeRender :: Proxy MimeMultipartFormData -> E'Status -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'Status where mimeRender :: Proxy MimeMultipartFormData -> E'Status -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'Status -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -12164,36 +12153,36 @@
 
 -- | parse 'E'Status' enum
 toE'Status :: Text -> P.Either String E'Status
-toE'Status :: Text -> Either String E'Status
+toE'Status :: Text -> Either [Char] E'Status
 toE'Status = \case
   Text
-"placed" -> E'Status -> Either String E'Status
+"placed" -> E'Status -> Either [Char] E'Status
 forall a b. b -> Either a b
 P.Right E'Status
 E'Status'Placed
   Text
-"approved" -> E'Status -> Either String E'Status
+"approved" -> E'Status -> Either [Char] E'Status
 forall a b. b -> Either a b
 P.Right E'Status
 E'Status'Approved
   Text
-"delivered" -> E'Status -> Either String E'Status
+"delivered" -> E'Status -> Either [Char] E'Status
 forall a b. b -> Either a b
 P.Right E'Status
 E'Status'Delivered
-  Text
-s -> String -> Either String E'Status
+  Text
+s -> [Char] -> Either [Char] E'Status
 forall a b. a -> Either a b
-P.Left (String -> Either String E'Status)
--> String -> Either String E'Status
+P.Left ([Char] -> Either [Char] E'Status)
+-> [Char] -> Either [Char] E'Status
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'Status: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'Status: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** E'Status2
@@ -12204,22 +12193,22 @@
   = E'Status2'Available -- ^ @"available"@
   | E'Status2'Pending -- ^ @"pending"@
   | E'Status2'Sold -- ^ @"sold"@
-  deriving (Int -> E'Status2 -> ShowS
+  deriving (Int -> E'Status2 -> ShowS
 [E'Status2] -> ShowS
-E'Status2 -> String
+E'Status2 -> [Char]
 (Int -> E'Status2 -> ShowS)
--> (E'Status2 -> String)
+-> (E'Status2 -> [Char])
 -> ([E'Status2] -> ShowS)
 -> Show E'Status2
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [E'Status2] -> ShowS
 $cshowList :: [E'Status2] -> ShowS
-show :: E'Status2 -> String
-$cshow :: E'Status2 -> String
+show :: E'Status2 -> [Char]
+$cshow :: E'Status2 -> [Char]
 showsPrec :: Int -> E'Status2 -> ShowS
 $cshowsPrec :: Int -> E'Status2 -> ShowS
-P.Show, E'Status2 -> E'Status2 -> Bool
+P.Show, E'Status2 -> E'Status2 -> Bool
 (E'Status2 -> E'Status2 -> Bool)
 -> (E'Status2 -> E'Status2 -> Bool) -> Eq E'Status2
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -12227,7 +12216,7 @@
 $c/= :: E'Status2 -> E'Status2 -> Bool
 == :: E'Status2 -> E'Status2 -> Bool
 $c== :: E'Status2 -> E'Status2 -> Bool
-P.Eq, P.Typeable, Eq E'Status2
+P.Eq, P.Typeable, Eq E'Status2
 Eq E'Status2
 -> (E'Status2 -> E'Status2 -> Ordering)
 -> (E'Status2 -> E'Status2 -> Bool)
@@ -12264,15 +12253,14 @@
 $c< :: E'Status2 -> E'Status2 -> Bool
 compare :: E'Status2 -> E'Status2 -> Ordering
 $ccompare :: E'Status2 -> E'Status2 -> Ordering
-$cp1Ord :: Eq E'Status2
-P.Ord, E'Status2
+P.Ord, E'Status2
 E'Status2 -> E'Status2 -> Bounded E'Status2
 forall a. a -> a -> Bounded a
 maxBound :: E'Status2
 $cmaxBound :: E'Status2
 minBound :: E'Status2
 $cminBound :: E'Status2
-P.Bounded, Int -> E'Status2
+P.Bounded, Int -> E'Status2
 E'Status2 -> Int
 E'Status2 -> [E'Status2]
 E'Status2 -> E'Status2
@@ -12315,22 +12303,22 @@
 $csucc :: E'Status2 -> E'Status2
 P.Enum)
 
-instance A.ToJSON E'Status2 where toJSON :: E'Status2 -> Value
-toJSON = Text -> Value
+instance A.ToJSON E'Status2 where toJSON :: E'Status2 -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (E'Status2 -> Text) -> E'Status2 -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Status2 -> Text
 fromE'Status2
-instance A.FromJSON E'Status2 where parseJSON :: Value -> Parser E'Status2
-parseJSON Value
-o = (String -> Parser E'Status2)
+instance A.FromJSON E'Status2 where parseJSON :: Value -> Parser E'Status2
+parseJSON Value
+o = ([Char] -> Parser E'Status2)
 -> (E'Status2 -> Parser E'Status2)
--> Either String E'Status2
+-> Either [Char] E'Status2
 -> Parser E'Status2
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser E'Status2
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser E'Status2
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (E'Status2 -> Parser E'Status2
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (E'Status2 -> Parser E'Status2)
@@ -12338,46 +12326,46 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Status2 -> E'Status2
 forall a. a -> a
-P.id) (Either String E'Status2 -> Parser E'Status2)
--> (Text -> Either String E'Status2) -> Text -> Parser E'Status2
+P.id) (Either [Char] E'Status2 -> Parser E'Status2)
+-> (Text -> Either [Char] E'Status2) -> Text -> Parser E'Status2
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Status2
+. Text -> Either [Char] E'Status2
 toE'Status2 (Text -> Parser E'Status2) -> Parser Text -> Parser E'Status2
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData E'Status2 where toQueryParam :: E'Status2 -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData E'Status2 where toQueryParam :: E'Status2 -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (E'Status2 -> Text) -> E'Status2 -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . E'Status2 -> Text
 fromE'Status2
-instance WH.FromHttpApiData E'Status2 where parseQueryParam :: Text -> Either Text E'Status2
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData E'Status2 where parseQueryParam :: Text -> Either Text E'Status2
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text E'Status2) -> Either Text E'Status2
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String E'Status2 -> Either Text E'Status2
+>>= ([Char] -> Text)
+-> Either [Char] E'Status2 -> Either Text E'Status2
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String E'Status2 -> Either Text E'Status2)
--> (Text -> Either String E'Status2)
+P.left [Char] -> Text
+T.pack (Either [Char] E'Status2 -> Either Text E'Status2)
+-> (Text -> Either [Char] E'Status2)
 -> Text
 -> Either Text E'Status2
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String E'Status2
+. Text -> Either [Char] E'Status2
 toE'Status2
-instance MimeRender MimeMultipartFormData E'Status2 where mimeRender :: Proxy MimeMultipartFormData -> E'Status2 -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData E'Status2 where mimeRender :: Proxy MimeMultipartFormData -> E'Status2 -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = E'Status2 -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -12398,36 +12386,36 @@
 
 -- | parse 'E'Status2' enum
 toE'Status2 :: Text -> P.Either String E'Status2
-toE'Status2 :: Text -> Either String E'Status2
+toE'Status2 :: Text -> Either [Char] E'Status2
 toE'Status2 = \case
   Text
-"available" -> E'Status2 -> Either String E'Status2
+"available" -> E'Status2 -> Either [Char] E'Status2
 forall a b. b -> Either a b
 P.Right E'Status2
 E'Status2'Available
   Text
-"pending" -> E'Status2 -> Either String E'Status2
+"pending" -> E'Status2 -> Either [Char] E'Status2
 forall a b. b -> Either a b
 P.Right E'Status2
 E'Status2'Pending
   Text
-"sold" -> E'Status2 -> Either String E'Status2
+"sold" -> E'Status2 -> Either [Char] E'Status2
 forall a b. b -> Either a b
 P.Right E'Status2
 E'Status2'Sold
-  Text
-s -> String -> Either String E'Status2
+  Text
+s -> [Char] -> Either [Char] E'Status2
 forall a b. a -> Either a b
-P.Left (String -> Either String E'Status2)
--> String -> Either String E'Status2
+P.Left ([Char] -> Either [Char] E'Status2)
+-> [Char] -> Either [Char] E'Status2
 forall a b. (a -> b) -> a -> b
-$ String
-"toE'Status2: enum parse failure: " String -> ShowS
+$ [Char]
+"toE'Status2: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** EnumClass
@@ -12437,22 +12425,22 @@
   = EnumClass'_abc -- ^ @"_abc"@
   | EnumClass'_efg -- ^ @"-efg"@
   | EnumClass'_xyz -- ^ @"(xyz)"@
-  deriving (Int -> EnumClass -> ShowS
+  deriving (Int -> EnumClass -> ShowS
 [EnumClass] -> ShowS
-EnumClass -> String
+EnumClass -> [Char]
 (Int -> EnumClass -> ShowS)
--> (EnumClass -> String)
+-> (EnumClass -> [Char])
 -> ([EnumClass] -> ShowS)
 -> Show EnumClass
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [EnumClass] -> ShowS
 $cshowList :: [EnumClass] -> ShowS
-show :: EnumClass -> String
-$cshow :: EnumClass -> String
+show :: EnumClass -> [Char]
+$cshow :: EnumClass -> [Char]
 showsPrec :: Int -> EnumClass -> ShowS
 $cshowsPrec :: Int -> EnumClass -> ShowS
-P.Show, EnumClass -> EnumClass -> Bool
+P.Show, EnumClass -> EnumClass -> Bool
 (EnumClass -> EnumClass -> Bool)
 -> (EnumClass -> EnumClass -> Bool) -> Eq EnumClass
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -12460,7 +12448,7 @@
 $c/= :: EnumClass -> EnumClass -> Bool
 == :: EnumClass -> EnumClass -> Bool
 $c== :: EnumClass -> EnumClass -> Bool
-P.Eq, P.Typeable, Eq EnumClass
+P.Eq, P.Typeable, Eq EnumClass
 Eq EnumClass
 -> (EnumClass -> EnumClass -> Ordering)
 -> (EnumClass -> EnumClass -> Bool)
@@ -12497,15 +12485,14 @@
 $c< :: EnumClass -> EnumClass -> Bool
 compare :: EnumClass -> EnumClass -> Ordering
 $ccompare :: EnumClass -> EnumClass -> Ordering
-$cp1Ord :: Eq EnumClass
-P.Ord, EnumClass
+P.Ord, EnumClass
 EnumClass -> EnumClass -> Bounded EnumClass
 forall a. a -> a -> Bounded a
 maxBound :: EnumClass
 $cmaxBound :: EnumClass
 minBound :: EnumClass
 $cminBound :: EnumClass
-P.Bounded, Int -> EnumClass
+P.Bounded, Int -> EnumClass
 EnumClass -> Int
 EnumClass -> [EnumClass]
 EnumClass -> EnumClass
@@ -12548,22 +12535,22 @@
 $csucc :: EnumClass -> EnumClass
 P.Enum)
 
-instance A.ToJSON EnumClass where toJSON :: EnumClass -> Value
-toJSON = Text -> Value
+instance A.ToJSON EnumClass where toJSON :: EnumClass -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (EnumClass -> Text) -> EnumClass -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . EnumClass -> Text
 fromEnumClass
-instance A.FromJSON EnumClass where parseJSON :: Value -> Parser EnumClass
-parseJSON Value
-o = (String -> Parser EnumClass)
+instance A.FromJSON EnumClass where parseJSON :: Value -> Parser EnumClass
+parseJSON Value
+o = ([Char] -> Parser EnumClass)
 -> (EnumClass -> Parser EnumClass)
--> Either String EnumClass
+-> Either [Char] EnumClass
 -> Parser EnumClass
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser EnumClass
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser EnumClass
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (EnumClass -> Parser EnumClass
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (EnumClass -> Parser EnumClass)
@@ -12571,46 +12558,46 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . EnumClass -> EnumClass
 forall a. a -> a
-P.id) (Either String EnumClass -> Parser EnumClass)
--> (Text -> Either String EnumClass) -> Text -> Parser EnumClass
+P.id) (Either [Char] EnumClass -> Parser EnumClass)
+-> (Text -> Either [Char] EnumClass) -> Text -> Parser EnumClass
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String EnumClass
+. Text -> Either [Char] EnumClass
 toEnumClass (Text -> Parser EnumClass) -> Parser Text -> Parser EnumClass
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData EnumClass where toQueryParam :: EnumClass -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData EnumClass where toQueryParam :: EnumClass -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (EnumClass -> Text) -> EnumClass -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . EnumClass -> Text
 fromEnumClass
-instance WH.FromHttpApiData EnumClass where parseQueryParam :: Text -> Either Text EnumClass
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData EnumClass where parseQueryParam :: Text -> Either Text EnumClass
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text EnumClass) -> Either Text EnumClass
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String EnumClass -> Either Text EnumClass
+>>= ([Char] -> Text)
+-> Either [Char] EnumClass -> Either Text EnumClass
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String EnumClass -> Either Text EnumClass)
--> (Text -> Either String EnumClass)
+P.left [Char] -> Text
+T.pack (Either [Char] EnumClass -> Either Text EnumClass)
+-> (Text -> Either [Char] EnumClass)
 -> Text
 -> Either Text EnumClass
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String EnumClass
+. Text -> Either [Char] EnumClass
 toEnumClass
-instance MimeRender MimeMultipartFormData EnumClass where mimeRender :: Proxy MimeMultipartFormData -> EnumClass -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData EnumClass where mimeRender :: Proxy MimeMultipartFormData -> EnumClass -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = EnumClass -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -12631,36 +12618,36 @@
 
 -- | parse 'EnumClass' enum
 toEnumClass :: Text -> P.Either String EnumClass
-toEnumClass :: Text -> Either String EnumClass
+toEnumClass :: Text -> Either [Char] EnumClass
 toEnumClass = \case
   Text
-"_abc" -> EnumClass -> Either String EnumClass
+"_abc" -> EnumClass -> Either [Char] EnumClass
 forall a b. b -> Either a b
 P.Right EnumClass
 EnumClass'_abc
   Text
-"-efg" -> EnumClass -> Either String EnumClass
+"-efg" -> EnumClass -> Either [Char] EnumClass
 forall a b. b -> Either a b
 P.Right EnumClass
 EnumClass'_efg
   Text
-"(xyz)" -> EnumClass -> Either String EnumClass
+"(xyz)" -> EnumClass -> Either [Char] EnumClass
 forall a b. b -> Either a b
 P.Right EnumClass
 EnumClass'_xyz
-  Text
-s -> String -> Either String EnumClass
+  Text
+s -> [Char] -> Either [Char] EnumClass
 forall a b. a -> Either a b
-P.Left (String -> Either String EnumClass)
--> String -> Either String EnumClass
+P.Left ([Char] -> Either [Char] EnumClass)
+-> [Char] -> Either [Char] EnumClass
 forall a b. (a -> b) -> a -> b
-$ String
-"toEnumClass: enum parse failure: " String -> ShowS
+$ [Char]
+"toEnumClass: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- ** OuterEnum
@@ -12670,22 +12657,22 @@
   = OuterEnum'Placed -- ^ @"placed"@
   | OuterEnum'Approved -- ^ @"approved"@
   | OuterEnum'Delivered -- ^ @"delivered"@
-  deriving (Int -> OuterEnum -> ShowS
+  deriving (Int -> OuterEnum -> ShowS
 [OuterEnum] -> ShowS
-OuterEnum -> String
+OuterEnum -> [Char]
 (Int -> OuterEnum -> ShowS)
--> (OuterEnum -> String)
+-> (OuterEnum -> [Char])
 -> ([OuterEnum] -> ShowS)
 -> Show OuterEnum
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [OuterEnum] -> ShowS
 $cshowList :: [OuterEnum] -> ShowS
-show :: OuterEnum -> String
-$cshow :: OuterEnum -> String
+show :: OuterEnum -> [Char]
+$cshow :: OuterEnum -> [Char]
 showsPrec :: Int -> OuterEnum -> ShowS
 $cshowsPrec :: Int -> OuterEnum -> ShowS
-P.Show, OuterEnum -> OuterEnum -> Bool
+P.Show, OuterEnum -> OuterEnum -> Bool
 (OuterEnum -> OuterEnum -> Bool)
 -> (OuterEnum -> OuterEnum -> Bool) -> Eq OuterEnum
 forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
@@ -12693,7 +12680,7 @@
 $c/= :: OuterEnum -> OuterEnum -> Bool
 == :: OuterEnum -> OuterEnum -> Bool
 $c== :: OuterEnum -> OuterEnum -> Bool
-P.Eq, P.Typeable, Eq OuterEnum
+P.Eq, P.Typeable, Eq OuterEnum
 Eq OuterEnum
 -> (OuterEnum -> OuterEnum -> Ordering)
 -> (OuterEnum -> OuterEnum -> Bool)
@@ -12730,15 +12717,14 @@
 $c< :: OuterEnum -> OuterEnum -> Bool
 compare :: OuterEnum -> OuterEnum -> Ordering
 $ccompare :: OuterEnum -> OuterEnum -> Ordering
-$cp1Ord :: Eq OuterEnum
-P.Ord, OuterEnum
+P.Ord, OuterEnum
 OuterEnum -> OuterEnum -> Bounded OuterEnum
 forall a. a -> a -> Bounded a
 maxBound :: OuterEnum
 $cmaxBound :: OuterEnum
 minBound :: OuterEnum
 $cminBound :: OuterEnum
-P.Bounded, Int -> OuterEnum
+P.Bounded, Int -> OuterEnum
 OuterEnum -> Int
 OuterEnum -> [OuterEnum]
 OuterEnum -> OuterEnum
@@ -12781,22 +12767,22 @@
 $csucc :: OuterEnum -> OuterEnum
 P.Enum)
 
-instance A.ToJSON OuterEnum where toJSON :: OuterEnum -> Value
-toJSON = Text -> Value
+instance A.ToJSON OuterEnum where toJSON :: OuterEnum -> Value
+toJSON = Text -> Value
 forall a. ToJSON a => a -> Value
 A.toJSON (Text -> Value) -> (OuterEnum -> Text) -> OuterEnum -> Value
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . OuterEnum -> Text
 fromOuterEnum
-instance A.FromJSON OuterEnum where parseJSON :: Value -> Parser OuterEnum
-parseJSON Value
-o = (String -> Parser OuterEnum)
+instance A.FromJSON OuterEnum where parseJSON :: Value -> Parser OuterEnum
+parseJSON Value
+o = ([Char] -> Parser OuterEnum)
 -> (OuterEnum -> Parser OuterEnum)
--> Either String OuterEnum
+-> Either [Char] OuterEnum
 -> Parser OuterEnum
 forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
-P.either String -> Parser OuterEnum
-forall (m :: * -> *) a. MonadFail m => String -> m a
+P.either [Char] -> Parser OuterEnum
+forall (m :: * -> *) a. MonadFail m => [Char] -> m a
 P.fail (OuterEnum -> Parser OuterEnum
 forall (f :: * -> *) a. Applicative f => a -> f a
 pure (OuterEnum -> Parser OuterEnum)
@@ -12804,46 +12790,46 @@
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . OuterEnum -> OuterEnum
 forall a. a -> a
-P.id) (Either String OuterEnum -> Parser OuterEnum)
--> (Text -> Either String OuterEnum) -> Text -> Parser OuterEnum
+P.id) (Either [Char] OuterEnum -> Parser OuterEnum)
+-> (Text -> Either [Char] OuterEnum) -> Text -> Parser OuterEnum
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String OuterEnum
+. Text -> Either [Char] OuterEnum
 toOuterEnum (Text -> Parser OuterEnum) -> Parser Text -> Parser OuterEnum
 forall (m :: * -> *) a b. Monad m => (a -> m b) -> m a -> m b
 =<< Value -> Parser Text
 forall a. FromJSON a => Value -> Parser a
 A.parseJSON Value
-o
-instance WH.ToHttpApiData OuterEnum where toQueryParam :: OuterEnum -> Text
-toQueryParam = Text -> Text
+o
+instance WH.ToHttpApiData OuterEnum where toQueryParam :: OuterEnum -> Text
+toQueryParam = Text -> Text
 forall a. ToHttpApiData a => a -> Text
 WH.toQueryParam (Text -> Text) -> (OuterEnum -> Text) -> OuterEnum -> Text
 forall b c a. (b -> c) -> (a -> b) -> a -> c
 . OuterEnum -> Text
 fromOuterEnum
-instance WH.FromHttpApiData OuterEnum where parseQueryParam :: Text -> Either Text OuterEnum
-parseQueryParam Text
-o = Text -> Either Text Text
+instance WH.FromHttpApiData OuterEnum where parseQueryParam :: Text -> Either Text OuterEnum
+parseQueryParam Text
+o = Text -> Either Text Text
 forall a. FromHttpApiData a => Text -> Either Text a
 WH.parseQueryParam Text
-o Either Text Text
+o Either Text Text
 -> (Text -> Either Text OuterEnum) -> Either Text OuterEnum
 forall (m :: * -> *) a b. Monad m => m a -> (a -> m b) -> m b
->>= (String -> Text)
--> Either String OuterEnum -> Either Text OuterEnum
+>>= ([Char] -> Text)
+-> Either [Char] OuterEnum -> Either Text OuterEnum
 forall (a :: * -> * -> *) b c d.
 ArrowChoice a =>
 a b c -> a (Either b d) (Either c d)
-P.left String -> Text
-T.pack (Either String OuterEnum -> Either Text OuterEnum)
--> (Text -> Either String OuterEnum)
+P.left [Char] -> Text
+T.pack (Either [Char] OuterEnum -> Either Text OuterEnum)
+-> (Text -> Either [Char] OuterEnum)
 -> Text
 -> Either Text OuterEnum
 forall b c a. (b -> c) -> (a -> b) -> a -> c
-. Text -> Either String OuterEnum
+. Text -> Either [Char] OuterEnum
 toOuterEnum
-instance MimeRender MimeMultipartFormData OuterEnum where mimeRender :: Proxy MimeMultipartFormData -> OuterEnum -> ByteString
-mimeRender Proxy MimeMultipartFormData
+instance MimeRender MimeMultipartFormData OuterEnum where mimeRender :: Proxy MimeMultipartFormData -> OuterEnum -> ByteString
+mimeRender Proxy MimeMultipartFormData
 _ = OuterEnum -> ByteString
 forall a. ToHttpApiData a => a -> ByteString
 mimeRenderDefaultMultipartFormData
@@ -12864,36 +12850,36 @@
 
 -- | parse 'OuterEnum' enum
 toOuterEnum :: Text -> P.Either String OuterEnum
-toOuterEnum :: Text -> Either String OuterEnum
+toOuterEnum :: Text -> Either [Char] OuterEnum
 toOuterEnum = \case
   Text
-"placed" -> OuterEnum -> Either String OuterEnum
+"placed" -> OuterEnum -> Either [Char] OuterEnum
 forall a b. b -> Either a b
 P.Right OuterEnum
 OuterEnum'Placed
   Text
-"approved" -> OuterEnum -> Either String OuterEnum
+"approved" -> OuterEnum -> Either [Char] OuterEnum
 forall a b. b -> Either a b
 P.Right OuterEnum
 OuterEnum'Approved
   Text
-"delivered" -> OuterEnum -> Either String OuterEnum
+"delivered" -> OuterEnum -> Either [Char] OuterEnum
 forall a b. b -> Either a b
 P.Right OuterEnum
 OuterEnum'Delivered
-  Text
-s -> String -> Either String OuterEnum
+  Text
+s -> [Char] -> Either [Char] OuterEnum
 forall a b. a -> Either a b
-P.Left (String -> Either String OuterEnum)
--> String -> Either String OuterEnum
+P.Left ([Char] -> Either [Char] OuterEnum)
+-> [Char] -> Either [Char] OuterEnum
 forall a b. (a -> b) -> a -> b
-$ String
-"toOuterEnum: enum parse failure: " String -> ShowS
+$ [Char]
+"toOuterEnum: enum parse failure: " [Char] -> ShowS
 forall a. [a] -> [a] -> [a]
-P.++ Text -> String
-forall a. Show a => a -> String
+P.++ Text -> [Char]
+forall a. Show a => a -> [Char]
 P.show Text
-s
+s
 
 
 -- * Auth Methods
@@ -12901,7 +12887,7 @@
 -- ** AuthApiKeyApiKey
 data AuthApiKeyApiKey =
   AuthApiKeyApiKey Text -- ^ secret
-  deriving (AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool
+  deriving (AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool
 (AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool)
 -> (AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool)
 -> Eq AuthApiKeyApiKey
@@ -12910,33 +12896,34 @@
 $c/= :: AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool
 == :: AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool
 $c== :: AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool
-P.Eq, Int -> AuthApiKeyApiKey -> ShowS
+P.Eq, Int -> AuthApiKeyApiKey -> ShowS
 [AuthApiKeyApiKey] -> ShowS
-AuthApiKeyApiKey -> String
+AuthApiKeyApiKey -> [Char]
 (Int -> AuthApiKeyApiKey -> ShowS)
--> (AuthApiKeyApiKey -> String)
+-> (AuthApiKeyApiKey -> [Char])
 -> ([AuthApiKeyApiKey] -> ShowS)
 -> Show AuthApiKeyApiKey
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AuthApiKeyApiKey] -> ShowS
 $cshowList :: [AuthApiKeyApiKey] -> ShowS
-show :: AuthApiKeyApiKey -> String
-$cshow :: AuthApiKeyApiKey -> String
+show :: AuthApiKeyApiKey -> [Char]
+$cshow :: AuthApiKeyApiKey -> [Char]
 showsPrec :: Int -> AuthApiKeyApiKey -> ShowS
 $cshowsPrec :: Int -> AuthApiKeyApiKey -> ShowS
 P.Show, P.Typeable)
 
 instance AuthMethod AuthApiKeyApiKey where
-  applyAuthMethod :: OpenAPIPetstoreConfig
+  applyAuthMethod :: forall req contentType res accept.
+OpenAPIPetstoreConfig
 -> AuthApiKeyApiKey
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
 applyAuthMethod OpenAPIPetstoreConfig
-_ a :: AuthApiKeyApiKey
-a@(AuthApiKeyApiKey Text
-secret) OpenAPIPetstoreRequest req contentType res accept
-req =
+_ a :: AuthApiKeyApiKey
+a@(AuthApiKeyApiKey Text
+secret) OpenAPIPetstoreRequest req contentType res accept
+req =
     OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a. Applicative f => a -> f a
@@ -12949,15 +12936,15 @@
     if (AuthApiKeyApiKey -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthApiKeyApiKey
-a TypeRep -> [TypeRep] -> Bool
+a TypeRep -> [TypeRep] -> Bool
 forall (t :: * -> *) a. (Foldable t, Eq a) => a -> t a -> Bool
 `P.elem` OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 rAuthTypes OpenAPIPetstoreRequest req contentType res accept
-req)
+req)
       then OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> [Header] -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept
@@ -12966,7 +12953,7 @@
 forall a. ToHttpApiData a => (HeaderName, a) -> [Header]
 toHeader (HeaderName
 "api_key", Text
-secret)
+secret)
            OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
@@ -12996,14 +12983,14 @@
 /= AuthApiKeyApiKey -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthApiKeyApiKey
-a))
+a))
       else OpenAPIPetstoreRequest req contentType res accept
-req
+req
 
 -- ** AuthApiKeyApiKeyQuery
 data AuthApiKeyApiKeyQuery =
   AuthApiKeyApiKeyQuery Text -- ^ secret
-  deriving (AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool
+  deriving (AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool
 (AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool)
 -> (AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool)
 -> Eq AuthApiKeyApiKeyQuery
@@ -13012,33 +12999,34 @@
 $c/= :: AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool
 == :: AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool
 $c== :: AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool
-P.Eq, Int -> AuthApiKeyApiKeyQuery -> ShowS
+P.Eq, Int -> AuthApiKeyApiKeyQuery -> ShowS
 [AuthApiKeyApiKeyQuery] -> ShowS
-AuthApiKeyApiKeyQuery -> String
+AuthApiKeyApiKeyQuery -> [Char]
 (Int -> AuthApiKeyApiKeyQuery -> ShowS)
--> (AuthApiKeyApiKeyQuery -> String)
+-> (AuthApiKeyApiKeyQuery -> [Char])
 -> ([AuthApiKeyApiKeyQuery] -> ShowS)
 -> Show AuthApiKeyApiKeyQuery
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AuthApiKeyApiKeyQuery] -> ShowS
 $cshowList :: [AuthApiKeyApiKeyQuery] -> ShowS
-show :: AuthApiKeyApiKeyQuery -> String
-$cshow :: AuthApiKeyApiKeyQuery -> String
+show :: AuthApiKeyApiKeyQuery -> [Char]
+$cshow :: AuthApiKeyApiKeyQuery -> [Char]
 showsPrec :: Int -> AuthApiKeyApiKeyQuery -> ShowS
 $cshowsPrec :: Int -> AuthApiKeyApiKeyQuery -> ShowS
 P.Show, P.Typeable)
 
 instance AuthMethod AuthApiKeyApiKeyQuery where
-  applyAuthMethod :: OpenAPIPetstoreConfig
+  applyAuthMethod :: forall req contentType res accept.
+OpenAPIPetstoreConfig
 -> AuthApiKeyApiKeyQuery
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
-applyAuthMethod OpenAPIPetstoreConfig
-_ a :: AuthApiKeyApiKeyQuery
-a@(AuthApiKeyApiKeyQuery Text
-secret) OpenAPIPetstoreRequest req contentType res accept
-req =
+applyAuthMethod OpenAPIPetstoreConfig
+_ a :: AuthApiKeyApiKeyQuery
+a@(AuthApiKeyApiKeyQuery Text
+secret) OpenAPIPetstoreRequest req contentType res accept
+req =
     OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a. Applicative f => a -> f a
@@ -13051,15 +13039,15 @@
     if (AuthApiKeyApiKeyQuery -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthApiKeyApiKeyQuery
-a TypeRep -> [TypeRep] -> Bool
+a TypeRep -> [TypeRep] -> Bool
 forall (t :: * -> *) a. (Foldable t, Eq a) => a -> t a -> Bool
 `P.elem` OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 rAuthTypes OpenAPIPetstoreRequest req contentType res accept
-req)
+req)
       then OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> [QueryItem] -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept
@@ -13070,7 +13058,7 @@
 "api_key_query", Text -> Maybe Text
 forall a. a -> Maybe a
 Just Text
-secret)
+secret)
            OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
@@ -13100,14 +13088,14 @@
 /= AuthApiKeyApiKeyQuery -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthApiKeyApiKeyQuery
-a))
+a))
       else OpenAPIPetstoreRequest req contentType res accept
-req
+req
 
 -- ** AuthBasicHttpBasicTest
 data AuthBasicHttpBasicTest =
   AuthBasicHttpBasicTest B.ByteString B.ByteString -- ^ username password
-  deriving (AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool
+  deriving (AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool
 (AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool)
 -> (AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool)
 -> Eq AuthBasicHttpBasicTest
@@ -13116,34 +13104,35 @@
 $c/= :: AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool
 == :: AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool
 $c== :: AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool
-P.Eq, Int -> AuthBasicHttpBasicTest -> ShowS
+P.Eq, Int -> AuthBasicHttpBasicTest -> ShowS
 [AuthBasicHttpBasicTest] -> ShowS
-AuthBasicHttpBasicTest -> String
+AuthBasicHttpBasicTest -> [Char]
 (Int -> AuthBasicHttpBasicTest -> ShowS)
--> (AuthBasicHttpBasicTest -> String)
+-> (AuthBasicHttpBasicTest -> [Char])
 -> ([AuthBasicHttpBasicTest] -> ShowS)
 -> Show AuthBasicHttpBasicTest
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AuthBasicHttpBasicTest] -> ShowS
 $cshowList :: [AuthBasicHttpBasicTest] -> ShowS
-show :: AuthBasicHttpBasicTest -> String
-$cshow :: AuthBasicHttpBasicTest -> String
+show :: AuthBasicHttpBasicTest -> [Char]
+$cshow :: AuthBasicHttpBasicTest -> [Char]
 showsPrec :: Int -> AuthBasicHttpBasicTest -> ShowS
 $cshowsPrec :: Int -> AuthBasicHttpBasicTest -> ShowS
 P.Show, P.Typeable)
 
 instance AuthMethod AuthBasicHttpBasicTest where
-  applyAuthMethod :: OpenAPIPetstoreConfig
+  applyAuthMethod :: forall req contentType res accept.
+OpenAPIPetstoreConfig
 -> AuthBasicHttpBasicTest
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
-applyAuthMethod OpenAPIPetstoreConfig
-_ a :: AuthBasicHttpBasicTest
-a@(AuthBasicHttpBasicTest ByteString
-user ByteString
-pw) OpenAPIPetstoreRequest req contentType res accept
-req =
+applyAuthMethod OpenAPIPetstoreConfig
+_ a :: AuthBasicHttpBasicTest
+a@(AuthBasicHttpBasicTest ByteString
+user ByteString
+pw) OpenAPIPetstoreRequest req contentType res accept
+req =
     OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a. Applicative f => a -> f a
@@ -13156,15 +13145,15 @@
     if (AuthBasicHttpBasicTest -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthBasicHttpBasicTest
-a TypeRep -> [TypeRep] -> Bool
+a TypeRep -> [TypeRep] -> Bool
 forall (t :: * -> *) a. (Foldable t, Eq a) => a -> t a -> Bool
 `P.elem` OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 rAuthTypes OpenAPIPetstoreRequest req contentType res accept
-req)
+req)
       then OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> [Header] -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept
@@ -13174,7 +13163,7 @@
 toHeader (HeaderName
 "Authorization", ByteString -> Text
 T.decodeUtf8 ByteString
-cred)
+cred)
            OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
@@ -13204,25 +13193,25 @@
 /= AuthBasicHttpBasicTest -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthBasicHttpBasicTest
-a))
+a))
       else OpenAPIPetstoreRequest req contentType res accept
-req
-    where cred :: ByteString
-cred = ByteString -> ByteString -> ByteString
+req
+    where cred :: ByteString
+cred = ByteString -> ByteString -> ByteString
 BC.append ByteString
 "Basic " (ByteString -> ByteString
 B64.encode (ByteString -> ByteString) -> ByteString -> ByteString
 forall a b. (a -> b) -> a -> b
 $ [ByteString] -> ByteString
 BC.concat [ ByteString
-user, ByteString
+user, ByteString
 ":", ByteString
-pw ])
+pw ])
 
 -- ** AuthOAuthPetstoreAuth
 data AuthOAuthPetstoreAuth =
   AuthOAuthPetstoreAuth Text -- ^ secret
-  deriving (AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool
+  deriving (AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool
 (AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool)
 -> (AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool)
 -> Eq AuthOAuthPetstoreAuth
@@ -13231,33 +13220,34 @@
 $c/= :: AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool
 == :: AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool
 $c== :: AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool
-P.Eq, Int -> AuthOAuthPetstoreAuth -> ShowS
+P.Eq, Int -> AuthOAuthPetstoreAuth -> ShowS
 [AuthOAuthPetstoreAuth] -> ShowS
-AuthOAuthPetstoreAuth -> String
+AuthOAuthPetstoreAuth -> [Char]
 (Int -> AuthOAuthPetstoreAuth -> ShowS)
--> (AuthOAuthPetstoreAuth -> String)
+-> (AuthOAuthPetstoreAuth -> [Char])
 -> ([AuthOAuthPetstoreAuth] -> ShowS)
 -> Show AuthOAuthPetstoreAuth
 forall a.
-(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
+(Int -> a -> ShowS) -> (a -> [Char]) -> ([a] -> ShowS) -> Show a
 showList :: [AuthOAuthPetstoreAuth] -> ShowS
 $cshowList :: [AuthOAuthPetstoreAuth] -> ShowS
-show :: AuthOAuthPetstoreAuth -> String
-$cshow :: AuthOAuthPetstoreAuth -> String
+show :: AuthOAuthPetstoreAuth -> [Char]
+$cshow :: AuthOAuthPetstoreAuth -> [Char]
 showsPrec :: Int -> AuthOAuthPetstoreAuth -> ShowS
 $cshowsPrec :: Int -> AuthOAuthPetstoreAuth -> ShowS
 P.Show, P.Typeable)
 
 instance AuthMethod AuthOAuthPetstoreAuth where
-  applyAuthMethod :: OpenAPIPetstoreConfig
+  applyAuthMethod :: forall req contentType res accept.
+OpenAPIPetstoreConfig
 -> AuthOAuthPetstoreAuth
 -> OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
-applyAuthMethod OpenAPIPetstoreConfig
-_ a :: AuthOAuthPetstoreAuth
-a@(AuthOAuthPetstoreAuth Text
-secret) OpenAPIPetstoreRequest req contentType res accept
-req =
+applyAuthMethod OpenAPIPetstoreConfig
+_ a :: AuthOAuthPetstoreAuth
+a@(AuthOAuthPetstoreAuth Text
+secret) OpenAPIPetstoreRequest req contentType res accept
+req =
     OpenAPIPetstoreRequest req contentType res accept
 -> IO (OpenAPIPetstoreRequest req contentType res accept)
 forall (f :: * -> *) a. Applicative f => a -> f a
@@ -13270,15 +13260,15 @@
     if (AuthOAuthPetstoreAuth -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthOAuthPetstoreAuth
-a TypeRep -> [TypeRep] -> Bool
+a TypeRep -> [TypeRep] -> Bool
 forall (t :: * -> *) a. (Foldable t, Eq a) => a -> t a -> Bool
 `P.elem` OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept -> [TypeRep]
 rAuthTypes OpenAPIPetstoreRequest req contentType res accept
-req)
+req)
       then OpenAPIPetstoreRequest req contentType res accept
-req OpenAPIPetstoreRequest req contentType res accept
+req OpenAPIPetstoreRequest req contentType res accept
 -> [Header] -> OpenAPIPetstoreRequest req contentType res accept
 forall req contentType res accept.
 OpenAPIPetstoreRequest req contentType res accept
@@ -13290,7 +13280,7 @@
 "Bearer " Text -> Text -> Text
 forall a. Semigroup a => a -> a -> a
 <> Text
-secret)
+secret)
            OpenAPIPetstoreRequest req contentType res accept
 -> (OpenAPIPetstoreRequest req contentType res accept
     -> OpenAPIPetstoreRequest req contentType res accept)
@@ -13320,9 +13310,9 @@
 /= AuthOAuthPetstoreAuth -> TypeRep
 forall a. Typeable a => a -> TypeRep
 P.typeOf AuthOAuthPetstoreAuth
-a))
+a))
       else OpenAPIPetstoreRequest req contentType res accept
-req
+req
 
 
 
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.ModelLens.html b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.ModelLens.html index 3920ac61425e..a325492a559e 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.ModelLens.html +++ b/samples/client/petstore/haskell-http-client/docs/src/OpenAPIPetstore.ModelLens.html @@ -40,23 +40,22 @@
-- | 'additionalPropertiesAnyTypeName' Lens additionalPropertiesAnyTypeNameL :: Lens_' AdditionalPropertiesAnyType (Maybe Text) -additionalPropertiesAnyTypeNameL :: (Maybe Text -> f (Maybe Text)) --> AdditionalPropertiesAnyType -> f AdditionalPropertiesAnyType -additionalPropertiesAnyTypeNameL Maybe Text -> f (Maybe Text) -f AdditionalPropertiesAnyType{Maybe Text +additionalPropertiesAnyTypeNameL :: Lens_' AdditionalPropertiesAnyType (Maybe Text) +additionalPropertiesAnyTypeNameL Maybe Text -> f (Maybe Text) +f AdditionalPropertiesAnyType{Maybe Text additionalPropertiesAnyTypeName :: AdditionalPropertiesAnyType -> Maybe Text additionalPropertiesAnyTypeName :: Maybe Text -..} = (\Maybe Text -additionalPropertiesAnyTypeName -> AdditionalPropertiesAnyType :: Maybe Text -> AdditionalPropertiesAnyType +..} = (\Maybe Text +additionalPropertiesAnyTypeName -> AdditionalPropertiesAnyType :: Maybe Text -> AdditionalPropertiesAnyType AdditionalPropertiesAnyType { Maybe Text additionalPropertiesAnyTypeName :: Maybe Text additionalPropertiesAnyTypeName :: Maybe Text -additionalPropertiesAnyTypeName, ..} ) (Maybe Text -> AdditionalPropertiesAnyType) +additionalPropertiesAnyTypeName, ..} ) (Maybe Text -> AdditionalPropertiesAnyType) -> f (Maybe Text) -> f AdditionalPropertiesAnyType forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -additionalPropertiesAnyTypeName +f Maybe Text +additionalPropertiesAnyTypeName {-# INLINE additionalPropertiesAnyTypeNameL #-} @@ -65,23 +64,22 @@ -- | 'additionalPropertiesArrayName' Lens additionalPropertiesArrayNameL :: Lens_' AdditionalPropertiesArray (Maybe Text) -additionalPropertiesArrayNameL :: (Maybe Text -> f (Maybe Text)) --> AdditionalPropertiesArray -> f AdditionalPropertiesArray -additionalPropertiesArrayNameL Maybe Text -> f (Maybe Text) -f AdditionalPropertiesArray{Maybe Text +additionalPropertiesArrayNameL :: Lens_' AdditionalPropertiesArray (Maybe Text) +additionalPropertiesArrayNameL Maybe Text -> f (Maybe Text) +f AdditionalPropertiesArray{Maybe Text additionalPropertiesArrayName :: AdditionalPropertiesArray -> Maybe Text additionalPropertiesArrayName :: Maybe Text -..} = (\Maybe Text -additionalPropertiesArrayName -> AdditionalPropertiesArray :: Maybe Text -> AdditionalPropertiesArray +..} = (\Maybe Text +additionalPropertiesArrayName -> AdditionalPropertiesArray :: Maybe Text -> AdditionalPropertiesArray AdditionalPropertiesArray { Maybe Text additionalPropertiesArrayName :: Maybe Text additionalPropertiesArrayName :: Maybe Text -additionalPropertiesArrayName, ..} ) (Maybe Text -> AdditionalPropertiesArray) +additionalPropertiesArrayName, ..} ) (Maybe Text -> AdditionalPropertiesArray) -> f (Maybe Text) -> f AdditionalPropertiesArray forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -additionalPropertiesArrayName +f Maybe Text +additionalPropertiesArrayName {-# INLINE additionalPropertiesArrayNameL #-} @@ -90,23 +88,22 @@ -- | 'additionalPropertiesBooleanName' Lens additionalPropertiesBooleanNameL :: Lens_' AdditionalPropertiesBoolean (Maybe Text) -additionalPropertiesBooleanNameL :: (Maybe Text -> f (Maybe Text)) --> AdditionalPropertiesBoolean -> f AdditionalPropertiesBoolean -additionalPropertiesBooleanNameL Maybe Text -> f (Maybe Text) -f AdditionalPropertiesBoolean{Maybe Text +additionalPropertiesBooleanNameL :: Lens_' AdditionalPropertiesBoolean (Maybe Text) +additionalPropertiesBooleanNameL Maybe Text -> f (Maybe Text) +f AdditionalPropertiesBoolean{Maybe Text additionalPropertiesBooleanName :: AdditionalPropertiesBoolean -> Maybe Text additionalPropertiesBooleanName :: Maybe Text -..} = (\Maybe Text -additionalPropertiesBooleanName -> AdditionalPropertiesBoolean :: Maybe Text -> AdditionalPropertiesBoolean +..} = (\Maybe Text +additionalPropertiesBooleanName -> AdditionalPropertiesBoolean :: Maybe Text -> AdditionalPropertiesBoolean AdditionalPropertiesBoolean { Maybe Text additionalPropertiesBooleanName :: Maybe Text additionalPropertiesBooleanName :: Maybe Text -additionalPropertiesBooleanName, ..} ) (Maybe Text -> AdditionalPropertiesBoolean) +additionalPropertiesBooleanName, ..} ) (Maybe Text -> AdditionalPropertiesBoolean) -> f (Maybe Text) -> f AdditionalPropertiesBoolean forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -additionalPropertiesBooleanName +f Maybe Text +additionalPropertiesBooleanName {-# INLINE additionalPropertiesBooleanNameL #-} @@ -115,10 +112,9 @@ -- | 'additionalPropertiesClassMapString' Lens additionalPropertiesClassMapStringL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String Text)) -additionalPropertiesClassMapStringL :: (Maybe (Map String Text) -> f (Maybe (Map String Text))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapStringL Maybe (Map String Text) -> f (Maybe (Map String Text)) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassMapStringL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Text)) +additionalPropertiesClassMapStringL Maybe (Map String Text) -> f (Maybe (Map String Text)) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -149,8 +145,8 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} = (\Maybe (Map String Text) -additionalPropertiesClassMapString -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String Text) +additionalPropertiesClassMapString -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -165,7 +161,7 @@ AdditionalPropertiesClass { Maybe (Map String Text) additionalPropertiesClassMapString :: Maybe (Map String Text) additionalPropertiesClassMapString :: Maybe (Map String Text) -additionalPropertiesClassMapString, Maybe (Map String Bool) +additionalPropertiesClassMapString, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -197,16 +193,15 @@ -> f (Maybe (Map String Text)) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String Text) -> f (Maybe (Map String Text)) -f Maybe (Map String Text) -additionalPropertiesClassMapString +f Maybe (Map String Text) +additionalPropertiesClassMapString {-# INLINE additionalPropertiesClassMapStringL #-} -- | 'additionalPropertiesClassMapNumber' Lens additionalPropertiesClassMapNumberL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String Double)) -additionalPropertiesClassMapNumberL :: (Maybe (Map String Double) -> f (Maybe (Map String Double))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapNumberL Maybe (Map String Double) -> f (Maybe (Map String Double)) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassMapNumberL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Double)) +additionalPropertiesClassMapNumberL Maybe (Map String Double) -> f (Maybe (Map String Double)) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -237,8 +232,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe (Map String Double) -additionalPropertiesClassMapNumber -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String Double) +additionalPropertiesClassMapNumber -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -253,7 +248,7 @@ AdditionalPropertiesClass { Maybe (Map String Double) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapNumber :: Maybe (Map String Double) -additionalPropertiesClassMapNumber, Maybe (Map String Bool) +additionalPropertiesClassMapNumber, Maybe (Map String Bool) Maybe (Map String Int) Maybe (Map String [Int]) Maybe (Map String [Value]) @@ -281,20 +276,19 @@ additionalPropertiesClassMapBoolean :: Maybe (Map String Bool) additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe (Map String Double) -> AdditionalPropertiesClass) +..} ) (Maybe (Map String Double) -> AdditionalPropertiesClass) -> f (Maybe (Map String Double)) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String Double) -> f (Maybe (Map String Double)) -f Maybe (Map String Double) -additionalPropertiesClassMapNumber +f Maybe (Map String Double) +additionalPropertiesClassMapNumber {-# INLINE additionalPropertiesClassMapNumberL #-} -- | 'additionalPropertiesClassMapInteger' Lens additionalPropertiesClassMapIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String Int)) -additionalPropertiesClassMapIntegerL :: (Maybe (Map String Int) -> f (Maybe (Map String Int))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapIntegerL Maybe (Map String Int) -> f (Maybe (Map String Int)) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassMapIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Int)) +additionalPropertiesClassMapIntegerL Maybe (Map String Int) -> f (Maybe (Map String Int)) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -325,8 +319,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe (Map String Int) -additionalPropertiesClassMapInteger -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String Int) +additionalPropertiesClassMapInteger -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -341,7 +335,7 @@ AdditionalPropertiesClass { Maybe (Map String Int) additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapInteger :: Maybe (Map String Int) -additionalPropertiesClassMapInteger, Maybe (Map String Bool) +additionalPropertiesClassMapInteger, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String [Int]) Maybe (Map String [Value]) @@ -369,20 +363,19 @@ additionalPropertiesClassMapBoolean :: Maybe (Map String Bool) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe (Map String Int) -> AdditionalPropertiesClass) +..} ) (Maybe (Map String Int) -> AdditionalPropertiesClass) -> f (Maybe (Map String Int)) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String Int) -> f (Maybe (Map String Int)) -f Maybe (Map String Int) -additionalPropertiesClassMapInteger +f Maybe (Map String Int) +additionalPropertiesClassMapInteger {-# INLINE additionalPropertiesClassMapIntegerL #-} -- | 'additionalPropertiesClassMapBoolean' Lens additionalPropertiesClassMapBooleanL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String Bool)) -additionalPropertiesClassMapBooleanL :: (Maybe (Map String Bool) -> f (Maybe (Map String Bool))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapBooleanL Maybe (Map String Bool) -> f (Maybe (Map String Bool)) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassMapBooleanL :: Lens_' AdditionalPropertiesClass (Maybe (Map String Bool)) +additionalPropertiesClassMapBooleanL Maybe (Map String Bool) -> f (Maybe (Map String Bool)) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -413,8 +406,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe (Map String Bool) -additionalPropertiesClassMapBoolean -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String Bool) +additionalPropertiesClassMapBoolean -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -429,7 +422,7 @@ AdditionalPropertiesClass { Maybe (Map String Bool) additionalPropertiesClassMapBoolean :: Maybe (Map String Bool) additionalPropertiesClassMapBoolean :: Maybe (Map String Bool) -additionalPropertiesClassMapBoolean, Maybe (Map String Double) +additionalPropertiesClassMapBoolean, Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) Maybe (Map String [Value]) @@ -457,20 +450,19 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe (Map String Bool) -> AdditionalPropertiesClass) +..} ) (Maybe (Map String Bool) -> AdditionalPropertiesClass) -> f (Maybe (Map String Bool)) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String Bool) -> f (Maybe (Map String Bool)) -f Maybe (Map String Bool) -additionalPropertiesClassMapBoolean +f Maybe (Map String Bool) +additionalPropertiesClassMapBoolean {-# INLINE additionalPropertiesClassMapBooleanL #-} -- | 'additionalPropertiesClassMapArrayInteger' Lens additionalPropertiesClassMapArrayIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String [Int])) -additionalPropertiesClassMapArrayIntegerL :: (Maybe (Map String [Int]) -> f (Maybe (Map String [Int]))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapArrayIntegerL Maybe (Map String [Int]) -> f (Maybe (Map String [Int])) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassMapArrayIntegerL :: Lens_' AdditionalPropertiesClass (Maybe (Map String [Int])) +additionalPropertiesClassMapArrayIntegerL Maybe (Map String [Int]) -> f (Maybe (Map String [Int])) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -501,8 +493,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe (Map String [Int]) -additionalPropertiesClassMapArrayInteger -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String [Int]) +additionalPropertiesClassMapArrayInteger -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -517,7 +509,7 @@ AdditionalPropertiesClass { Maybe (Map String [Int]) additionalPropertiesClassMapArrayInteger :: Maybe (Map String [Int]) additionalPropertiesClassMapArrayInteger :: Maybe (Map String [Int]) -additionalPropertiesClassMapArrayInteger, Maybe (Map String Bool) +additionalPropertiesClassMapArrayInteger, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Value]) @@ -545,20 +537,19 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe (Map String [Int]) -> AdditionalPropertiesClass) +..} ) (Maybe (Map String [Int]) -> AdditionalPropertiesClass) -> f (Maybe (Map String [Int])) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String [Int]) -> f (Maybe (Map String [Int])) -f Maybe (Map String [Int]) -additionalPropertiesClassMapArrayInteger +f Maybe (Map String [Int]) +additionalPropertiesClassMapArrayInteger {-# INLINE additionalPropertiesClassMapArrayIntegerL #-} -- | 'additionalPropertiesClassMapArrayAnytype' Lens additionalPropertiesClassMapArrayAnytypeL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String [A.Value])) -additionalPropertiesClassMapArrayAnytypeL :: (Maybe (Map String [Value]) -> f (Maybe (Map String [Value]))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapArrayAnytypeL Maybe (Map String [Value]) -> f (Maybe (Map String [Value])) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassMapArrayAnytypeL :: Lens_' AdditionalPropertiesClass (Maybe (Map String [Value])) +additionalPropertiesClassMapArrayAnytypeL Maybe (Map String [Value]) -> f (Maybe (Map String [Value])) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -589,8 +580,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe (Map String [Value]) -additionalPropertiesClassMapArrayAnytype -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String [Value]) +additionalPropertiesClassMapArrayAnytype -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -605,7 +596,7 @@ AdditionalPropertiesClass { Maybe (Map String [Value]) additionalPropertiesClassMapArrayAnytype :: Maybe (Map String [Value]) additionalPropertiesClassMapArrayAnytype :: Maybe (Map String [Value]) -additionalPropertiesClassMapArrayAnytype, Maybe (Map String Bool) +additionalPropertiesClassMapArrayAnytype, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -633,22 +624,21 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe (Map String [Value]) -> AdditionalPropertiesClass) +..} ) (Maybe (Map String [Value]) -> AdditionalPropertiesClass) -> f (Maybe (Map String [Value])) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String [Value]) -> f (Maybe (Map String [Value])) -f Maybe (Map String [Value]) -additionalPropertiesClassMapArrayAnytype +f Maybe (Map String [Value]) +additionalPropertiesClassMapArrayAnytype {-# INLINE additionalPropertiesClassMapArrayAnytypeL #-} -- | 'additionalPropertiesClassMapMapString' Lens additionalPropertiesClassMapMapStringL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String (Map.Map String Text))) -additionalPropertiesClassMapMapStringL :: (Maybe (Map String (Map String Text)) - -> f (Maybe (Map String (Map String Text)))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapMapStringL Maybe (Map String (Map String Text)) +additionalPropertiesClassMapMapStringL :: Lens_' + AdditionalPropertiesClass (Maybe (Map String (Map String Text))) +additionalPropertiesClassMapMapStringL Maybe (Map String (Map String Text)) -> f (Maybe (Map String (Map String Text))) -f AdditionalPropertiesClass{Maybe (Map String Bool) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -679,8 +669,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe (Map String (Map String Text)) -additionalPropertiesClassMapMapString -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String (Map String Text)) +additionalPropertiesClassMapMapString -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -695,7 +685,7 @@ AdditionalPropertiesClass { Maybe (Map String (Map String Text)) additionalPropertiesClassMapMapString :: Maybe (Map String (Map String Text)) additionalPropertiesClassMapMapString :: Maybe (Map String (Map String Text)) -additionalPropertiesClassMapMapString, Maybe (Map String Bool) +additionalPropertiesClassMapMapString, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -723,24 +713,23 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe (Map String (Map String Text)) -> AdditionalPropertiesClass) +..} ) (Maybe (Map String (Map String Text)) -> AdditionalPropertiesClass) -> f (Maybe (Map String (Map String Text))) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String (Map String Text)) -> f (Maybe (Map String (Map String Text))) -f Maybe (Map String (Map String Text)) -additionalPropertiesClassMapMapString +f Maybe (Map String (Map String Text)) +additionalPropertiesClassMapMapString {-# INLINE additionalPropertiesClassMapMapStringL #-} -- | 'additionalPropertiesClassMapMapAnytype' Lens additionalPropertiesClassMapMapAnytypeL :: Lens_' AdditionalPropertiesClass (Maybe (Map.Map String (Map.Map String A.Value))) -additionalPropertiesClassMapMapAnytypeL :: (Maybe (Map String (Map String Value)) - -> f (Maybe (Map String (Map String Value)))) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassMapMapAnytypeL Maybe (Map String (Map String Value)) +additionalPropertiesClassMapMapAnytypeL :: Lens_' + AdditionalPropertiesClass (Maybe (Map String (Map String Value))) +additionalPropertiesClassMapMapAnytypeL Maybe (Map String (Map String Value)) -> f (Maybe (Map String (Map String Value))) -f AdditionalPropertiesClass{Maybe (Map String Bool) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -771,8 +760,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe (Map String (Map String Value)) -additionalPropertiesClassMapMapAnytype -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe (Map String (Map String Value)) +additionalPropertiesClassMapMapAnytype -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -787,7 +776,7 @@ AdditionalPropertiesClass { Maybe (Map String (Map String Value)) additionalPropertiesClassMapMapAnytype :: Maybe (Map String (Map String Value)) additionalPropertiesClassMapMapAnytype :: Maybe (Map String (Map String Value)) -additionalPropertiesClassMapMapAnytype, Maybe (Map String Bool) +additionalPropertiesClassMapMapAnytype, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -815,23 +804,22 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe (Map String (Map String Value)) +..} ) (Maybe (Map String (Map String Value)) -> AdditionalPropertiesClass) -> f (Maybe (Map String (Map String Value))) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String (Map String Value)) -> f (Maybe (Map String (Map String Value))) -f Maybe (Map String (Map String Value)) -additionalPropertiesClassMapMapAnytype +f Maybe (Map String (Map String Value)) +additionalPropertiesClassMapMapAnytype {-# INLINE additionalPropertiesClassMapMapAnytypeL #-} -- | 'additionalPropertiesClassAnytype1' Lens additionalPropertiesClassAnytype1L :: Lens_' AdditionalPropertiesClass (Maybe A.Value) -additionalPropertiesClassAnytype1L :: (Maybe Value -> f (Maybe Value)) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassAnytype1L Maybe Value -> f (Maybe Value) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassAnytype1L :: Lens_' AdditionalPropertiesClass (Maybe Value) +additionalPropertiesClassAnytype1L Maybe Value -> f (Maybe Value) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -862,8 +850,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe Value -additionalPropertiesClassAnytype1 -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe Value +additionalPropertiesClassAnytype1 -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -878,7 +866,7 @@ AdditionalPropertiesClass { Maybe Value additionalPropertiesClassAnytype1 :: Maybe Value additionalPropertiesClassAnytype1 :: Maybe Value -additionalPropertiesClassAnytype1, Maybe (Map String Bool) +additionalPropertiesClassAnytype1, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -907,20 +895,19 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe Value -> AdditionalPropertiesClass) +..} ) (Maybe Value -> AdditionalPropertiesClass) -> f (Maybe Value) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Value -> f (Maybe Value) -f Maybe Value -additionalPropertiesClassAnytype1 +f Maybe Value +additionalPropertiesClassAnytype1 {-# INLINE additionalPropertiesClassAnytype1L #-} -- | 'additionalPropertiesClassAnytype2' Lens additionalPropertiesClassAnytype2L :: Lens_' AdditionalPropertiesClass (Maybe A.Value) -additionalPropertiesClassAnytype2L :: (Maybe Value -> f (Maybe Value)) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassAnytype2L Maybe Value -> f (Maybe Value) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassAnytype2L :: Lens_' AdditionalPropertiesClass (Maybe Value) +additionalPropertiesClassAnytype2L Maybe Value -> f (Maybe Value) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -951,8 +938,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe Value -additionalPropertiesClassAnytype2 -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe Value +additionalPropertiesClassAnytype2 -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -967,7 +954,7 @@ AdditionalPropertiesClass { Maybe Value additionalPropertiesClassAnytype2 :: Maybe Value additionalPropertiesClassAnytype2 :: Maybe Value -additionalPropertiesClassAnytype2, Maybe (Map String Bool) +additionalPropertiesClassAnytype2, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -996,20 +983,19 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe Value -> AdditionalPropertiesClass) +..} ) (Maybe Value -> AdditionalPropertiesClass) -> f (Maybe Value) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Value -> f (Maybe Value) -f Maybe Value -additionalPropertiesClassAnytype2 +f Maybe Value +additionalPropertiesClassAnytype2 {-# INLINE additionalPropertiesClassAnytype2L #-} -- | 'additionalPropertiesClassAnytype3' Lens additionalPropertiesClassAnytype3L :: Lens_' AdditionalPropertiesClass (Maybe A.Value) -additionalPropertiesClassAnytype3L :: (Maybe Value -> f (Maybe Value)) --> AdditionalPropertiesClass -> f AdditionalPropertiesClass -additionalPropertiesClassAnytype3L Maybe Value -> f (Maybe Value) -f AdditionalPropertiesClass{Maybe (Map String Bool) +additionalPropertiesClassAnytype3L :: Lens_' AdditionalPropertiesClass (Maybe Value) +additionalPropertiesClassAnytype3L Maybe Value -> f (Maybe Value) +f AdditionalPropertiesClass{Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -1040,8 +1026,8 @@ additionalPropertiesClassMapInteger :: AdditionalPropertiesClass -> Maybe (Map String Int) additionalPropertiesClassMapNumber :: AdditionalPropertiesClass -> Maybe (Map String Double) additionalPropertiesClassMapString :: AdditionalPropertiesClass -> Maybe (Map String Text) -..} = (\Maybe Value -additionalPropertiesClassAnytype3 -> AdditionalPropertiesClass :: Maybe (Map String Text) +..} = (\Maybe Value +additionalPropertiesClassAnytype3 -> AdditionalPropertiesClass :: Maybe (Map String Text) -> Maybe (Map String Double) -> Maybe (Map String Int) -> Maybe (Map String Bool) @@ -1056,7 +1042,7 @@ AdditionalPropertiesClass { Maybe Value additionalPropertiesClassAnytype3 :: Maybe Value additionalPropertiesClassAnytype3 :: Maybe Value -additionalPropertiesClassAnytype3, Maybe (Map String Bool) +additionalPropertiesClassAnytype3, Maybe (Map String Bool) Maybe (Map String Double) Maybe (Map String Int) Maybe (Map String [Int]) @@ -1085,12 +1071,12 @@ additionalPropertiesClassMapInteger :: Maybe (Map String Int) additionalPropertiesClassMapNumber :: Maybe (Map String Double) additionalPropertiesClassMapString :: Maybe (Map String Text) -..} ) (Maybe Value -> AdditionalPropertiesClass) +..} ) (Maybe Value -> AdditionalPropertiesClass) -> f (Maybe Value) -> f AdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Value -> f (Maybe Value) -f Maybe Value -additionalPropertiesClassAnytype3 +f Maybe Value +additionalPropertiesClassAnytype3 {-# INLINE additionalPropertiesClassAnytype3L #-} @@ -1099,23 +1085,22 @@ -- | 'additionalPropertiesIntegerName' Lens additionalPropertiesIntegerNameL :: Lens_' AdditionalPropertiesInteger (Maybe Text) -additionalPropertiesIntegerNameL :: (Maybe Text -> f (Maybe Text)) --> AdditionalPropertiesInteger -> f AdditionalPropertiesInteger -additionalPropertiesIntegerNameL Maybe Text -> f (Maybe Text) -f AdditionalPropertiesInteger{Maybe Text +additionalPropertiesIntegerNameL :: Lens_' AdditionalPropertiesInteger (Maybe Text) +additionalPropertiesIntegerNameL Maybe Text -> f (Maybe Text) +f AdditionalPropertiesInteger{Maybe Text additionalPropertiesIntegerName :: AdditionalPropertiesInteger -> Maybe Text additionalPropertiesIntegerName :: Maybe Text -..} = (\Maybe Text -additionalPropertiesIntegerName -> AdditionalPropertiesInteger :: Maybe Text -> AdditionalPropertiesInteger +..} = (\Maybe Text +additionalPropertiesIntegerName -> AdditionalPropertiesInteger :: Maybe Text -> AdditionalPropertiesInteger AdditionalPropertiesInteger { Maybe Text additionalPropertiesIntegerName :: Maybe Text additionalPropertiesIntegerName :: Maybe Text -additionalPropertiesIntegerName, ..} ) (Maybe Text -> AdditionalPropertiesInteger) +additionalPropertiesIntegerName, ..} ) (Maybe Text -> AdditionalPropertiesInteger) -> f (Maybe Text) -> f AdditionalPropertiesInteger forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -additionalPropertiesIntegerName +f Maybe Text +additionalPropertiesIntegerName {-# INLINE additionalPropertiesIntegerNameL #-} @@ -1124,23 +1109,22 @@ -- | 'additionalPropertiesNumberName' Lens additionalPropertiesNumberNameL :: Lens_' AdditionalPropertiesNumber (Maybe Text) -additionalPropertiesNumberNameL :: (Maybe Text -> f (Maybe Text)) --> AdditionalPropertiesNumber -> f AdditionalPropertiesNumber -additionalPropertiesNumberNameL Maybe Text -> f (Maybe Text) -f AdditionalPropertiesNumber{Maybe Text +additionalPropertiesNumberNameL :: Lens_' AdditionalPropertiesNumber (Maybe Text) +additionalPropertiesNumberNameL Maybe Text -> f (Maybe Text) +f AdditionalPropertiesNumber{Maybe Text additionalPropertiesNumberName :: AdditionalPropertiesNumber -> Maybe Text additionalPropertiesNumberName :: Maybe Text -..} = (\Maybe Text -additionalPropertiesNumberName -> AdditionalPropertiesNumber :: Maybe Text -> AdditionalPropertiesNumber +..} = (\Maybe Text +additionalPropertiesNumberName -> AdditionalPropertiesNumber :: Maybe Text -> AdditionalPropertiesNumber AdditionalPropertiesNumber { Maybe Text additionalPropertiesNumberName :: Maybe Text additionalPropertiesNumberName :: Maybe Text -additionalPropertiesNumberName, ..} ) (Maybe Text -> AdditionalPropertiesNumber) +additionalPropertiesNumberName, ..} ) (Maybe Text -> AdditionalPropertiesNumber) -> f (Maybe Text) -> f AdditionalPropertiesNumber forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -additionalPropertiesNumberName +f Maybe Text +additionalPropertiesNumberName {-# INLINE additionalPropertiesNumberNameL #-} @@ -1149,23 +1133,22 @@ -- | 'additionalPropertiesObjectName' Lens additionalPropertiesObjectNameL :: Lens_' AdditionalPropertiesObject (Maybe Text) -additionalPropertiesObjectNameL :: (Maybe Text -> f (Maybe Text)) --> AdditionalPropertiesObject -> f AdditionalPropertiesObject -additionalPropertiesObjectNameL Maybe Text -> f (Maybe Text) -f AdditionalPropertiesObject{Maybe Text +additionalPropertiesObjectNameL :: Lens_' AdditionalPropertiesObject (Maybe Text) +additionalPropertiesObjectNameL Maybe Text -> f (Maybe Text) +f AdditionalPropertiesObject{Maybe Text additionalPropertiesObjectName :: AdditionalPropertiesObject -> Maybe Text additionalPropertiesObjectName :: Maybe Text -..} = (\Maybe Text -additionalPropertiesObjectName -> AdditionalPropertiesObject :: Maybe Text -> AdditionalPropertiesObject +..} = (\Maybe Text +additionalPropertiesObjectName -> AdditionalPropertiesObject :: Maybe Text -> AdditionalPropertiesObject AdditionalPropertiesObject { Maybe Text additionalPropertiesObjectName :: Maybe Text additionalPropertiesObjectName :: Maybe Text -additionalPropertiesObjectName, ..} ) (Maybe Text -> AdditionalPropertiesObject) +additionalPropertiesObjectName, ..} ) (Maybe Text -> AdditionalPropertiesObject) -> f (Maybe Text) -> f AdditionalPropertiesObject forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -additionalPropertiesObjectName +f Maybe Text +additionalPropertiesObjectName {-# INLINE additionalPropertiesObjectNameL #-} @@ -1174,23 +1157,22 @@ -- | 'additionalPropertiesStringName' Lens additionalPropertiesStringNameL :: Lens_' AdditionalPropertiesString (Maybe Text) -additionalPropertiesStringNameL :: (Maybe Text -> f (Maybe Text)) --> AdditionalPropertiesString -> f AdditionalPropertiesString -additionalPropertiesStringNameL Maybe Text -> f (Maybe Text) -f AdditionalPropertiesString{Maybe Text +additionalPropertiesStringNameL :: Lens_' AdditionalPropertiesString (Maybe Text) +additionalPropertiesStringNameL Maybe Text -> f (Maybe Text) +f AdditionalPropertiesString{Maybe Text additionalPropertiesStringName :: AdditionalPropertiesString -> Maybe Text additionalPropertiesStringName :: Maybe Text -..} = (\Maybe Text -additionalPropertiesStringName -> AdditionalPropertiesString :: Maybe Text -> AdditionalPropertiesString +..} = (\Maybe Text +additionalPropertiesStringName -> AdditionalPropertiesString :: Maybe Text -> AdditionalPropertiesString AdditionalPropertiesString { Maybe Text additionalPropertiesStringName :: Maybe Text additionalPropertiesStringName :: Maybe Text -additionalPropertiesStringName, ..} ) (Maybe Text -> AdditionalPropertiesString) +additionalPropertiesStringName, ..} ) (Maybe Text -> AdditionalPropertiesString) -> f (Maybe Text) -> f AdditionalPropertiesString forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -additionalPropertiesStringName +f Maybe Text +additionalPropertiesStringName {-# INLINE additionalPropertiesStringNameL #-} @@ -1199,52 +1181,52 @@ -- | 'animalClassName' Lens animalClassNameL :: Lens_' Animal (Text) -animalClassNameL :: (Text -> f Text) -> Animal -> f Animal -animalClassNameL Text -> f Text -f Animal{Maybe Text +animalClassNameL :: Lens_' Animal Text +animalClassNameL Text -> f Text +f Animal{Maybe Text Text animalColor :: Animal -> Maybe Text animalClassName :: Animal -> Text animalColor :: Maybe Text animalClassName :: Text -..} = (\Text -animalClassName -> Animal :: Text -> Maybe Text -> Animal +..} = (\Text +animalClassName -> Animal :: Text -> Maybe Text -> Animal Animal { Text animalClassName :: Text animalClassName :: Text -animalClassName, Maybe Text +animalClassName, Maybe Text animalColor :: Maybe Text animalColor :: Maybe Text ..} ) (Text -> Animal) -> f Text -> f Animal forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -animalClassName +f Text +animalClassName {-# INLINE animalClassNameL #-} -- | 'animalColor' Lens animalColorL :: Lens_' Animal (Maybe Text) -animalColorL :: (Maybe Text -> f (Maybe Text)) -> Animal -> f Animal -animalColorL Maybe Text -> f (Maybe Text) -f Animal{Maybe Text +animalColorL :: Lens_' Animal (Maybe Text) +animalColorL Maybe Text -> f (Maybe Text) +f Animal{Maybe Text Text animalColor :: Maybe Text animalClassName :: Text animalColor :: Animal -> Maybe Text animalClassName :: Animal -> Text -..} = (\Maybe Text -animalColor -> Animal :: Text -> Maybe Text -> Animal +..} = (\Maybe Text +animalColor -> Animal :: Text -> Maybe Text -> Animal Animal { Maybe Text animalColor :: Maybe Text animalColor :: Maybe Text -animalColor, Text +animalColor, Text animalClassName :: Text animalClassName :: Text -..} ) (Maybe Text -> Animal) -> f (Maybe Text) -> f Animal +..} ) (Maybe Text -> Animal) -> f (Maybe Text) -> f Animal forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -animalColor +f Maybe Text +animalColor {-# INLINE animalColorL #-} @@ -1253,9 +1235,9 @@ -- | 'apiResponseCode' Lens apiResponseCodeL :: Lens_' ApiResponse (Maybe Int) -apiResponseCodeL :: (Maybe Int -> f (Maybe Int)) -> ApiResponse -> f ApiResponse -apiResponseCodeL Maybe Int -> f (Maybe Int) -f ApiResponse{Maybe Int +apiResponseCodeL :: Lens_' ApiResponse (Maybe Int) +apiResponseCodeL Maybe Int -> f (Maybe Int) +f ApiResponse{Maybe Int Maybe Text apiResponseMessage :: ApiResponse -> Maybe Text apiResponseType :: ApiResponse -> Maybe Text @@ -1263,12 +1245,12 @@ apiResponseMessage :: Maybe Text apiResponseType :: Maybe Text apiResponseCode :: Maybe Int -..} = (\Maybe Int -apiResponseCode -> ApiResponse :: Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse +..} = (\Maybe Int +apiResponseCode -> ApiResponse :: Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse ApiResponse { Maybe Int apiResponseCode :: Maybe Int apiResponseCode :: Maybe Int -apiResponseCode, Maybe Text +apiResponseCode, Maybe Text apiResponseMessage :: Maybe Text apiResponseType :: Maybe Text apiResponseMessage :: Maybe Text @@ -1276,15 +1258,15 @@ ..} ) (Maybe Int -> ApiResponse) -> f (Maybe Int) -> f ApiResponse forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -apiResponseCode +f Maybe Int +apiResponseCode {-# INLINE apiResponseCodeL #-} -- | 'apiResponseType' Lens apiResponseTypeL :: Lens_' ApiResponse (Maybe Text) -apiResponseTypeL :: (Maybe Text -> f (Maybe Text)) -> ApiResponse -> f ApiResponse -apiResponseTypeL Maybe Text -> f (Maybe Text) -f ApiResponse{Maybe Int +apiResponseTypeL :: Lens_' ApiResponse (Maybe Text) +apiResponseTypeL Maybe Text -> f (Maybe Text) +f ApiResponse{Maybe Int Maybe Text apiResponseMessage :: Maybe Text apiResponseType :: Maybe Text @@ -1292,29 +1274,29 @@ apiResponseMessage :: ApiResponse -> Maybe Text apiResponseType :: ApiResponse -> Maybe Text apiResponseCode :: ApiResponse -> Maybe Int -..} = (\Maybe Text -apiResponseType -> ApiResponse :: Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse +..} = (\Maybe Text +apiResponseType -> ApiResponse :: Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse ApiResponse { Maybe Text apiResponseType :: Maybe Text apiResponseType :: Maybe Text -apiResponseType, Maybe Int +apiResponseType, Maybe Int Maybe Text apiResponseMessage :: Maybe Text apiResponseCode :: Maybe Int apiResponseMessage :: Maybe Text apiResponseCode :: Maybe Int -..} ) (Maybe Text -> ApiResponse) -> f (Maybe Text) -> f ApiResponse +..} ) (Maybe Text -> ApiResponse) -> f (Maybe Text) -> f ApiResponse forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -apiResponseType +f Maybe Text +apiResponseType {-# INLINE apiResponseTypeL #-} -- | 'apiResponseMessage' Lens apiResponseMessageL :: Lens_' ApiResponse (Maybe Text) -apiResponseMessageL :: (Maybe Text -> f (Maybe Text)) -> ApiResponse -> f ApiResponse -apiResponseMessageL Maybe Text -> f (Maybe Text) -f ApiResponse{Maybe Int +apiResponseMessageL :: Lens_' ApiResponse (Maybe Text) +apiResponseMessageL Maybe Text -> f (Maybe Text) +f ApiResponse{Maybe Int Maybe Text apiResponseMessage :: Maybe Text apiResponseType :: Maybe Text @@ -1322,22 +1304,22 @@ apiResponseMessage :: ApiResponse -> Maybe Text apiResponseType :: ApiResponse -> Maybe Text apiResponseCode :: ApiResponse -> Maybe Int -..} = (\Maybe Text -apiResponseMessage -> ApiResponse :: Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse +..} = (\Maybe Text +apiResponseMessage -> ApiResponse :: Maybe Int -> Maybe Text -> Maybe Text -> ApiResponse ApiResponse { Maybe Text apiResponseMessage :: Maybe Text apiResponseMessage :: Maybe Text -apiResponseMessage, Maybe Int +apiResponseMessage, Maybe Int Maybe Text apiResponseType :: Maybe Text apiResponseCode :: Maybe Int apiResponseType :: Maybe Text apiResponseCode :: Maybe Int -..} ) (Maybe Text -> ApiResponse) -> f (Maybe Text) -> f ApiResponse +..} ) (Maybe Text -> ApiResponse) -> f (Maybe Text) -> f ApiResponse forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -apiResponseMessage +f Maybe Text +apiResponseMessage {-# INLINE apiResponseMessageL #-} @@ -1346,23 +1328,22 @@ -- | 'arrayOfArrayOfNumberOnlyArrayArrayNumber' Lens arrayOfArrayOfNumberOnlyArrayArrayNumberL :: Lens_' ArrayOfArrayOfNumberOnly (Maybe [[Double]]) -arrayOfArrayOfNumberOnlyArrayArrayNumberL :: (Maybe [[Double]] -> f (Maybe [[Double]])) --> ArrayOfArrayOfNumberOnly -> f ArrayOfArrayOfNumberOnly -arrayOfArrayOfNumberOnlyArrayArrayNumberL Maybe [[Double]] -> f (Maybe [[Double]]) -f ArrayOfArrayOfNumberOnly{Maybe [[Double]] +arrayOfArrayOfNumberOnlyArrayArrayNumberL :: Lens_' ArrayOfArrayOfNumberOnly (Maybe [[Double]]) +arrayOfArrayOfNumberOnlyArrayArrayNumberL Maybe [[Double]] -> f (Maybe [[Double]]) +f ArrayOfArrayOfNumberOnly{Maybe [[Double]] arrayOfArrayOfNumberOnlyArrayArrayNumber :: ArrayOfArrayOfNumberOnly -> Maybe [[Double]] arrayOfArrayOfNumberOnlyArrayArrayNumber :: Maybe [[Double]] -..} = (\Maybe [[Double]] -arrayOfArrayOfNumberOnlyArrayArrayNumber -> ArrayOfArrayOfNumberOnly :: Maybe [[Double]] -> ArrayOfArrayOfNumberOnly +..} = (\Maybe [[Double]] +arrayOfArrayOfNumberOnlyArrayArrayNumber -> ArrayOfArrayOfNumberOnly :: Maybe [[Double]] -> ArrayOfArrayOfNumberOnly ArrayOfArrayOfNumberOnly { Maybe [[Double]] arrayOfArrayOfNumberOnlyArrayArrayNumber :: Maybe [[Double]] arrayOfArrayOfNumberOnlyArrayArrayNumber :: Maybe [[Double]] -arrayOfArrayOfNumberOnlyArrayArrayNumber, ..} ) (Maybe [[Double]] -> ArrayOfArrayOfNumberOnly) +arrayOfArrayOfNumberOnlyArrayArrayNumber, ..} ) (Maybe [[Double]] -> ArrayOfArrayOfNumberOnly) -> f (Maybe [[Double]]) -> f ArrayOfArrayOfNumberOnly forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [[Double]] -> f (Maybe [[Double]]) -f Maybe [[Double]] -arrayOfArrayOfNumberOnlyArrayArrayNumber +f Maybe [[Double]] +arrayOfArrayOfNumberOnlyArrayArrayNumber {-# INLINE arrayOfArrayOfNumberOnlyArrayArrayNumberL #-} @@ -1371,23 +1352,22 @@ -- | 'arrayOfNumberOnlyArrayNumber' Lens arrayOfNumberOnlyArrayNumberL :: Lens_' ArrayOfNumberOnly (Maybe [Double]) -arrayOfNumberOnlyArrayNumberL :: (Maybe [Double] -> f (Maybe [Double])) --> ArrayOfNumberOnly -> f ArrayOfNumberOnly -arrayOfNumberOnlyArrayNumberL Maybe [Double] -> f (Maybe [Double]) -f ArrayOfNumberOnly{Maybe [Double] +arrayOfNumberOnlyArrayNumberL :: Lens_' ArrayOfNumberOnly (Maybe [Double]) +arrayOfNumberOnlyArrayNumberL Maybe [Double] -> f (Maybe [Double]) +f ArrayOfNumberOnly{Maybe [Double] arrayOfNumberOnlyArrayNumber :: ArrayOfNumberOnly -> Maybe [Double] arrayOfNumberOnlyArrayNumber :: Maybe [Double] -..} = (\Maybe [Double] -arrayOfNumberOnlyArrayNumber -> ArrayOfNumberOnly :: Maybe [Double] -> ArrayOfNumberOnly +..} = (\Maybe [Double] +arrayOfNumberOnlyArrayNumber -> ArrayOfNumberOnly :: Maybe [Double] -> ArrayOfNumberOnly ArrayOfNumberOnly { Maybe [Double] arrayOfNumberOnlyArrayNumber :: Maybe [Double] arrayOfNumberOnlyArrayNumber :: Maybe [Double] -arrayOfNumberOnlyArrayNumber, ..} ) (Maybe [Double] -> ArrayOfNumberOnly) +arrayOfNumberOnlyArrayNumber, ..} ) (Maybe [Double] -> ArrayOfNumberOnly) -> f (Maybe [Double]) -> f ArrayOfNumberOnly forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Double] -> f (Maybe [Double]) -f Maybe [Double] -arrayOfNumberOnlyArrayNumber +f Maybe [Double] +arrayOfNumberOnlyArrayNumber {-# INLINE arrayOfNumberOnlyArrayNumberL #-} @@ -1396,9 +1376,9 @@ -- | 'arrayTestArrayOfString' Lens arrayTestArrayOfStringL :: Lens_' ArrayTest (Maybe [Text]) -arrayTestArrayOfStringL :: (Maybe [Text] -> f (Maybe [Text])) -> ArrayTest -> f ArrayTest -arrayTestArrayOfStringL Maybe [Text] -> f (Maybe [Text]) -f ArrayTest{Maybe [[Integer]] +arrayTestArrayOfStringL :: Lens_' ArrayTest (Maybe [Text]) +arrayTestArrayOfStringL Maybe [Text] -> f (Maybe [Text]) +f ArrayTest{Maybe [[Integer]] Maybe [[ReadOnlyFirst]] Maybe [Text] arrayTestArrayArrayOfModel :: ArrayTest -> Maybe [[ReadOnlyFirst]] @@ -1407,13 +1387,13 @@ arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] arrayTestArrayArrayOfInteger :: Maybe [[Integer]] arrayTestArrayOfString :: Maybe [Text] -..} = (\Maybe [Text] -arrayTestArrayOfString -> ArrayTest :: Maybe [Text] +..} = (\Maybe [Text] +arrayTestArrayOfString -> ArrayTest :: Maybe [Text] -> Maybe [[Integer]] -> Maybe [[ReadOnlyFirst]] -> ArrayTest ArrayTest { Maybe [Text] arrayTestArrayOfString :: Maybe [Text] arrayTestArrayOfString :: Maybe [Text] -arrayTestArrayOfString, Maybe [[Integer]] +arrayTestArrayOfString, Maybe [[Integer]] Maybe [[ReadOnlyFirst]] arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] arrayTestArrayArrayOfInteger :: Maybe [[Integer]] @@ -1422,16 +1402,15 @@ ..} ) (Maybe [Text] -> ArrayTest) -> f (Maybe [Text]) -> f ArrayTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Text] -> f (Maybe [Text]) -f Maybe [Text] -arrayTestArrayOfString +f Maybe [Text] +arrayTestArrayOfString {-# INLINE arrayTestArrayOfStringL #-} -- | 'arrayTestArrayArrayOfInteger' Lens arrayTestArrayArrayOfIntegerL :: Lens_' ArrayTest (Maybe [[Integer]]) -arrayTestArrayArrayOfIntegerL :: (Maybe [[Integer]] -> f (Maybe [[Integer]])) --> ArrayTest -> f ArrayTest -arrayTestArrayArrayOfIntegerL Maybe [[Integer]] -> f (Maybe [[Integer]]) -f ArrayTest{Maybe [[Integer]] +arrayTestArrayArrayOfIntegerL :: Lens_' ArrayTest (Maybe [[Integer]]) +arrayTestArrayArrayOfIntegerL Maybe [[Integer]] -> f (Maybe [[Integer]]) +f ArrayTest{Maybe [[Integer]] Maybe [[ReadOnlyFirst]] Maybe [Text] arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] @@ -1440,32 +1419,31 @@ arrayTestArrayArrayOfModel :: ArrayTest -> Maybe [[ReadOnlyFirst]] arrayTestArrayArrayOfInteger :: ArrayTest -> Maybe [[Integer]] arrayTestArrayOfString :: ArrayTest -> Maybe [Text] -..} = (\Maybe [[Integer]] -arrayTestArrayArrayOfInteger -> ArrayTest :: Maybe [Text] +..} = (\Maybe [[Integer]] +arrayTestArrayArrayOfInteger -> ArrayTest :: Maybe [Text] -> Maybe [[Integer]] -> Maybe [[ReadOnlyFirst]] -> ArrayTest ArrayTest { Maybe [[Integer]] arrayTestArrayArrayOfInteger :: Maybe [[Integer]] arrayTestArrayArrayOfInteger :: Maybe [[Integer]] -arrayTestArrayArrayOfInteger, Maybe [[ReadOnlyFirst]] +arrayTestArrayArrayOfInteger, Maybe [[ReadOnlyFirst]] Maybe [Text] arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] arrayTestArrayOfString :: Maybe [Text] arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] arrayTestArrayOfString :: Maybe [Text] -..} ) (Maybe [[Integer]] -> ArrayTest) +..} ) (Maybe [[Integer]] -> ArrayTest) -> f (Maybe [[Integer]]) -> f ArrayTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [[Integer]] -> f (Maybe [[Integer]]) -f Maybe [[Integer]] -arrayTestArrayArrayOfInteger +f Maybe [[Integer]] +arrayTestArrayArrayOfInteger {-# INLINE arrayTestArrayArrayOfIntegerL #-} -- | 'arrayTestArrayArrayOfModel' Lens arrayTestArrayArrayOfModelL :: Lens_' ArrayTest (Maybe [[ReadOnlyFirst]]) -arrayTestArrayArrayOfModelL :: (Maybe [[ReadOnlyFirst]] -> f (Maybe [[ReadOnlyFirst]])) --> ArrayTest -> f ArrayTest -arrayTestArrayArrayOfModelL Maybe [[ReadOnlyFirst]] -> f (Maybe [[ReadOnlyFirst]]) -f ArrayTest{Maybe [[Integer]] +arrayTestArrayArrayOfModelL :: Lens_' ArrayTest (Maybe [[ReadOnlyFirst]]) +arrayTestArrayArrayOfModelL Maybe [[ReadOnlyFirst]] -> f (Maybe [[ReadOnlyFirst]]) +f ArrayTest{Maybe [[Integer]] Maybe [[ReadOnlyFirst]] Maybe [Text] arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] @@ -1474,24 +1452,24 @@ arrayTestArrayArrayOfModel :: ArrayTest -> Maybe [[ReadOnlyFirst]] arrayTestArrayArrayOfInteger :: ArrayTest -> Maybe [[Integer]] arrayTestArrayOfString :: ArrayTest -> Maybe [Text] -..} = (\Maybe [[ReadOnlyFirst]] -arrayTestArrayArrayOfModel -> ArrayTest :: Maybe [Text] +..} = (\Maybe [[ReadOnlyFirst]] +arrayTestArrayArrayOfModel -> ArrayTest :: Maybe [Text] -> Maybe [[Integer]] -> Maybe [[ReadOnlyFirst]] -> ArrayTest ArrayTest { Maybe [[ReadOnlyFirst]] arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] arrayTestArrayArrayOfModel :: Maybe [[ReadOnlyFirst]] -arrayTestArrayArrayOfModel, Maybe [[Integer]] +arrayTestArrayArrayOfModel, Maybe [[Integer]] Maybe [Text] arrayTestArrayArrayOfInteger :: Maybe [[Integer]] arrayTestArrayOfString :: Maybe [Text] arrayTestArrayArrayOfInteger :: Maybe [[Integer]] arrayTestArrayOfString :: Maybe [Text] -..} ) (Maybe [[ReadOnlyFirst]] -> ArrayTest) +..} ) (Maybe [[ReadOnlyFirst]] -> ArrayTest) -> f (Maybe [[ReadOnlyFirst]]) -> f ArrayTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [[ReadOnlyFirst]] -> f (Maybe [[ReadOnlyFirst]]) -f Maybe [[ReadOnlyFirst]] -arrayTestArrayArrayOfModel +f Maybe [[ReadOnlyFirst]] +arrayTestArrayArrayOfModel {-# INLINE arrayTestArrayArrayOfModelL #-} @@ -1500,9 +1478,9 @@ -- | 'bigCatClassName' Lens bigCatClassNameL :: Lens_' BigCat (Text) -bigCatClassNameL :: (Text -> f Text) -> BigCat -> f BigCat -bigCatClassNameL Text -> f Text -f BigCat{Maybe Bool +bigCatClassNameL :: Lens_' BigCat Text +bigCatClassNameL Text -> f Text +f BigCat{Maybe Bool Maybe Text Maybe E'Kind Text @@ -1514,12 +1492,12 @@ bigCatDeclawed :: Maybe Bool bigCatColor :: Maybe Text bigCatClassName :: Text -..} = (\Text -bigCatClassName -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat +..} = (\Text +bigCatClassName -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat BigCat { Text bigCatClassName :: Text bigCatClassName :: Text -bigCatClassName, Maybe Bool +bigCatClassName, Maybe Bool Maybe Text Maybe E'Kind bigCatKind :: Maybe E'Kind @@ -1531,15 +1509,15 @@ ..} ) (Text -> BigCat) -> f Text -> f BigCat forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -bigCatClassName +f Text +bigCatClassName {-# INLINE bigCatClassNameL #-} -- | 'bigCatColor' Lens bigCatColorL :: Lens_' BigCat (Maybe Text) -bigCatColorL :: (Maybe Text -> f (Maybe Text)) -> BigCat -> f BigCat -bigCatColorL Maybe Text -> f (Maybe Text) -f BigCat{Maybe Bool +bigCatColorL :: Lens_' BigCat (Maybe Text) +bigCatColorL Maybe Text -> f (Maybe Text) +f BigCat{Maybe Bool Maybe Text Maybe E'Kind Text @@ -1551,12 +1529,12 @@ bigCatDeclawed :: BigCat -> Maybe Bool bigCatColor :: BigCat -> Maybe Text bigCatClassName :: BigCat -> Text -..} = (\Maybe Text -bigCatColor -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat +..} = (\Maybe Text +bigCatColor -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat BigCat { Maybe Text bigCatColor :: Maybe Text bigCatColor :: Maybe Text -bigCatColor, Maybe Bool +bigCatColor, Maybe Bool Maybe E'Kind Text bigCatKind :: Maybe E'Kind @@ -1565,18 +1543,18 @@ bigCatKind :: Maybe E'Kind bigCatDeclawed :: Maybe Bool bigCatClassName :: Text -..} ) (Maybe Text -> BigCat) -> f (Maybe Text) -> f BigCat +..} ) (Maybe Text -> BigCat) -> f (Maybe Text) -> f BigCat forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -bigCatColor +f Maybe Text +bigCatColor {-# INLINE bigCatColorL #-} -- | 'bigCatDeclawed' Lens bigCatDeclawedL :: Lens_' BigCat (Maybe Bool) -bigCatDeclawedL :: (Maybe Bool -> f (Maybe Bool)) -> BigCat -> f BigCat -bigCatDeclawedL Maybe Bool -> f (Maybe Bool) -f BigCat{Maybe Bool +bigCatDeclawedL :: Lens_' BigCat (Maybe Bool) +bigCatDeclawedL Maybe Bool -> f (Maybe Bool) +f BigCat{Maybe Bool Maybe Text Maybe E'Kind Text @@ -1588,12 +1566,12 @@ bigCatDeclawed :: BigCat -> Maybe Bool bigCatColor :: BigCat -> Maybe Text bigCatClassName :: BigCat -> Text -..} = (\Maybe Bool -bigCatDeclawed -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat +..} = (\Maybe Bool +bigCatDeclawed -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat BigCat { Maybe Bool bigCatDeclawed :: Maybe Bool bigCatDeclawed :: Maybe Bool -bigCatDeclawed, Maybe Text +bigCatDeclawed, Maybe Text Maybe E'Kind Text bigCatKind :: Maybe E'Kind @@ -1602,18 +1580,18 @@ bigCatKind :: Maybe E'Kind bigCatColor :: Maybe Text bigCatClassName :: Text -..} ) (Maybe Bool -> BigCat) -> f (Maybe Bool) -> f BigCat +..} ) (Maybe Bool -> BigCat) -> f (Maybe Bool) -> f BigCat forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -bigCatDeclawed +f Maybe Bool +bigCatDeclawed {-# INLINE bigCatDeclawedL #-} -- | 'bigCatKind' Lens bigCatKindL :: Lens_' BigCat (Maybe E'Kind) -bigCatKindL :: (Maybe E'Kind -> f (Maybe E'Kind)) -> BigCat -> f BigCat -bigCatKindL Maybe E'Kind -> f (Maybe E'Kind) -f BigCat{Maybe Bool +bigCatKindL :: Lens_' BigCat (Maybe E'Kind) +bigCatKindL Maybe E'Kind -> f (Maybe E'Kind) +f BigCat{Maybe Bool Maybe Text Maybe E'Kind Text @@ -1625,12 +1603,12 @@ bigCatDeclawed :: BigCat -> Maybe Bool bigCatColor :: BigCat -> Maybe Text bigCatClassName :: BigCat -> Text -..} = (\Maybe E'Kind -bigCatKind -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat +..} = (\Maybe E'Kind +bigCatKind -> BigCat :: Text -> Maybe Text -> Maybe Bool -> Maybe E'Kind -> BigCat BigCat { Maybe E'Kind bigCatKind :: Maybe E'Kind bigCatKind :: Maybe E'Kind -bigCatKind, Maybe Bool +bigCatKind, Maybe Bool Maybe Text Text bigCatDeclawed :: Maybe Bool @@ -1639,11 +1617,11 @@ bigCatDeclawed :: Maybe Bool bigCatColor :: Maybe Text bigCatClassName :: Text -..} ) (Maybe E'Kind -> BigCat) -> f (Maybe E'Kind) -> f BigCat +..} ) (Maybe E'Kind -> BigCat) -> f (Maybe E'Kind) -> f BigCat forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'Kind -> f (Maybe E'Kind) -f Maybe E'Kind -bigCatKind +f Maybe E'Kind +bigCatKind {-# INLINE bigCatKindL #-} @@ -1652,21 +1630,21 @@ -- | 'bigCatAllOfKind' Lens bigCatAllOfKindL :: Lens_' BigCatAllOf (Maybe E'Kind) -bigCatAllOfKindL :: (Maybe E'Kind -> f (Maybe E'Kind)) -> BigCatAllOf -> f BigCatAllOf -bigCatAllOfKindL Maybe E'Kind -> f (Maybe E'Kind) -f BigCatAllOf{Maybe E'Kind +bigCatAllOfKindL :: Lens_' BigCatAllOf (Maybe E'Kind) +bigCatAllOfKindL Maybe E'Kind -> f (Maybe E'Kind) +f BigCatAllOf{Maybe E'Kind bigCatAllOfKind :: BigCatAllOf -> Maybe E'Kind bigCatAllOfKind :: Maybe E'Kind -..} = (\Maybe E'Kind -bigCatAllOfKind -> BigCatAllOf :: Maybe E'Kind -> BigCatAllOf +..} = (\Maybe E'Kind +bigCatAllOfKind -> BigCatAllOf :: Maybe E'Kind -> BigCatAllOf BigCatAllOf { Maybe E'Kind bigCatAllOfKind :: Maybe E'Kind bigCatAllOfKind :: Maybe E'Kind -bigCatAllOfKind, ..} ) (Maybe E'Kind -> BigCatAllOf) -> f (Maybe E'Kind) -> f BigCatAllOf +bigCatAllOfKind, ..} ) (Maybe E'Kind -> BigCatAllOf) -> f (Maybe E'Kind) -> f BigCatAllOf forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'Kind -> f (Maybe E'Kind) -f Maybe E'Kind -bigCatAllOfKind +f Maybe E'Kind +bigCatAllOfKind {-# INLINE bigCatAllOfKindL #-} @@ -1675,10 +1653,9 @@ -- | 'capitalizationSmallCamel' Lens capitalizationSmallCamelL :: Lens_' Capitalization (Maybe Text) -capitalizationSmallCamelL :: (Maybe Text -> f (Maybe Text)) --> Capitalization -> f Capitalization -capitalizationSmallCamelL Maybe Text -> f (Maybe Text) -f Capitalization{Maybe Text +capitalizationSmallCamelL :: Lens_' Capitalization (Maybe Text) +capitalizationSmallCamelL Maybe Text -> f (Maybe Text) +f Capitalization{Maybe Text capitalizationAttName :: Capitalization -> Maybe Text capitalizationScaEthFlowPoints :: Capitalization -> Maybe Text capitalizationCapitalSnake :: Capitalization -> Maybe Text @@ -1691,8 +1668,8 @@ capitalizationSmallSnake :: Maybe Text capitalizationCapitalCamel :: Maybe Text capitalizationSmallCamel :: Maybe Text -..} = (\Maybe Text -capitalizationSmallCamel -> Capitalization :: Maybe Text +..} = (\Maybe Text +capitalizationSmallCamel -> Capitalization :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text @@ -1702,7 +1679,7 @@ Capitalization { Maybe Text capitalizationSmallCamel :: Maybe Text capitalizationSmallCamel :: Maybe Text -capitalizationSmallCamel, Maybe Text +capitalizationSmallCamel, Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1717,16 +1694,15 @@ -> f (Maybe Text) -> f Capitalization forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -capitalizationSmallCamel +f Maybe Text +capitalizationSmallCamel {-# INLINE capitalizationSmallCamelL #-} -- | 'capitalizationCapitalCamel' Lens capitalizationCapitalCamelL :: Lens_' Capitalization (Maybe Text) -capitalizationCapitalCamelL :: (Maybe Text -> f (Maybe Text)) --> Capitalization -> f Capitalization -capitalizationCapitalCamelL Maybe Text -> f (Maybe Text) -f Capitalization{Maybe Text +capitalizationCapitalCamelL :: Lens_' Capitalization (Maybe Text) +capitalizationCapitalCamelL Maybe Text -> f (Maybe Text) +f Capitalization{Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1739,8 +1715,8 @@ capitalizationSmallSnake :: Capitalization -> Maybe Text capitalizationCapitalCamel :: Capitalization -> Maybe Text capitalizationSmallCamel :: Capitalization -> Maybe Text -..} = (\Maybe Text -capitalizationCapitalCamel -> Capitalization :: Maybe Text +..} = (\Maybe Text +capitalizationCapitalCamel -> Capitalization :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text @@ -1750,7 +1726,7 @@ Capitalization { Maybe Text capitalizationCapitalCamel :: Maybe Text capitalizationCapitalCamel :: Maybe Text -capitalizationCapitalCamel, Maybe Text +capitalizationCapitalCamel, Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1761,20 +1737,19 @@ capitalizationCapitalSnake :: Maybe Text capitalizationSmallSnake :: Maybe Text capitalizationSmallCamel :: Maybe Text -..} ) (Maybe Text -> Capitalization) +..} ) (Maybe Text -> Capitalization) -> f (Maybe Text) -> f Capitalization forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -capitalizationCapitalCamel +f Maybe Text +capitalizationCapitalCamel {-# INLINE capitalizationCapitalCamelL #-} -- | 'capitalizationSmallSnake' Lens capitalizationSmallSnakeL :: Lens_' Capitalization (Maybe Text) -capitalizationSmallSnakeL :: (Maybe Text -> f (Maybe Text)) --> Capitalization -> f Capitalization -capitalizationSmallSnakeL Maybe Text -> f (Maybe Text) -f Capitalization{Maybe Text +capitalizationSmallSnakeL :: Lens_' Capitalization (Maybe Text) +capitalizationSmallSnakeL Maybe Text -> f (Maybe Text) +f Capitalization{Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1787,8 +1762,8 @@ capitalizationSmallSnake :: Capitalization -> Maybe Text capitalizationCapitalCamel :: Capitalization -> Maybe Text capitalizationSmallCamel :: Capitalization -> Maybe Text -..} = (\Maybe Text -capitalizationSmallSnake -> Capitalization :: Maybe Text +..} = (\Maybe Text +capitalizationSmallSnake -> Capitalization :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text @@ -1798,7 +1773,7 @@ Capitalization { Maybe Text capitalizationSmallSnake :: Maybe Text capitalizationSmallSnake :: Maybe Text -capitalizationSmallSnake, Maybe Text +capitalizationSmallSnake, Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1809,20 +1784,19 @@ capitalizationCapitalSnake :: Maybe Text capitalizationCapitalCamel :: Maybe Text capitalizationSmallCamel :: Maybe Text -..} ) (Maybe Text -> Capitalization) +..} ) (Maybe Text -> Capitalization) -> f (Maybe Text) -> f Capitalization forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -capitalizationSmallSnake +f Maybe Text +capitalizationSmallSnake {-# INLINE capitalizationSmallSnakeL #-} -- | 'capitalizationCapitalSnake' Lens capitalizationCapitalSnakeL :: Lens_' Capitalization (Maybe Text) -capitalizationCapitalSnakeL :: (Maybe Text -> f (Maybe Text)) --> Capitalization -> f Capitalization -capitalizationCapitalSnakeL Maybe Text -> f (Maybe Text) -f Capitalization{Maybe Text +capitalizationCapitalSnakeL :: Lens_' Capitalization (Maybe Text) +capitalizationCapitalSnakeL Maybe Text -> f (Maybe Text) +f Capitalization{Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1835,8 +1809,8 @@ capitalizationSmallSnake :: Capitalization -> Maybe Text capitalizationCapitalCamel :: Capitalization -> Maybe Text capitalizationSmallCamel :: Capitalization -> Maybe Text -..} = (\Maybe Text -capitalizationCapitalSnake -> Capitalization :: Maybe Text +..} = (\Maybe Text +capitalizationCapitalSnake -> Capitalization :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text @@ -1846,7 +1820,7 @@ Capitalization { Maybe Text capitalizationCapitalSnake :: Maybe Text capitalizationCapitalSnake :: Maybe Text -capitalizationCapitalSnake, Maybe Text +capitalizationCapitalSnake, Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationSmallSnake :: Maybe Text @@ -1857,20 +1831,19 @@ capitalizationSmallSnake :: Maybe Text capitalizationCapitalCamel :: Maybe Text capitalizationSmallCamel :: Maybe Text -..} ) (Maybe Text -> Capitalization) +..} ) (Maybe Text -> Capitalization) -> f (Maybe Text) -> f Capitalization forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -capitalizationCapitalSnake +f Maybe Text +capitalizationCapitalSnake {-# INLINE capitalizationCapitalSnakeL #-} -- | 'capitalizationScaEthFlowPoints' Lens capitalizationScaEthFlowPointsL :: Lens_' Capitalization (Maybe Text) -capitalizationScaEthFlowPointsL :: (Maybe Text -> f (Maybe Text)) --> Capitalization -> f Capitalization -capitalizationScaEthFlowPointsL Maybe Text -> f (Maybe Text) -f Capitalization{Maybe Text +capitalizationScaEthFlowPointsL :: Lens_' Capitalization (Maybe Text) +capitalizationScaEthFlowPointsL Maybe Text -> f (Maybe Text) +f Capitalization{Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1883,8 +1856,8 @@ capitalizationSmallSnake :: Capitalization -> Maybe Text capitalizationCapitalCamel :: Capitalization -> Maybe Text capitalizationSmallCamel :: Capitalization -> Maybe Text -..} = (\Maybe Text -capitalizationScaEthFlowPoints -> Capitalization :: Maybe Text +..} = (\Maybe Text +capitalizationScaEthFlowPoints -> Capitalization :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text @@ -1894,7 +1867,7 @@ Capitalization { Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text -capitalizationScaEthFlowPoints, Maybe Text +capitalizationScaEthFlowPoints, Maybe Text capitalizationAttName :: Maybe Text capitalizationCapitalSnake :: Maybe Text capitalizationSmallSnake :: Maybe Text @@ -1905,20 +1878,19 @@ capitalizationSmallSnake :: Maybe Text capitalizationCapitalCamel :: Maybe Text capitalizationSmallCamel :: Maybe Text -..} ) (Maybe Text -> Capitalization) +..} ) (Maybe Text -> Capitalization) -> f (Maybe Text) -> f Capitalization forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -capitalizationScaEthFlowPoints +f Maybe Text +capitalizationScaEthFlowPoints {-# INLINE capitalizationScaEthFlowPointsL #-} -- | 'capitalizationAttName' Lens capitalizationAttNameL :: Lens_' Capitalization (Maybe Text) -capitalizationAttNameL :: (Maybe Text -> f (Maybe Text)) --> Capitalization -> f Capitalization -capitalizationAttNameL Maybe Text -> f (Maybe Text) -f Capitalization{Maybe Text +capitalizationAttNameL :: Lens_' Capitalization (Maybe Text) +capitalizationAttNameL Maybe Text -> f (Maybe Text) +f Capitalization{Maybe Text capitalizationAttName :: Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text @@ -1931,8 +1903,8 @@ capitalizationSmallSnake :: Capitalization -> Maybe Text capitalizationCapitalCamel :: Capitalization -> Maybe Text capitalizationSmallCamel :: Capitalization -> Maybe Text -..} = (\Maybe Text -capitalizationAttName -> Capitalization :: Maybe Text +..} = (\Maybe Text +capitalizationAttName -> Capitalization :: Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text @@ -1942,7 +1914,7 @@ Capitalization { Maybe Text capitalizationAttName :: Maybe Text capitalizationAttName :: Maybe Text -capitalizationAttName, Maybe Text +capitalizationAttName, Maybe Text capitalizationScaEthFlowPoints :: Maybe Text capitalizationCapitalSnake :: Maybe Text capitalizationSmallSnake :: Maybe Text @@ -1953,12 +1925,12 @@ capitalizationSmallSnake :: Maybe Text capitalizationCapitalCamel :: Maybe Text capitalizationSmallCamel :: Maybe Text -..} ) (Maybe Text -> Capitalization) +..} ) (Maybe Text -> Capitalization) -> f (Maybe Text) -> f Capitalization forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -capitalizationAttName +f Maybe Text +capitalizationAttName {-# INLINE capitalizationAttNameL #-} @@ -1967,9 +1939,9 @@ -- | 'catClassName' Lens catClassNameL :: Lens_' Cat (Text) -catClassNameL :: (Text -> f Text) -> Cat -> f Cat -catClassNameL Text -> f Text -f Cat{Maybe Bool +catClassNameL :: Lens_' Cat Text +catClassNameL Text -> f Text +f Cat{Maybe Bool Maybe Text Text catDeclawed :: Cat -> Maybe Bool @@ -1978,12 +1950,12 @@ catDeclawed :: Maybe Bool catColor :: Maybe Text catClassName :: Text -..} = (\Text -catClassName -> Cat :: Text -> Maybe Text -> Maybe Bool -> Cat +..} = (\Text +catClassName -> Cat :: Text -> Maybe Text -> Maybe Bool -> Cat Cat { Text catClassName :: Text catClassName :: Text -catClassName, Maybe Bool +catClassName, Maybe Bool Maybe Text catDeclawed :: Maybe Bool catColor :: Maybe Text @@ -1992,15 +1964,15 @@ ..} ) (Text -> Cat) -> f Text -> f Cat forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -catClassName +f Text +catClassName {-# INLINE catClassNameL #-} -- | 'catColor' Lens catColorL :: Lens_' Cat (Maybe Text) -catColorL :: (Maybe Text -> f (Maybe Text)) -> Cat -> f Cat -catColorL Maybe Text -> f (Maybe Text) -f Cat{Maybe Bool +catColorL :: Lens_' Cat (Maybe Text) +catColorL Maybe Text -> f (Maybe Text) +f Cat{Maybe Bool Maybe Text Text catDeclawed :: Maybe Bool @@ -2009,29 +1981,29 @@ catDeclawed :: Cat -> Maybe Bool catColor :: Cat -> Maybe Text catClassName :: Cat -> Text -..} = (\Maybe Text -catColor -> Cat :: Text -> Maybe Text -> Maybe Bool -> Cat +..} = (\Maybe Text +catColor -> Cat :: Text -> Maybe Text -> Maybe Bool -> Cat Cat { Maybe Text catColor :: Maybe Text catColor :: Maybe Text -catColor, Maybe Bool +catColor, Maybe Bool Text catDeclawed :: Maybe Bool catClassName :: Text catDeclawed :: Maybe Bool catClassName :: Text -..} ) (Maybe Text -> Cat) -> f (Maybe Text) -> f Cat +..} ) (Maybe Text -> Cat) -> f (Maybe Text) -> f Cat forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -catColor +f Maybe Text +catColor {-# INLINE catColorL #-} -- | 'catDeclawed' Lens catDeclawedL :: Lens_' Cat (Maybe Bool) -catDeclawedL :: (Maybe Bool -> f (Maybe Bool)) -> Cat -> f Cat -catDeclawedL Maybe Bool -> f (Maybe Bool) -f Cat{Maybe Bool +catDeclawedL :: Lens_' Cat (Maybe Bool) +catDeclawedL Maybe Bool -> f (Maybe Bool) +f Cat{Maybe Bool Maybe Text Text catDeclawed :: Maybe Bool @@ -2040,22 +2012,22 @@ catDeclawed :: Cat -> Maybe Bool catColor :: Cat -> Maybe Text catClassName :: Cat -> Text -..} = (\Maybe Bool -catDeclawed -> Cat :: Text -> Maybe Text -> Maybe Bool -> Cat +..} = (\Maybe Bool +catDeclawed -> Cat :: Text -> Maybe Text -> Maybe Bool -> Cat Cat { Maybe Bool catDeclawed :: Maybe Bool catDeclawed :: Maybe Bool -catDeclawed, Maybe Text +catDeclawed, Maybe Text Text catColor :: Maybe Text catClassName :: Text catColor :: Maybe Text catClassName :: Text -..} ) (Maybe Bool -> Cat) -> f (Maybe Bool) -> f Cat +..} ) (Maybe Bool -> Cat) -> f (Maybe Bool) -> f Cat forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -catDeclawed +f Maybe Bool +catDeclawed {-# INLINE catDeclawedL #-} @@ -2064,21 +2036,21 @@ -- | 'catAllOfDeclawed' Lens catAllOfDeclawedL :: Lens_' CatAllOf (Maybe Bool) -catAllOfDeclawedL :: (Maybe Bool -> f (Maybe Bool)) -> CatAllOf -> f CatAllOf -catAllOfDeclawedL Maybe Bool -> f (Maybe Bool) -f CatAllOf{Maybe Bool +catAllOfDeclawedL :: Lens_' CatAllOf (Maybe Bool) +catAllOfDeclawedL Maybe Bool -> f (Maybe Bool) +f CatAllOf{Maybe Bool catAllOfDeclawed :: CatAllOf -> Maybe Bool catAllOfDeclawed :: Maybe Bool -..} = (\Maybe Bool -catAllOfDeclawed -> CatAllOf :: Maybe Bool -> CatAllOf +..} = (\Maybe Bool +catAllOfDeclawed -> CatAllOf :: Maybe Bool -> CatAllOf CatAllOf { Maybe Bool catAllOfDeclawed :: Maybe Bool catAllOfDeclawed :: Maybe Bool -catAllOfDeclawed, ..} ) (Maybe Bool -> CatAllOf) -> f (Maybe Bool) -> f CatAllOf +catAllOfDeclawed, ..} ) (Maybe Bool -> CatAllOf) -> f (Maybe Bool) -> f CatAllOf forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -catAllOfDeclawed +f Maybe Bool +catAllOfDeclawed {-# INLINE catAllOfDeclawedL #-} @@ -2087,52 +2059,52 @@ -- | 'categoryId' Lens categoryIdL :: Lens_' Category (Maybe Integer) -categoryIdL :: (Maybe Integer -> f (Maybe Integer)) -> Category -> f Category -categoryIdL Maybe Integer -> f (Maybe Integer) -f Category{Maybe Integer +categoryIdL :: Lens_' Category (Maybe Integer) +categoryIdL Maybe Integer -> f (Maybe Integer) +f Category{Maybe Integer Text categoryName :: Category -> Text categoryId :: Category -> Maybe Integer categoryName :: Text categoryId :: Maybe Integer -..} = (\Maybe Integer -categoryId -> Category :: Maybe Integer -> Text -> Category +..} = (\Maybe Integer +categoryId -> Category :: Maybe Integer -> Text -> Category Category { Maybe Integer categoryId :: Maybe Integer categoryId :: Maybe Integer -categoryId, Text +categoryId, Text categoryName :: Text categoryName :: Text ..} ) (Maybe Integer -> Category) -> f (Maybe Integer) -> f Category forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -categoryId +f Maybe Integer +categoryId {-# INLINE categoryIdL #-} -- | 'categoryName' Lens categoryNameL :: Lens_' Category (Text) -categoryNameL :: (Text -> f Text) -> Category -> f Category -categoryNameL Text -> f Text -f Category{Maybe Integer +categoryNameL :: Lens_' Category Text +categoryNameL Text -> f Text +f Category{Maybe Integer Text categoryName :: Text categoryId :: Maybe Integer categoryName :: Category -> Text categoryId :: Category -> Maybe Integer -..} = (\Text -categoryName -> Category :: Maybe Integer -> Text -> Category +..} = (\Text +categoryName -> Category :: Maybe Integer -> Text -> Category Category { Text categoryName :: Text categoryName :: Text -categoryName, Maybe Integer +categoryName, Maybe Integer categoryId :: Maybe Integer categoryId :: Maybe Integer -..} ) (Text -> Category) -> f Text -> f Category +..} ) (Text -> Category) -> f Text -> f Category forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -categoryName +f Text +categoryName {-# INLINE categoryNameL #-} @@ -2141,21 +2113,21 @@ -- | 'classModelClass' Lens classModelClassL :: Lens_' ClassModel (Maybe Text) -classModelClassL :: (Maybe Text -> f (Maybe Text)) -> ClassModel -> f ClassModel -classModelClassL Maybe Text -> f (Maybe Text) -f ClassModel{Maybe Text +classModelClassL :: Lens_' ClassModel (Maybe Text) +classModelClassL Maybe Text -> f (Maybe Text) +f ClassModel{Maybe Text classModelClass :: ClassModel -> Maybe Text classModelClass :: Maybe Text -..} = (\Maybe Text -classModelClass -> ClassModel :: Maybe Text -> ClassModel +..} = (\Maybe Text +classModelClass -> ClassModel :: Maybe Text -> ClassModel ClassModel { Maybe Text classModelClass :: Maybe Text classModelClass :: Maybe Text -classModelClass, ..} ) (Maybe Text -> ClassModel) -> f (Maybe Text) -> f ClassModel +classModelClass, ..} ) (Maybe Text -> ClassModel) -> f (Maybe Text) -> f ClassModel forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -classModelClass +f Maybe Text +classModelClass {-# INLINE classModelClassL #-} @@ -2164,21 +2136,21 @@ -- | 'clientClient' Lens clientClientL :: Lens_' Client (Maybe Text) -clientClientL :: (Maybe Text -> f (Maybe Text)) -> Client -> f Client -clientClientL Maybe Text -> f (Maybe Text) -f Client{Maybe Text +clientClientL :: Lens_' Client (Maybe Text) +clientClientL Maybe Text -> f (Maybe Text) +f Client{Maybe Text clientClient :: Client -> Maybe Text clientClient :: Maybe Text -..} = (\Maybe Text -clientClient -> Client :: Maybe Text -> Client +..} = (\Maybe Text +clientClient -> Client :: Maybe Text -> Client Client { Maybe Text clientClient :: Maybe Text clientClient :: Maybe Text -clientClient, ..} ) (Maybe Text -> Client) -> f (Maybe Text) -> f Client +clientClient, ..} ) (Maybe Text -> Client) -> f (Maybe Text) -> f Client forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -clientClient +f Maybe Text +clientClient {-# INLINE clientClientL #-} @@ -2187,9 +2159,9 @@ -- | 'dogClassName' Lens dogClassNameL :: Lens_' Dog (Text) -dogClassNameL :: (Text -> f Text) -> Dog -> f Dog -dogClassNameL Text -> f Text -f Dog{Maybe Text +dogClassNameL :: Lens_' Dog Text +dogClassNameL Text -> f Text +f Dog{Maybe Text Text dogBreed :: Dog -> Maybe Text dogColor :: Dog -> Maybe Text @@ -2197,12 +2169,12 @@ dogBreed :: Maybe Text dogColor :: Maybe Text dogClassName :: Text -..} = (\Text -dogClassName -> Dog :: Text -> Maybe Text -> Maybe Text -> Dog +..} = (\Text +dogClassName -> Dog :: Text -> Maybe Text -> Maybe Text -> Dog Dog { Text dogClassName :: Text dogClassName :: Text -dogClassName, Maybe Text +dogClassName, Maybe Text dogBreed :: Maybe Text dogColor :: Maybe Text dogBreed :: Maybe Text @@ -2210,15 +2182,15 @@ ..} ) (Text -> Dog) -> f Text -> f Dog forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -dogClassName +f Text +dogClassName {-# INLINE dogClassNameL #-} -- | 'dogColor' Lens dogColorL :: Lens_' Dog (Maybe Text) -dogColorL :: (Maybe Text -> f (Maybe Text)) -> Dog -> f Dog -dogColorL Maybe Text -> f (Maybe Text) -f Dog{Maybe Text +dogColorL :: Lens_' Dog (Maybe Text) +dogColorL Maybe Text -> f (Maybe Text) +f Dog{Maybe Text Text dogBreed :: Maybe Text dogColor :: Maybe Text @@ -2226,29 +2198,29 @@ dogBreed :: Dog -> Maybe Text dogColor :: Dog -> Maybe Text dogClassName :: Dog -> Text -..} = (\Maybe Text -dogColor -> Dog :: Text -> Maybe Text -> Maybe Text -> Dog +..} = (\Maybe Text +dogColor -> Dog :: Text -> Maybe Text -> Maybe Text -> Dog Dog { Maybe Text dogColor :: Maybe Text dogColor :: Maybe Text -dogColor, Maybe Text +dogColor, Maybe Text Text dogBreed :: Maybe Text dogClassName :: Text dogBreed :: Maybe Text dogClassName :: Text -..} ) (Maybe Text -> Dog) -> f (Maybe Text) -> f Dog +..} ) (Maybe Text -> Dog) -> f (Maybe Text) -> f Dog forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -dogColor +f Maybe Text +dogColor {-# INLINE dogColorL #-} -- | 'dogBreed' Lens dogBreedL :: Lens_' Dog (Maybe Text) -dogBreedL :: (Maybe Text -> f (Maybe Text)) -> Dog -> f Dog -dogBreedL Maybe Text -> f (Maybe Text) -f Dog{Maybe Text +dogBreedL :: Lens_' Dog (Maybe Text) +dogBreedL Maybe Text -> f (Maybe Text) +f Dog{Maybe Text Text dogBreed :: Maybe Text dogColor :: Maybe Text @@ -2256,22 +2228,22 @@ dogBreed :: Dog -> Maybe Text dogColor :: Dog -> Maybe Text dogClassName :: Dog -> Text -..} = (\Maybe Text -dogBreed -> Dog :: Text -> Maybe Text -> Maybe Text -> Dog +..} = (\Maybe Text +dogBreed -> Dog :: Text -> Maybe Text -> Maybe Text -> Dog Dog { Maybe Text dogBreed :: Maybe Text dogBreed :: Maybe Text -dogBreed, Maybe Text +dogBreed, Maybe Text Text dogColor :: Maybe Text dogClassName :: Text dogColor :: Maybe Text dogClassName :: Text -..} ) (Maybe Text -> Dog) -> f (Maybe Text) -> f Dog +..} ) (Maybe Text -> Dog) -> f (Maybe Text) -> f Dog forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -dogBreed +f Maybe Text +dogBreed {-# INLINE dogBreedL #-} @@ -2280,21 +2252,21 @@ -- | 'dogAllOfBreed' Lens dogAllOfBreedL :: Lens_' DogAllOf (Maybe Text) -dogAllOfBreedL :: (Maybe Text -> f (Maybe Text)) -> DogAllOf -> f DogAllOf -dogAllOfBreedL Maybe Text -> f (Maybe Text) -f DogAllOf{Maybe Text +dogAllOfBreedL :: Lens_' DogAllOf (Maybe Text) +dogAllOfBreedL Maybe Text -> f (Maybe Text) +f DogAllOf{Maybe Text dogAllOfBreed :: DogAllOf -> Maybe Text dogAllOfBreed :: Maybe Text -..} = (\Maybe Text -dogAllOfBreed -> DogAllOf :: Maybe Text -> DogAllOf +..} = (\Maybe Text +dogAllOfBreed -> DogAllOf :: Maybe Text -> DogAllOf DogAllOf { Maybe Text dogAllOfBreed :: Maybe Text dogAllOfBreed :: Maybe Text -dogAllOfBreed, ..} ) (Maybe Text -> DogAllOf) -> f (Maybe Text) -> f DogAllOf +dogAllOfBreed, ..} ) (Maybe Text -> DogAllOf) -> f (Maybe Text) -> f DogAllOf forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -dogAllOfBreed +f Maybe Text +dogAllOfBreed {-# INLINE dogAllOfBreedL #-} @@ -2303,56 +2275,54 @@ -- | 'enumArraysJustSymbol' Lens enumArraysJustSymbolL :: Lens_' EnumArrays (Maybe E'JustSymbol) -enumArraysJustSymbolL :: (Maybe E'JustSymbol -> f (Maybe E'JustSymbol)) --> EnumArrays -> f EnumArrays -enumArraysJustSymbolL Maybe E'JustSymbol -> f (Maybe E'JustSymbol) -f EnumArrays{Maybe [E'ArrayEnum] +enumArraysJustSymbolL :: Lens_' EnumArrays (Maybe E'JustSymbol) +enumArraysJustSymbolL Maybe E'JustSymbol -> f (Maybe E'JustSymbol) +f EnumArrays{Maybe [E'ArrayEnum] Maybe E'JustSymbol enumArraysArrayEnum :: EnumArrays -> Maybe [E'ArrayEnum] enumArraysJustSymbol :: EnumArrays -> Maybe E'JustSymbol enumArraysArrayEnum :: Maybe [E'ArrayEnum] enumArraysJustSymbol :: Maybe E'JustSymbol -..} = (\Maybe E'JustSymbol -enumArraysJustSymbol -> EnumArrays :: Maybe E'JustSymbol -> Maybe [E'ArrayEnum] -> EnumArrays +..} = (\Maybe E'JustSymbol +enumArraysJustSymbol -> EnumArrays :: Maybe E'JustSymbol -> Maybe [E'ArrayEnum] -> EnumArrays EnumArrays { Maybe E'JustSymbol enumArraysJustSymbol :: Maybe E'JustSymbol enumArraysJustSymbol :: Maybe E'JustSymbol -enumArraysJustSymbol, Maybe [E'ArrayEnum] +enumArraysJustSymbol, Maybe [E'ArrayEnum] enumArraysArrayEnum :: Maybe [E'ArrayEnum] enumArraysArrayEnum :: Maybe [E'ArrayEnum] ..} ) (Maybe E'JustSymbol -> EnumArrays) -> f (Maybe E'JustSymbol) -> f EnumArrays forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'JustSymbol -> f (Maybe E'JustSymbol) -f Maybe E'JustSymbol -enumArraysJustSymbol +f Maybe E'JustSymbol +enumArraysJustSymbol {-# INLINE enumArraysJustSymbolL #-} -- | 'enumArraysArrayEnum' Lens enumArraysArrayEnumL :: Lens_' EnumArrays (Maybe [E'ArrayEnum]) -enumArraysArrayEnumL :: (Maybe [E'ArrayEnum] -> f (Maybe [E'ArrayEnum])) --> EnumArrays -> f EnumArrays -enumArraysArrayEnumL Maybe [E'ArrayEnum] -> f (Maybe [E'ArrayEnum]) -f EnumArrays{Maybe [E'ArrayEnum] +enumArraysArrayEnumL :: Lens_' EnumArrays (Maybe [E'ArrayEnum]) +enumArraysArrayEnumL Maybe [E'ArrayEnum] -> f (Maybe [E'ArrayEnum]) +f EnumArrays{Maybe [E'ArrayEnum] Maybe E'JustSymbol enumArraysArrayEnum :: Maybe [E'ArrayEnum] enumArraysJustSymbol :: Maybe E'JustSymbol enumArraysArrayEnum :: EnumArrays -> Maybe [E'ArrayEnum] enumArraysJustSymbol :: EnumArrays -> Maybe E'JustSymbol -..} = (\Maybe [E'ArrayEnum] -enumArraysArrayEnum -> EnumArrays :: Maybe E'JustSymbol -> Maybe [E'ArrayEnum] -> EnumArrays +..} = (\Maybe [E'ArrayEnum] +enumArraysArrayEnum -> EnumArrays :: Maybe E'JustSymbol -> Maybe [E'ArrayEnum] -> EnumArrays EnumArrays { Maybe [E'ArrayEnum] enumArraysArrayEnum :: Maybe [E'ArrayEnum] enumArraysArrayEnum :: Maybe [E'ArrayEnum] -enumArraysArrayEnum, Maybe E'JustSymbol +enumArraysArrayEnum, Maybe E'JustSymbol enumArraysJustSymbol :: Maybe E'JustSymbol enumArraysJustSymbol :: Maybe E'JustSymbol -..} ) (Maybe [E'ArrayEnum] -> EnumArrays) +..} ) (Maybe [E'ArrayEnum] -> EnumArrays) -> f (Maybe [E'ArrayEnum]) -> f EnumArrays forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [E'ArrayEnum] -> f (Maybe [E'ArrayEnum]) -f Maybe [E'ArrayEnum] -enumArraysArrayEnum +f Maybe [E'ArrayEnum] +enumArraysArrayEnum {-# INLINE enumArraysArrayEnumL #-} @@ -2365,10 +2335,9 @@ -- | 'enumTestEnumString' Lens enumTestEnumStringL :: Lens_' EnumTest (Maybe E'EnumString) -enumTestEnumStringL :: (Maybe E'EnumString -> f (Maybe E'EnumString)) --> EnumTest -> f EnumTest -enumTestEnumStringL Maybe E'EnumString -> f (Maybe E'EnumString) -f EnumTest{Maybe OuterEnum +enumTestEnumStringL :: Lens_' EnumTest (Maybe E'EnumString) +enumTestEnumStringL Maybe E'EnumString -> f (Maybe E'EnumString) +f EnumTest{Maybe OuterEnum Maybe E'EnumString Maybe E'EnumNumber Maybe E'EnumInteger @@ -2383,8 +2352,8 @@ enumTestEnumInteger :: Maybe E'EnumInteger enumTestEnumStringRequired :: E'EnumString enumTestEnumString :: Maybe E'EnumString -..} = (\Maybe E'EnumString -enumTestEnumString -> EnumTest :: Maybe E'EnumString +..} = (\Maybe E'EnumString +enumTestEnumString -> EnumTest :: Maybe E'EnumString -> E'EnumString -> Maybe E'EnumInteger -> Maybe E'EnumNumber @@ -2393,7 +2362,7 @@ EnumTest { Maybe E'EnumString enumTestEnumString :: Maybe E'EnumString enumTestEnumString :: Maybe E'EnumString -enumTestEnumString, Maybe OuterEnum +enumTestEnumString, Maybe OuterEnum Maybe E'EnumNumber Maybe E'EnumInteger E'EnumString @@ -2409,15 +2378,15 @@ -> f (Maybe E'EnumString) -> f EnumTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'EnumString -> f (Maybe E'EnumString) -f Maybe E'EnumString -enumTestEnumString +f Maybe E'EnumString +enumTestEnumString {-# INLINE enumTestEnumStringL #-} -- | 'enumTestEnumStringRequired' Lens enumTestEnumStringRequiredL :: Lens_' EnumTest (E'EnumString) -enumTestEnumStringRequiredL :: (E'EnumString -> f E'EnumString) -> EnumTest -> f EnumTest -enumTestEnumStringRequiredL E'EnumString -> f E'EnumString -f EnumTest{Maybe OuterEnum +enumTestEnumStringRequiredL :: Lens_' EnumTest E'EnumString +enumTestEnumStringRequiredL E'EnumString -> f E'EnumString +f EnumTest{Maybe OuterEnum Maybe E'EnumString Maybe E'EnumNumber Maybe E'EnumInteger @@ -2432,8 +2401,8 @@ enumTestEnumInteger :: EnumTest -> Maybe E'EnumInteger enumTestEnumStringRequired :: EnumTest -> E'EnumString enumTestEnumString :: EnumTest -> Maybe E'EnumString -..} = (\E'EnumString -enumTestEnumStringRequired -> EnumTest :: Maybe E'EnumString +..} = (\E'EnumString +enumTestEnumStringRequired -> EnumTest :: Maybe E'EnumString -> E'EnumString -> Maybe E'EnumInteger -> Maybe E'EnumNumber @@ -2442,7 +2411,7 @@ EnumTest { E'EnumString enumTestEnumStringRequired :: E'EnumString enumTestEnumStringRequired :: E'EnumString -enumTestEnumStringRequired, Maybe OuterEnum +enumTestEnumStringRequired, Maybe OuterEnum Maybe E'EnumString Maybe E'EnumNumber Maybe E'EnumInteger @@ -2454,19 +2423,18 @@ enumTestEnumNumber :: Maybe E'EnumNumber enumTestEnumInteger :: Maybe E'EnumInteger enumTestEnumString :: Maybe E'EnumString -..} ) (E'EnumString -> EnumTest) -> f E'EnumString -> f EnumTest +..} ) (E'EnumString -> EnumTest) -> f E'EnumString -> f EnumTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> E'EnumString -> f E'EnumString -f E'EnumString -enumTestEnumStringRequired +f E'EnumString +enumTestEnumStringRequired {-# INLINE enumTestEnumStringRequiredL #-} -- | 'enumTestEnumInteger' Lens enumTestEnumIntegerL :: Lens_' EnumTest (Maybe E'EnumInteger) -enumTestEnumIntegerL :: (Maybe E'EnumInteger -> f (Maybe E'EnumInteger)) --> EnumTest -> f EnumTest -enumTestEnumIntegerL Maybe E'EnumInteger -> f (Maybe E'EnumInteger) -f EnumTest{Maybe OuterEnum +enumTestEnumIntegerL :: Lens_' EnumTest (Maybe E'EnumInteger) +enumTestEnumIntegerL Maybe E'EnumInteger -> f (Maybe E'EnumInteger) +f EnumTest{Maybe OuterEnum Maybe E'EnumString Maybe E'EnumNumber Maybe E'EnumInteger @@ -2481,8 +2449,8 @@ enumTestEnumInteger :: EnumTest -> Maybe E'EnumInteger enumTestEnumStringRequired :: EnumTest -> E'EnumString enumTestEnumString :: EnumTest -> Maybe E'EnumString -..} = (\Maybe E'EnumInteger -enumTestEnumInteger -> EnumTest :: Maybe E'EnumString +..} = (\Maybe E'EnumInteger +enumTestEnumInteger -> EnumTest :: Maybe E'EnumString -> E'EnumString -> Maybe E'EnumInteger -> Maybe E'EnumNumber @@ -2491,7 +2459,7 @@ EnumTest { Maybe E'EnumInteger enumTestEnumInteger :: Maybe E'EnumInteger enumTestEnumInteger :: Maybe E'EnumInteger -enumTestEnumInteger, Maybe OuterEnum +enumTestEnumInteger, Maybe OuterEnum Maybe E'EnumString Maybe E'EnumNumber E'EnumString @@ -2503,20 +2471,19 @@ enumTestEnumNumber :: Maybe E'EnumNumber enumTestEnumStringRequired :: E'EnumString enumTestEnumString :: Maybe E'EnumString -..} ) (Maybe E'EnumInteger -> EnumTest) +..} ) (Maybe E'EnumInteger -> EnumTest) -> f (Maybe E'EnumInteger) -> f EnumTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'EnumInteger -> f (Maybe E'EnumInteger) -f Maybe E'EnumInteger -enumTestEnumInteger +f Maybe E'EnumInteger +enumTestEnumInteger {-# INLINE enumTestEnumIntegerL #-} -- | 'enumTestEnumNumber' Lens enumTestEnumNumberL :: Lens_' EnumTest (Maybe E'EnumNumber) -enumTestEnumNumberL :: (Maybe E'EnumNumber -> f (Maybe E'EnumNumber)) --> EnumTest -> f EnumTest -enumTestEnumNumberL Maybe E'EnumNumber -> f (Maybe E'EnumNumber) -f EnumTest{Maybe OuterEnum +enumTestEnumNumberL :: Lens_' EnumTest (Maybe E'EnumNumber) +enumTestEnumNumberL Maybe E'EnumNumber -> f (Maybe E'EnumNumber) +f EnumTest{Maybe OuterEnum Maybe E'EnumString Maybe E'EnumNumber Maybe E'EnumInteger @@ -2531,8 +2498,8 @@ enumTestEnumInteger :: EnumTest -> Maybe E'EnumInteger enumTestEnumStringRequired :: EnumTest -> E'EnumString enumTestEnumString :: EnumTest -> Maybe E'EnumString -..} = (\Maybe E'EnumNumber -enumTestEnumNumber -> EnumTest :: Maybe E'EnumString +..} = (\Maybe E'EnumNumber +enumTestEnumNumber -> EnumTest :: Maybe E'EnumString -> E'EnumString -> Maybe E'EnumInteger -> Maybe E'EnumNumber @@ -2541,7 +2508,7 @@ EnumTest { Maybe E'EnumNumber enumTestEnumNumber :: Maybe E'EnumNumber enumTestEnumNumber :: Maybe E'EnumNumber -enumTestEnumNumber, Maybe OuterEnum +enumTestEnumNumber, Maybe OuterEnum Maybe E'EnumString Maybe E'EnumInteger E'EnumString @@ -2553,19 +2520,19 @@ enumTestEnumInteger :: Maybe E'EnumInteger enumTestEnumStringRequired :: E'EnumString enumTestEnumString :: Maybe E'EnumString -..} ) (Maybe E'EnumNumber -> EnumTest) +..} ) (Maybe E'EnumNumber -> EnumTest) -> f (Maybe E'EnumNumber) -> f EnumTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'EnumNumber -> f (Maybe E'EnumNumber) -f Maybe E'EnumNumber -enumTestEnumNumber +f Maybe E'EnumNumber +enumTestEnumNumber {-# INLINE enumTestEnumNumberL #-} -- | 'enumTestOuterEnum' Lens enumTestOuterEnumL :: Lens_' EnumTest (Maybe OuterEnum) -enumTestOuterEnumL :: (Maybe OuterEnum -> f (Maybe OuterEnum)) -> EnumTest -> f EnumTest -enumTestOuterEnumL Maybe OuterEnum -> f (Maybe OuterEnum) -f EnumTest{Maybe OuterEnum +enumTestOuterEnumL :: Lens_' EnumTest (Maybe OuterEnum) +enumTestOuterEnumL Maybe OuterEnum -> f (Maybe OuterEnum) +f EnumTest{Maybe OuterEnum Maybe E'EnumString Maybe E'EnumNumber Maybe E'EnumInteger @@ -2580,8 +2547,8 @@ enumTestEnumInteger :: EnumTest -> Maybe E'EnumInteger enumTestEnumStringRequired :: EnumTest -> E'EnumString enumTestEnumString :: EnumTest -> Maybe E'EnumString -..} = (\Maybe OuterEnum -enumTestOuterEnum -> EnumTest :: Maybe E'EnumString +..} = (\Maybe OuterEnum +enumTestOuterEnum -> EnumTest :: Maybe E'EnumString -> E'EnumString -> Maybe E'EnumInteger -> Maybe E'EnumNumber @@ -2590,7 +2557,7 @@ EnumTest { Maybe OuterEnum enumTestOuterEnum :: Maybe OuterEnum enumTestOuterEnum :: Maybe OuterEnum -enumTestOuterEnum, Maybe E'EnumString +enumTestOuterEnum, Maybe E'EnumString Maybe E'EnumNumber Maybe E'EnumInteger E'EnumString @@ -2602,11 +2569,11 @@ enumTestEnumInteger :: Maybe E'EnumInteger enumTestEnumStringRequired :: E'EnumString enumTestEnumString :: Maybe E'EnumString -..} ) (Maybe OuterEnum -> EnumTest) -> f (Maybe OuterEnum) -> f EnumTest +..} ) (Maybe OuterEnum -> EnumTest) -> f (Maybe OuterEnum) -> f EnumTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe OuterEnum -> f (Maybe OuterEnum) -f Maybe OuterEnum -enumTestOuterEnum +f Maybe OuterEnum +enumTestOuterEnum {-# INLINE enumTestOuterEnumL #-} @@ -2615,21 +2582,21 @@ -- | 'fileSourceUri' Lens fileSourceUriL :: Lens_' File (Maybe Text) -fileSourceUriL :: (Maybe Text -> f (Maybe Text)) -> File -> f File -fileSourceUriL Maybe Text -> f (Maybe Text) -f File{Maybe Text +fileSourceUriL :: Lens_' File (Maybe Text) +fileSourceUriL Maybe Text -> f (Maybe Text) +f File{Maybe Text fileSourceUri :: File -> Maybe Text fileSourceUri :: Maybe Text -..} = (\Maybe Text -fileSourceUri -> File :: Maybe Text -> File +..} = (\Maybe Text +fileSourceUri -> File :: Maybe Text -> File File { Maybe Text fileSourceUri :: Maybe Text fileSourceUri :: Maybe Text -fileSourceUri, ..} ) (Maybe Text -> File) -> f (Maybe Text) -> f File +fileSourceUri, ..} ) (Maybe Text -> File) -> f (Maybe Text) -> f File forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -fileSourceUri +f Maybe Text +fileSourceUri {-# INLINE fileSourceUriL #-} @@ -2638,56 +2605,54 @@ -- | 'fileSchemaTestClassFile' Lens fileSchemaTestClassFileL :: Lens_' FileSchemaTestClass (Maybe File) -fileSchemaTestClassFileL :: (Maybe File -> f (Maybe File)) --> FileSchemaTestClass -> f FileSchemaTestClass -fileSchemaTestClassFileL Maybe File -> f (Maybe File) -f FileSchemaTestClass{Maybe [File] +fileSchemaTestClassFileL :: Lens_' FileSchemaTestClass (Maybe File) +fileSchemaTestClassFileL Maybe File -> f (Maybe File) +f FileSchemaTestClass{Maybe [File] Maybe File fileSchemaTestClassFiles :: FileSchemaTestClass -> Maybe [File] fileSchemaTestClassFile :: FileSchemaTestClass -> Maybe File fileSchemaTestClassFiles :: Maybe [File] fileSchemaTestClassFile :: Maybe File -..} = (\Maybe File -fileSchemaTestClassFile -> FileSchemaTestClass :: Maybe File -> Maybe [File] -> FileSchemaTestClass +..} = (\Maybe File +fileSchemaTestClassFile -> FileSchemaTestClass :: Maybe File -> Maybe [File] -> FileSchemaTestClass FileSchemaTestClass { Maybe File fileSchemaTestClassFile :: Maybe File fileSchemaTestClassFile :: Maybe File -fileSchemaTestClassFile, Maybe [File] +fileSchemaTestClassFile, Maybe [File] fileSchemaTestClassFiles :: Maybe [File] fileSchemaTestClassFiles :: Maybe [File] ..} ) (Maybe File -> FileSchemaTestClass) -> f (Maybe File) -> f FileSchemaTestClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe File -> f (Maybe File) -f Maybe File -fileSchemaTestClassFile +f Maybe File +fileSchemaTestClassFile {-# INLINE fileSchemaTestClassFileL #-} -- | 'fileSchemaTestClassFiles' Lens fileSchemaTestClassFilesL :: Lens_' FileSchemaTestClass (Maybe [File]) -fileSchemaTestClassFilesL :: (Maybe [File] -> f (Maybe [File])) --> FileSchemaTestClass -> f FileSchemaTestClass -fileSchemaTestClassFilesL Maybe [File] -> f (Maybe [File]) -f FileSchemaTestClass{Maybe [File] +fileSchemaTestClassFilesL :: Lens_' FileSchemaTestClass (Maybe [File]) +fileSchemaTestClassFilesL Maybe [File] -> f (Maybe [File]) +f FileSchemaTestClass{Maybe [File] Maybe File fileSchemaTestClassFiles :: Maybe [File] fileSchemaTestClassFile :: Maybe File fileSchemaTestClassFiles :: FileSchemaTestClass -> Maybe [File] fileSchemaTestClassFile :: FileSchemaTestClass -> Maybe File -..} = (\Maybe [File] -fileSchemaTestClassFiles -> FileSchemaTestClass :: Maybe File -> Maybe [File] -> FileSchemaTestClass +..} = (\Maybe [File] +fileSchemaTestClassFiles -> FileSchemaTestClass :: Maybe File -> Maybe [File] -> FileSchemaTestClass FileSchemaTestClass { Maybe [File] fileSchemaTestClassFiles :: Maybe [File] fileSchemaTestClassFiles :: Maybe [File] -fileSchemaTestClassFiles, Maybe File +fileSchemaTestClassFiles, Maybe File fileSchemaTestClassFile :: Maybe File fileSchemaTestClassFile :: Maybe File -..} ) (Maybe [File] -> FileSchemaTestClass) +..} ) (Maybe [File] -> FileSchemaTestClass) -> f (Maybe [File]) -> f FileSchemaTestClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [File] -> f (Maybe [File]) -f Maybe [File] -fileSchemaTestClassFiles +f Maybe [File] +fileSchemaTestClassFiles {-# INLINE fileSchemaTestClassFilesL #-} @@ -2696,9 +2661,9 @@ -- | 'formatTestInteger' Lens formatTestIntegerL :: Lens_' FormatTest (Maybe Int) -formatTestIntegerL :: (Maybe Int -> f (Maybe Int)) -> FormatTest -> f FormatTest -formatTestIntegerL Maybe Int -> f (Maybe Int) -f FormatTest{Double +formatTestIntegerL :: Lens_' FormatTest (Maybe Int) +formatTestIntegerL Maybe Int -> f (Maybe Int) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -2737,8 +2702,8 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} = (\Maybe Int -formatTestInteger -> FormatTest :: Maybe Int +..} = (\Maybe Int +formatTestInteger -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -2756,7 +2721,7 @@ FormatTest { Maybe Int formatTestInteger :: Maybe Int formatTestInteger :: Maybe Int -formatTestInteger, Double +formatTestInteger, Double Maybe Double Maybe Float Maybe Int @@ -2796,15 +2761,15 @@ ..} ) (Maybe Int -> FormatTest) -> f (Maybe Int) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -formatTestInteger +f Maybe Int +formatTestInteger {-# INLINE formatTestIntegerL #-} -- | 'formatTestInt32' Lens formatTestInt32L :: Lens_' FormatTest (Maybe Int) -formatTestInt32L :: (Maybe Int -> f (Maybe Int)) -> FormatTest -> f FormatTest -formatTestInt32L Maybe Int -> f (Maybe Int) -f FormatTest{Double +formatTestInt32L :: Lens_' FormatTest (Maybe Int) +formatTestInt32L Maybe Int -> f (Maybe Int) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -2843,8 +2808,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe Int -formatTestInt32 -> FormatTest :: Maybe Int +..} = (\Maybe Int +formatTestInt32 -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -2862,7 +2827,7 @@ FormatTest { Maybe Int formatTestInt32 :: Maybe Int formatTestInt32 :: Maybe Int -formatTestInt32, Double +formatTestInt32, Double Maybe Double Maybe Float Maybe Int @@ -2899,18 +2864,18 @@ formatTestNumber :: Double formatTestInt64 :: Maybe Integer formatTestInteger :: Maybe Int -..} ) (Maybe Int -> FormatTest) -> f (Maybe Int) -> f FormatTest +..} ) (Maybe Int -> FormatTest) -> f (Maybe Int) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -formatTestInt32 +f Maybe Int +formatTestInt32 {-# INLINE formatTestInt32L #-} -- | 'formatTestInt64' Lens formatTestInt64L :: Lens_' FormatTest (Maybe Integer) -formatTestInt64L :: (Maybe Integer -> f (Maybe Integer)) -> FormatTest -> f FormatTest -formatTestInt64L Maybe Integer -> f (Maybe Integer) -f FormatTest{Double +formatTestInt64L :: Lens_' FormatTest (Maybe Integer) +formatTestInt64L Maybe Integer -> f (Maybe Integer) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -2949,8 +2914,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe Integer -formatTestInt64 -> FormatTest :: Maybe Int +..} = (\Maybe Integer +formatTestInt64 -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -2968,7 +2933,7 @@ FormatTest { Maybe Integer formatTestInt64 :: Maybe Integer formatTestInt64 :: Maybe Integer -formatTestInt64, Double +formatTestInt64, Double Maybe Double Maybe Float Maybe Int @@ -3004,18 +2969,18 @@ formatTestNumber :: Double formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe Integer -> FormatTest) -> f (Maybe Integer) -> f FormatTest +..} ) (Maybe Integer -> FormatTest) -> f (Maybe Integer) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -formatTestInt64 +f Maybe Integer +formatTestInt64 {-# INLINE formatTestInt64L #-} -- | 'formatTestNumber' Lens formatTestNumberL :: Lens_' FormatTest (Double) -formatTestNumberL :: (Double -> f Double) -> FormatTest -> f FormatTest -formatTestNumberL Double -> f Double -f FormatTest{Double +formatTestNumberL :: Lens_' FormatTest Double +formatTestNumberL Double -> f Double +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3054,8 +3019,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Double -formatTestNumber -> FormatTest :: Maybe Int +..} = (\Double +formatTestNumber -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3073,7 +3038,7 @@ FormatTest { Double formatTestNumber :: Double formatTestNumber :: Double -formatTestNumber, Maybe Double +formatTestNumber, Maybe Double Maybe Float Maybe Int Maybe Integer @@ -3109,18 +3074,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Double -> FormatTest) -> f Double -> f FormatTest +..} ) (Double -> FormatTest) -> f Double -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Double -> f Double -f Double -formatTestNumber +f Double +formatTestNumber {-# INLINE formatTestNumberL #-} -- | 'formatTestFloat' Lens formatTestFloatL :: Lens_' FormatTest (Maybe Float) -formatTestFloatL :: (Maybe Float -> f (Maybe Float)) -> FormatTest -> f FormatTest -formatTestFloatL Maybe Float -> f (Maybe Float) -f FormatTest{Double +formatTestFloatL :: Lens_' FormatTest (Maybe Float) +formatTestFloatL Maybe Float -> f (Maybe Float) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3159,8 +3124,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe Float -formatTestFloat -> FormatTest :: Maybe Int +..} = (\Maybe Float +formatTestFloat -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3178,7 +3143,7 @@ FormatTest { Maybe Float formatTestFloat :: Maybe Float formatTestFloat :: Maybe Float -formatTestFloat, Double +formatTestFloat, Double Maybe Double Maybe Int Maybe Integer @@ -3214,18 +3179,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe Float -> FormatTest) -> f (Maybe Float) -> f FormatTest +..} ) (Maybe Float -> FormatTest) -> f (Maybe Float) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Float -> f (Maybe Float) -f Maybe Float -formatTestFloat +f Maybe Float +formatTestFloat {-# INLINE formatTestFloatL #-} -- | 'formatTestDouble' Lens formatTestDoubleL :: Lens_' FormatTest (Maybe Double) -formatTestDoubleL :: (Maybe Double -> f (Maybe Double)) -> FormatTest -> f FormatTest -formatTestDoubleL Maybe Double -> f (Maybe Double) -f FormatTest{Double +formatTestDoubleL :: Lens_' FormatTest (Maybe Double) +formatTestDoubleL Maybe Double -> f (Maybe Double) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3264,8 +3229,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe Double -formatTestDouble -> FormatTest :: Maybe Int +..} = (\Maybe Double +formatTestDouble -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3283,7 +3248,7 @@ FormatTest { Maybe Double formatTestDouble :: Maybe Double formatTestDouble :: Maybe Double -formatTestDouble, Double +formatTestDouble, Double Maybe Double Maybe Float Maybe Int @@ -3320,18 +3285,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe Double -> FormatTest) -> f (Maybe Double) -> f FormatTest +..} ) (Maybe Double -> FormatTest) -> f (Maybe Double) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -formatTestDouble +f Maybe Double +formatTestDouble {-# INLINE formatTestDoubleL #-} -- | 'formatTestString' Lens formatTestStringL :: Lens_' FormatTest (Maybe Text) -formatTestStringL :: (Maybe Text -> f (Maybe Text)) -> FormatTest -> f FormatTest -formatTestStringL Maybe Text -> f (Maybe Text) -f FormatTest{Double +formatTestStringL :: Lens_' FormatTest (Maybe Text) +formatTestStringL Maybe Text -> f (Maybe Text) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3370,8 +3335,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe Text -formatTestString -> FormatTest :: Maybe Int +..} = (\Maybe Text +formatTestString -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3389,7 +3354,7 @@ FormatTest { Maybe Text formatTestString :: Maybe Text formatTestString :: Maybe Text -formatTestString, Double +formatTestString, Double Maybe Double Maybe Float Maybe Int @@ -3426,18 +3391,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe Text -> FormatTest) -> f (Maybe Text) -> f FormatTest +..} ) (Maybe Text -> FormatTest) -> f (Maybe Text) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -formatTestString +f Maybe Text +formatTestString {-# INLINE formatTestStringL #-} -- | 'formatTestByte' Lens formatTestByteL :: Lens_' FormatTest (ByteArray) -formatTestByteL :: (ByteArray -> f ByteArray) -> FormatTest -> f FormatTest -formatTestByteL ByteArray -> f ByteArray -f FormatTest{Double +formatTestByteL :: Lens_' FormatTest ByteArray +formatTestByteL ByteArray -> f ByteArray +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3476,8 +3441,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\ByteArray -formatTestByte -> FormatTest :: Maybe Int +..} = (\ByteArray +formatTestByte -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3495,7 +3460,7 @@ FormatTest { ByteArray formatTestByte :: ByteArray formatTestByte :: ByteArray -formatTestByte, Double +formatTestByte, Double Maybe Double Maybe Float Maybe Int @@ -3531,18 +3496,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (ByteArray -> FormatTest) -> f ByteArray -> f FormatTest +..} ) (ByteArray -> FormatTest) -> f ByteArray -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> ByteArray -> f ByteArray -f ByteArray -formatTestByte +f ByteArray +formatTestByte {-# INLINE formatTestByteL #-} -- | 'formatTestBinary' Lens formatTestBinaryL :: Lens_' FormatTest (Maybe FilePath) -formatTestBinaryL :: (Maybe String -> f (Maybe String)) -> FormatTest -> f FormatTest -formatTestBinaryL Maybe String -> f (Maybe String) -f FormatTest{Double +formatTestBinaryL :: Lens_' FormatTest (Maybe String) +formatTestBinaryL Maybe String -> f (Maybe String) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3581,8 +3546,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe String -formatTestBinary -> FormatTest :: Maybe Int +..} = (\Maybe String +formatTestBinary -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3600,7 +3565,7 @@ FormatTest { Maybe String formatTestBinary :: Maybe String formatTestBinary :: Maybe String -formatTestBinary, Double +formatTestBinary, Double Maybe Double Maybe Float Maybe Int @@ -3636,18 +3601,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe String -> FormatTest) -> f (Maybe String) -> f FormatTest +..} ) (Maybe String -> FormatTest) -> f (Maybe String) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe String -> f (Maybe String) -f Maybe String -formatTestBinary +f Maybe String +formatTestBinary {-# INLINE formatTestBinaryL #-} -- | 'formatTestDate' Lens formatTestDateL :: Lens_' FormatTest (Date) -formatTestDateL :: (Date -> f Date) -> FormatTest -> f FormatTest -formatTestDateL Date -> f Date -f FormatTest{Double +formatTestDateL :: Lens_' FormatTest Date +formatTestDateL Date -> f Date +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3686,8 +3651,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Date -formatTestDate -> FormatTest :: Maybe Int +..} = (\Date +formatTestDate -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3705,7 +3670,7 @@ FormatTest { Date formatTestDate :: Date formatTestDate :: Date -formatTestDate, Double +formatTestDate, Double Maybe Double Maybe Float Maybe Int @@ -3741,19 +3706,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Date -> FormatTest) -> f Date -> f FormatTest +..} ) (Date -> FormatTest) -> f Date -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Date -> f Date -f Date -formatTestDate +f Date +formatTestDate {-# INLINE formatTestDateL #-} -- | 'formatTestDateTime' Lens formatTestDateTimeL :: Lens_' FormatTest (Maybe DateTime) -formatTestDateTimeL :: (Maybe DateTime -> f (Maybe DateTime)) --> FormatTest -> f FormatTest -formatTestDateTimeL Maybe DateTime -> f (Maybe DateTime) -f FormatTest{Double +formatTestDateTimeL :: Lens_' FormatTest (Maybe DateTime) +formatTestDateTimeL Maybe DateTime -> f (Maybe DateTime) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3792,8 +3756,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe DateTime -formatTestDateTime -> FormatTest :: Maybe Int +..} = (\Maybe DateTime +formatTestDateTime -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3811,7 +3775,7 @@ FormatTest { Maybe DateTime formatTestDateTime :: Maybe DateTime formatTestDateTime :: Maybe DateTime -formatTestDateTime, Double +formatTestDateTime, Double Maybe Double Maybe Float Maybe Int @@ -3847,19 +3811,19 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe DateTime -> FormatTest) +..} ) (Maybe DateTime -> FormatTest) -> f (Maybe DateTime) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe DateTime -> f (Maybe DateTime) -f Maybe DateTime -formatTestDateTime +f Maybe DateTime +formatTestDateTime {-# INLINE formatTestDateTimeL #-} -- | 'formatTestUuid' Lens formatTestUuidL :: Lens_' FormatTest (Maybe Text) -formatTestUuidL :: (Maybe Text -> f (Maybe Text)) -> FormatTest -> f FormatTest -formatTestUuidL Maybe Text -> f (Maybe Text) -f FormatTest{Double +formatTestUuidL :: Lens_' FormatTest (Maybe Text) +formatTestUuidL Maybe Text -> f (Maybe Text) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -3898,8 +3862,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe Text -formatTestUuid -> FormatTest :: Maybe Int +..} = (\Maybe Text +formatTestUuid -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -3917,7 +3881,7 @@ FormatTest { Maybe Text formatTestUuid :: Maybe Text formatTestUuid :: Maybe Text -formatTestUuid, Double +formatTestUuid, Double Maybe Double Maybe Float Maybe Int @@ -3954,18 +3918,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe Text -> FormatTest) -> f (Maybe Text) -> f FormatTest +..} ) (Maybe Text -> FormatTest) -> f (Maybe Text) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -formatTestUuid +f Maybe Text +formatTestUuid {-# INLINE formatTestUuidL #-} -- | 'formatTestPassword' Lens formatTestPasswordL :: Lens_' FormatTest (Text) -formatTestPasswordL :: (Text -> f Text) -> FormatTest -> f FormatTest -formatTestPasswordL Text -> f Text -f FormatTest{Double +formatTestPasswordL :: Lens_' FormatTest Text +formatTestPasswordL Text -> f Text +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -4004,8 +3968,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Text -formatTestPassword -> FormatTest :: Maybe Int +..} = (\Text +formatTestPassword -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -4023,7 +3987,7 @@ FormatTest { Text formatTestPassword :: Text formatTestPassword :: Text -formatTestPassword, Double +formatTestPassword, Double Maybe Double Maybe Float Maybe Int @@ -4059,18 +4023,18 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Text -> FormatTest) -> f Text -> f FormatTest +..} ) (Text -> FormatTest) -> f Text -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -formatTestPassword +f Text +formatTestPassword {-# INLINE formatTestPasswordL #-} -- | 'formatTestBigDecimal' Lens formatTestBigDecimalL :: Lens_' FormatTest (Maybe Double) -formatTestBigDecimalL :: (Maybe Double -> f (Maybe Double)) -> FormatTest -> f FormatTest -formatTestBigDecimalL Maybe Double -> f (Maybe Double) -f FormatTest{Double +formatTestBigDecimalL :: Lens_' FormatTest (Maybe Double) +formatTestBigDecimalL Maybe Double -> f (Maybe Double) +f FormatTest{Double Maybe Double Maybe Float Maybe Int @@ -4109,8 +4073,8 @@ formatTestInt64 :: FormatTest -> Maybe Integer formatTestInt32 :: FormatTest -> Maybe Int formatTestInteger :: FormatTest -> Maybe Int -..} = (\Maybe Double -formatTestBigDecimal -> FormatTest :: Maybe Int +..} = (\Maybe Double +formatTestBigDecimal -> FormatTest :: Maybe Int -> Maybe Int -> Maybe Integer -> Double @@ -4128,7 +4092,7 @@ FormatTest { Maybe Double formatTestBigDecimal :: Maybe Double formatTestBigDecimal :: Maybe Double -formatTestBigDecimal, Double +formatTestBigDecimal, Double Maybe Double Maybe Float Maybe Int @@ -4165,11 +4129,11 @@ formatTestInt64 :: Maybe Integer formatTestInt32 :: Maybe Int formatTestInteger :: Maybe Int -..} ) (Maybe Double -> FormatTest) -> f (Maybe Double) -> f FormatTest +..} ) (Maybe Double -> FormatTest) -> f (Maybe Double) -> f FormatTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -formatTestBigDecimal +f Maybe Double +formatTestBigDecimal {-# INLINE formatTestBigDecimalL #-} @@ -4178,54 +4142,52 @@ -- | 'hasOnlyReadOnlyBar' Lens hasOnlyReadOnlyBarL :: Lens_' HasOnlyReadOnly (Maybe Text) -hasOnlyReadOnlyBarL :: (Maybe Text -> f (Maybe Text)) --> HasOnlyReadOnly -> f HasOnlyReadOnly -hasOnlyReadOnlyBarL Maybe Text -> f (Maybe Text) -f HasOnlyReadOnly{Maybe Text +hasOnlyReadOnlyBarL :: Lens_' HasOnlyReadOnly (Maybe Text) +hasOnlyReadOnlyBarL Maybe Text -> f (Maybe Text) +f HasOnlyReadOnly{Maybe Text hasOnlyReadOnlyFoo :: HasOnlyReadOnly -> Maybe Text hasOnlyReadOnlyBar :: HasOnlyReadOnly -> Maybe Text hasOnlyReadOnlyFoo :: Maybe Text hasOnlyReadOnlyBar :: Maybe Text -..} = (\Maybe Text -hasOnlyReadOnlyBar -> HasOnlyReadOnly :: Maybe Text -> Maybe Text -> HasOnlyReadOnly +..} = (\Maybe Text +hasOnlyReadOnlyBar -> HasOnlyReadOnly :: Maybe Text -> Maybe Text -> HasOnlyReadOnly HasOnlyReadOnly { Maybe Text hasOnlyReadOnlyBar :: Maybe Text hasOnlyReadOnlyBar :: Maybe Text -hasOnlyReadOnlyBar, Maybe Text +hasOnlyReadOnlyBar, Maybe Text hasOnlyReadOnlyFoo :: Maybe Text hasOnlyReadOnlyFoo :: Maybe Text ..} ) (Maybe Text -> HasOnlyReadOnly) -> f (Maybe Text) -> f HasOnlyReadOnly forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -hasOnlyReadOnlyBar +f Maybe Text +hasOnlyReadOnlyBar {-# INLINE hasOnlyReadOnlyBarL #-} -- | 'hasOnlyReadOnlyFoo' Lens hasOnlyReadOnlyFooL :: Lens_' HasOnlyReadOnly (Maybe Text) -hasOnlyReadOnlyFooL :: (Maybe Text -> f (Maybe Text)) --> HasOnlyReadOnly -> f HasOnlyReadOnly -hasOnlyReadOnlyFooL Maybe Text -> f (Maybe Text) -f HasOnlyReadOnly{Maybe Text +hasOnlyReadOnlyFooL :: Lens_' HasOnlyReadOnly (Maybe Text) +hasOnlyReadOnlyFooL Maybe Text -> f (Maybe Text) +f HasOnlyReadOnly{Maybe Text hasOnlyReadOnlyFoo :: Maybe Text hasOnlyReadOnlyBar :: Maybe Text hasOnlyReadOnlyFoo :: HasOnlyReadOnly -> Maybe Text hasOnlyReadOnlyBar :: HasOnlyReadOnly -> Maybe Text -..} = (\Maybe Text -hasOnlyReadOnlyFoo -> HasOnlyReadOnly :: Maybe Text -> Maybe Text -> HasOnlyReadOnly +..} = (\Maybe Text +hasOnlyReadOnlyFoo -> HasOnlyReadOnly :: Maybe Text -> Maybe Text -> HasOnlyReadOnly HasOnlyReadOnly { Maybe Text hasOnlyReadOnlyFoo :: Maybe Text hasOnlyReadOnlyFoo :: Maybe Text -hasOnlyReadOnlyFoo, Maybe Text +hasOnlyReadOnlyFoo, Maybe Text hasOnlyReadOnlyBar :: Maybe Text hasOnlyReadOnlyBar :: Maybe Text -..} ) (Maybe Text -> HasOnlyReadOnly) +..} ) (Maybe Text -> HasOnlyReadOnly) -> f (Maybe Text) -> f HasOnlyReadOnly forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -hasOnlyReadOnlyFoo +f Maybe Text +hasOnlyReadOnlyFoo {-# INLINE hasOnlyReadOnlyFooL #-} @@ -4234,12 +4196,10 @@ -- | 'mapTestMapMapOfString' Lens mapTestMapMapOfStringL :: Lens_' MapTest (Maybe (Map.Map String (Map.Map String Text))) -mapTestMapMapOfStringL :: (Maybe (Map String (Map String Text)) - -> f (Maybe (Map String (Map String Text)))) --> MapTest -> f MapTest -mapTestMapMapOfStringL Maybe (Map String (Map String Text)) +mapTestMapMapOfStringL :: Lens_' MapTest (Maybe (Map String (Map String Text))) +mapTestMapMapOfStringL Maybe (Map String (Map String Text)) -> f (Maybe (Map String (Map String Text))) -f MapTest{Maybe (Map String Bool) +f MapTest{Maybe (Map String Bool) Maybe (Map String (Map String Text)) Maybe (Map String E'Inner) mapTestIndirectMap :: MapTest -> Maybe (Map String Bool) @@ -4250,8 +4210,8 @@ mapTestDirectMap :: Maybe (Map String Bool) mapTestMapOfEnumString :: Maybe (Map String E'Inner) mapTestMapMapOfString :: Maybe (Map String (Map String Text)) -..} = (\Maybe (Map String (Map String Text)) -mapTestMapMapOfString -> MapTest :: Maybe (Map String (Map String Text)) +..} = (\Maybe (Map String (Map String Text)) +mapTestMapMapOfString -> MapTest :: Maybe (Map String (Map String Text)) -> Maybe (Map String E'Inner) -> Maybe (Map String Bool) -> Maybe (Map String Bool) @@ -4259,7 +4219,7 @@ MapTest { Maybe (Map String (Map String Text)) mapTestMapMapOfString :: Maybe (Map String (Map String Text)) mapTestMapMapOfString :: Maybe (Map String (Map String Text)) -mapTestMapMapOfString, Maybe (Map String Bool) +mapTestMapMapOfString, Maybe (Map String Bool) Maybe (Map String E'Inner) mapTestIndirectMap :: Maybe (Map String Bool) mapTestDirectMap :: Maybe (Map String Bool) @@ -4272,16 +4232,15 @@ forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String (Map String Text)) -> f (Maybe (Map String (Map String Text))) -f Maybe (Map String (Map String Text)) -mapTestMapMapOfString +f Maybe (Map String (Map String Text)) +mapTestMapMapOfString {-# INLINE mapTestMapMapOfStringL #-} -- | 'mapTestMapOfEnumString' Lens mapTestMapOfEnumStringL :: Lens_' MapTest (Maybe (Map.Map String E'Inner)) -mapTestMapOfEnumStringL :: (Maybe (Map String E'Inner) -> f (Maybe (Map String E'Inner))) --> MapTest -> f MapTest -mapTestMapOfEnumStringL Maybe (Map String E'Inner) -> f (Maybe (Map String E'Inner)) -f MapTest{Maybe (Map String Bool) +mapTestMapOfEnumStringL :: Lens_' MapTest (Maybe (Map String E'Inner)) +mapTestMapOfEnumStringL Maybe (Map String E'Inner) -> f (Maybe (Map String E'Inner)) +f MapTest{Maybe (Map String Bool) Maybe (Map String (Map String Text)) Maybe (Map String E'Inner) mapTestIndirectMap :: Maybe (Map String Bool) @@ -4292,8 +4251,8 @@ mapTestDirectMap :: MapTest -> Maybe (Map String Bool) mapTestMapOfEnumString :: MapTest -> Maybe (Map String E'Inner) mapTestMapMapOfString :: MapTest -> Maybe (Map String (Map String Text)) -..} = (\Maybe (Map String E'Inner) -mapTestMapOfEnumString -> MapTest :: Maybe (Map String (Map String Text)) +..} = (\Maybe (Map String E'Inner) +mapTestMapOfEnumString -> MapTest :: Maybe (Map String (Map String Text)) -> Maybe (Map String E'Inner) -> Maybe (Map String Bool) -> Maybe (Map String Bool) @@ -4301,7 +4260,7 @@ MapTest { Maybe (Map String E'Inner) mapTestMapOfEnumString :: Maybe (Map String E'Inner) mapTestMapOfEnumString :: Maybe (Map String E'Inner) -mapTestMapOfEnumString, Maybe (Map String Bool) +mapTestMapOfEnumString, Maybe (Map String Bool) Maybe (Map String (Map String Text)) mapTestIndirectMap :: Maybe (Map String Bool) mapTestDirectMap :: Maybe (Map String Bool) @@ -4309,20 +4268,19 @@ mapTestIndirectMap :: Maybe (Map String Bool) mapTestDirectMap :: Maybe (Map String Bool) mapTestMapMapOfString :: Maybe (Map String (Map String Text)) -..} ) (Maybe (Map String E'Inner) -> MapTest) +..} ) (Maybe (Map String E'Inner) -> MapTest) -> f (Maybe (Map String E'Inner)) -> f MapTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String E'Inner) -> f (Maybe (Map String E'Inner)) -f Maybe (Map String E'Inner) -mapTestMapOfEnumString +f Maybe (Map String E'Inner) +mapTestMapOfEnumString {-# INLINE mapTestMapOfEnumStringL #-} -- | 'mapTestDirectMap' Lens mapTestDirectMapL :: Lens_' MapTest (Maybe (Map.Map String Bool)) -mapTestDirectMapL :: (Maybe (Map String Bool) -> f (Maybe (Map String Bool))) --> MapTest -> f MapTest -mapTestDirectMapL Maybe (Map String Bool) -> f (Maybe (Map String Bool)) -f MapTest{Maybe (Map String Bool) +mapTestDirectMapL :: Lens_' MapTest (Maybe (Map String Bool)) +mapTestDirectMapL Maybe (Map String Bool) -> f (Maybe (Map String Bool)) +f MapTest{Maybe (Map String Bool) Maybe (Map String (Map String Text)) Maybe (Map String E'Inner) mapTestIndirectMap :: Maybe (Map String Bool) @@ -4333,8 +4291,8 @@ mapTestDirectMap :: MapTest -> Maybe (Map String Bool) mapTestMapOfEnumString :: MapTest -> Maybe (Map String E'Inner) mapTestMapMapOfString :: MapTest -> Maybe (Map String (Map String Text)) -..} = (\Maybe (Map String Bool) -mapTestDirectMap -> MapTest :: Maybe (Map String (Map String Text)) +..} = (\Maybe (Map String Bool) +mapTestDirectMap -> MapTest :: Maybe (Map String (Map String Text)) -> Maybe (Map String E'Inner) -> Maybe (Map String Bool) -> Maybe (Map String Bool) @@ -4342,7 +4300,7 @@ MapTest { Maybe (Map String Bool) mapTestDirectMap :: Maybe (Map String Bool) mapTestDirectMap :: Maybe (Map String Bool) -mapTestDirectMap, Maybe (Map String Bool) +mapTestDirectMap, Maybe (Map String Bool) Maybe (Map String (Map String Text)) Maybe (Map String E'Inner) mapTestIndirectMap :: Maybe (Map String Bool) @@ -4351,20 +4309,19 @@ mapTestIndirectMap :: Maybe (Map String Bool) mapTestMapOfEnumString :: Maybe (Map String E'Inner) mapTestMapMapOfString :: Maybe (Map String (Map String Text)) -..} ) (Maybe (Map String Bool) -> MapTest) +..} ) (Maybe (Map String Bool) -> MapTest) -> f (Maybe (Map String Bool)) -> f MapTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String Bool) -> f (Maybe (Map String Bool)) -f Maybe (Map String Bool) -mapTestDirectMap +f Maybe (Map String Bool) +mapTestDirectMap {-# INLINE mapTestDirectMapL #-} -- | 'mapTestIndirectMap' Lens mapTestIndirectMapL :: Lens_' MapTest (Maybe (Map.Map String Bool)) -mapTestIndirectMapL :: (Maybe (Map String Bool) -> f (Maybe (Map String Bool))) --> MapTest -> f MapTest -mapTestIndirectMapL Maybe (Map String Bool) -> f (Maybe (Map String Bool)) -f MapTest{Maybe (Map String Bool) +mapTestIndirectMapL :: Lens_' MapTest (Maybe (Map String Bool)) +mapTestIndirectMapL Maybe (Map String Bool) -> f (Maybe (Map String Bool)) +f MapTest{Maybe (Map String Bool) Maybe (Map String (Map String Text)) Maybe (Map String E'Inner) mapTestIndirectMap :: Maybe (Map String Bool) @@ -4375,8 +4332,8 @@ mapTestDirectMap :: MapTest -> Maybe (Map String Bool) mapTestMapOfEnumString :: MapTest -> Maybe (Map String E'Inner) mapTestMapMapOfString :: MapTest -> Maybe (Map String (Map String Text)) -..} = (\Maybe (Map String Bool) -mapTestIndirectMap -> MapTest :: Maybe (Map String (Map String Text)) +..} = (\Maybe (Map String Bool) +mapTestIndirectMap -> MapTest :: Maybe (Map String (Map String Text)) -> Maybe (Map String E'Inner) -> Maybe (Map String Bool) -> Maybe (Map String Bool) @@ -4384,7 +4341,7 @@ MapTest { Maybe (Map String Bool) mapTestIndirectMap :: Maybe (Map String Bool) mapTestIndirectMap :: Maybe (Map String Bool) -mapTestIndirectMap, Maybe (Map String Bool) +mapTestIndirectMap, Maybe (Map String Bool) Maybe (Map String (Map String Text)) Maybe (Map String E'Inner) mapTestDirectMap :: Maybe (Map String Bool) @@ -4393,12 +4350,12 @@ mapTestDirectMap :: Maybe (Map String Bool) mapTestMapOfEnumString :: Maybe (Map String E'Inner) mapTestMapMapOfString :: Maybe (Map String (Map String Text)) -..} ) (Maybe (Map String Bool) -> MapTest) +..} ) (Maybe (Map String Bool) -> MapTest) -> f (Maybe (Map String Bool)) -> f MapTest forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String Bool) -> f (Maybe (Map String Bool)) -f Maybe (Map String Bool) -mapTestIndirectMap +f Maybe (Map String Bool) +mapTestIndirectMap {-# INLINE mapTestIndirectMapL #-} @@ -4407,11 +4364,9 @@ -- | 'mixedPropertiesAndAdditionalPropertiesClassUuid' Lens mixedPropertiesAndAdditionalPropertiesClassUuidL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe Text) -mixedPropertiesAndAdditionalPropertiesClassUuidL :: (Maybe Text -> f (Maybe Text)) --> MixedPropertiesAndAdditionalPropertiesClass --> f MixedPropertiesAndAdditionalPropertiesClass -mixedPropertiesAndAdditionalPropertiesClassUuidL Maybe Text -> f (Maybe Text) -f MixedPropertiesAndAdditionalPropertiesClass{Maybe (Map String Animal) +mixedPropertiesAndAdditionalPropertiesClassUuidL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe Text) +mixedPropertiesAndAdditionalPropertiesClassUuidL Maybe Text -> f (Maybe Text) +f MixedPropertiesAndAdditionalPropertiesClass{Maybe (Map String Animal) Maybe Text Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassMap :: MixedPropertiesAndAdditionalPropertiesClass @@ -4421,15 +4376,15 @@ mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassDateTime :: Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text -..} = (\Maybe Text -mixedPropertiesAndAdditionalPropertiesClassUuid -> MixedPropertiesAndAdditionalPropertiesClass :: Maybe Text +..} = (\Maybe Text +mixedPropertiesAndAdditionalPropertiesClassUuid -> MixedPropertiesAndAdditionalPropertiesClass :: Maybe Text -> Maybe DateTime -> Maybe (Map String Animal) -> MixedPropertiesAndAdditionalPropertiesClass MixedPropertiesAndAdditionalPropertiesClass { Maybe Text mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text -mixedPropertiesAndAdditionalPropertiesClassUuid, Maybe (Map String Animal) +mixedPropertiesAndAdditionalPropertiesClassUuid, Maybe (Map String Animal) Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassDateTime :: Maybe DateTime @@ -4439,17 +4394,15 @@ -> f (Maybe Text) -> f MixedPropertiesAndAdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -mixedPropertiesAndAdditionalPropertiesClassUuid +f Maybe Text +mixedPropertiesAndAdditionalPropertiesClassUuid {-# INLINE mixedPropertiesAndAdditionalPropertiesClassUuidL #-} -- | 'mixedPropertiesAndAdditionalPropertiesClassDateTime' Lens mixedPropertiesAndAdditionalPropertiesClassDateTimeL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe DateTime) -mixedPropertiesAndAdditionalPropertiesClassDateTimeL :: (Maybe DateTime -> f (Maybe DateTime)) --> MixedPropertiesAndAdditionalPropertiesClass --> f MixedPropertiesAndAdditionalPropertiesClass -mixedPropertiesAndAdditionalPropertiesClassDateTimeL Maybe DateTime -> f (Maybe DateTime) -f MixedPropertiesAndAdditionalPropertiesClass{Maybe (Map String Animal) +mixedPropertiesAndAdditionalPropertiesClassDateTimeL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe DateTime) +mixedPropertiesAndAdditionalPropertiesClassDateTimeL Maybe DateTime -> f (Maybe DateTime) +f MixedPropertiesAndAdditionalPropertiesClass{Maybe (Map String Animal) Maybe Text Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) @@ -4459,36 +4412,36 @@ -> Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassDateTime :: MixedPropertiesAndAdditionalPropertiesClass -> Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassUuid :: MixedPropertiesAndAdditionalPropertiesClass -> Maybe Text -..} = (\Maybe DateTime -mixedPropertiesAndAdditionalPropertiesClassDateTime -> MixedPropertiesAndAdditionalPropertiesClass :: Maybe Text +..} = (\Maybe DateTime +mixedPropertiesAndAdditionalPropertiesClassDateTime -> MixedPropertiesAndAdditionalPropertiesClass :: Maybe Text -> Maybe DateTime -> Maybe (Map String Animal) -> MixedPropertiesAndAdditionalPropertiesClass MixedPropertiesAndAdditionalPropertiesClass { Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassDateTime :: Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassDateTime :: Maybe DateTime -mixedPropertiesAndAdditionalPropertiesClassDateTime, Maybe (Map String Animal) +mixedPropertiesAndAdditionalPropertiesClassDateTime, Maybe (Map String Animal) Maybe Text mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text -..} ) (Maybe DateTime -> MixedPropertiesAndAdditionalPropertiesClass) +..} ) (Maybe DateTime -> MixedPropertiesAndAdditionalPropertiesClass) -> f (Maybe DateTime) -> f MixedPropertiesAndAdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe DateTime -> f (Maybe DateTime) -f Maybe DateTime -mixedPropertiesAndAdditionalPropertiesClassDateTime +f Maybe DateTime +mixedPropertiesAndAdditionalPropertiesClassDateTime {-# INLINE mixedPropertiesAndAdditionalPropertiesClassDateTimeL #-} -- | 'mixedPropertiesAndAdditionalPropertiesClassMap' Lens mixedPropertiesAndAdditionalPropertiesClassMapL :: Lens_' MixedPropertiesAndAdditionalPropertiesClass (Maybe (Map.Map String Animal)) -mixedPropertiesAndAdditionalPropertiesClassMapL :: (Maybe (Map String Animal) -> f (Maybe (Map String Animal))) --> MixedPropertiesAndAdditionalPropertiesClass --> f MixedPropertiesAndAdditionalPropertiesClass -mixedPropertiesAndAdditionalPropertiesClassMapL Maybe (Map String Animal) -> f (Maybe (Map String Animal)) -f MixedPropertiesAndAdditionalPropertiesClass{Maybe (Map String Animal) +mixedPropertiesAndAdditionalPropertiesClassMapL :: Lens_' + MixedPropertiesAndAdditionalPropertiesClass + (Maybe (Map String Animal)) +mixedPropertiesAndAdditionalPropertiesClassMapL Maybe (Map String Animal) -> f (Maybe (Map String Animal)) +f MixedPropertiesAndAdditionalPropertiesClass{Maybe (Map String Animal) Maybe Text Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) @@ -4498,28 +4451,28 @@ -> Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassDateTime :: MixedPropertiesAndAdditionalPropertiesClass -> Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassUuid :: MixedPropertiesAndAdditionalPropertiesClass -> Maybe Text -..} = (\Maybe (Map String Animal) -mixedPropertiesAndAdditionalPropertiesClassMap -> MixedPropertiesAndAdditionalPropertiesClass :: Maybe Text +..} = (\Maybe (Map String Animal) +mixedPropertiesAndAdditionalPropertiesClassMap -> MixedPropertiesAndAdditionalPropertiesClass :: Maybe Text -> Maybe DateTime -> Maybe (Map String Animal) -> MixedPropertiesAndAdditionalPropertiesClass MixedPropertiesAndAdditionalPropertiesClass { Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) mixedPropertiesAndAdditionalPropertiesClassMap :: Maybe (Map String Animal) -mixedPropertiesAndAdditionalPropertiesClassMap, Maybe Text +mixedPropertiesAndAdditionalPropertiesClassMap, Maybe Text Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassDateTime :: Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text mixedPropertiesAndAdditionalPropertiesClassDateTime :: Maybe DateTime mixedPropertiesAndAdditionalPropertiesClassUuid :: Maybe Text -..} ) (Maybe (Map String Animal) +..} ) (Maybe (Map String Animal) -> MixedPropertiesAndAdditionalPropertiesClass) -> f (Maybe (Map String Animal)) -> f MixedPropertiesAndAdditionalPropertiesClass forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe (Map String Animal) -> f (Maybe (Map String Animal)) -f Maybe (Map String Animal) -mixedPropertiesAndAdditionalPropertiesClassMap +f Maybe (Map String Animal) +mixedPropertiesAndAdditionalPropertiesClassMap {-# INLINE mixedPropertiesAndAdditionalPropertiesClassMapL #-} @@ -4528,56 +4481,54 @@ -- | 'model200ResponseName' Lens model200ResponseNameL :: Lens_' Model200Response (Maybe Int) -model200ResponseNameL :: (Maybe Int -> f (Maybe Int)) --> Model200Response -> f Model200Response -model200ResponseNameL Maybe Int -> f (Maybe Int) -f Model200Response{Maybe Int +model200ResponseNameL :: Lens_' Model200Response (Maybe Int) +model200ResponseNameL Maybe Int -> f (Maybe Int) +f Model200Response{Maybe Int Maybe Text model200ResponseClass :: Model200Response -> Maybe Text model200ResponseName :: Model200Response -> Maybe Int model200ResponseClass :: Maybe Text model200ResponseName :: Maybe Int -..} = (\Maybe Int -model200ResponseName -> Model200Response :: Maybe Int -> Maybe Text -> Model200Response +..} = (\Maybe Int +model200ResponseName -> Model200Response :: Maybe Int -> Maybe Text -> Model200Response Model200Response { Maybe Int model200ResponseName :: Maybe Int model200ResponseName :: Maybe Int -model200ResponseName, Maybe Text +model200ResponseName, Maybe Text model200ResponseClass :: Maybe Text model200ResponseClass :: Maybe Text ..} ) (Maybe Int -> Model200Response) -> f (Maybe Int) -> f Model200Response forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -model200ResponseName +f Maybe Int +model200ResponseName {-# INLINE model200ResponseNameL #-} -- | 'model200ResponseClass' Lens model200ResponseClassL :: Lens_' Model200Response (Maybe Text) -model200ResponseClassL :: (Maybe Text -> f (Maybe Text)) --> Model200Response -> f Model200Response -model200ResponseClassL Maybe Text -> f (Maybe Text) -f Model200Response{Maybe Int +model200ResponseClassL :: Lens_' Model200Response (Maybe Text) +model200ResponseClassL Maybe Text -> f (Maybe Text) +f Model200Response{Maybe Int Maybe Text model200ResponseClass :: Maybe Text model200ResponseName :: Maybe Int model200ResponseClass :: Model200Response -> Maybe Text model200ResponseName :: Model200Response -> Maybe Int -..} = (\Maybe Text -model200ResponseClass -> Model200Response :: Maybe Int -> Maybe Text -> Model200Response +..} = (\Maybe Text +model200ResponseClass -> Model200Response :: Maybe Int -> Maybe Text -> Model200Response Model200Response { Maybe Text model200ResponseClass :: Maybe Text model200ResponseClass :: Maybe Text -model200ResponseClass, Maybe Int +model200ResponseClass, Maybe Int model200ResponseName :: Maybe Int model200ResponseName :: Maybe Int -..} ) (Maybe Text -> Model200Response) +..} ) (Maybe Text -> Model200Response) -> f (Maybe Text) -> f Model200Response forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -model200ResponseClass +f Maybe Text +model200ResponseClass {-# INLINE model200ResponseClassL #-} @@ -4586,21 +4537,21 @@ -- | 'modelList123list' Lens modelList123listL :: Lens_' ModelList (Maybe Text) -modelList123listL :: (Maybe Text -> f (Maybe Text)) -> ModelList -> f ModelList -modelList123listL Maybe Text -> f (Maybe Text) -f ModelList{Maybe Text +modelList123listL :: Lens_' ModelList (Maybe Text) +modelList123listL Maybe Text -> f (Maybe Text) +f ModelList{Maybe Text modelList123list :: ModelList -> Maybe Text modelList123list :: Maybe Text -..} = (\Maybe Text -modelList123list -> ModelList :: Maybe Text -> ModelList +..} = (\Maybe Text +modelList123list -> ModelList :: Maybe Text -> ModelList ModelList { Maybe Text modelList123list :: Maybe Text modelList123list :: Maybe Text -modelList123list, ..} ) (Maybe Text -> ModelList) -> f (Maybe Text) -> f ModelList +modelList123list, ..} ) (Maybe Text -> ModelList) -> f (Maybe Text) -> f ModelList forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -modelList123list +f Maybe Text +modelList123list {-# INLINE modelList123listL #-} @@ -4609,21 +4560,21 @@ -- | 'modelReturnReturn' Lens modelReturnReturnL :: Lens_' ModelReturn (Maybe Int) -modelReturnReturnL :: (Maybe Int -> f (Maybe Int)) -> ModelReturn -> f ModelReturn -modelReturnReturnL Maybe Int -> f (Maybe Int) -f ModelReturn{Maybe Int +modelReturnReturnL :: Lens_' ModelReturn (Maybe Int) +modelReturnReturnL Maybe Int -> f (Maybe Int) +f ModelReturn{Maybe Int modelReturnReturn :: ModelReturn -> Maybe Int modelReturnReturn :: Maybe Int -..} = (\Maybe Int -modelReturnReturn -> ModelReturn :: Maybe Int -> ModelReturn +..} = (\Maybe Int +modelReturnReturn -> ModelReturn :: Maybe Int -> ModelReturn ModelReturn { Maybe Int modelReturnReturn :: Maybe Int modelReturnReturn :: Maybe Int -modelReturnReturn, ..} ) (Maybe Int -> ModelReturn) -> f (Maybe Int) -> f ModelReturn +modelReturnReturn, ..} ) (Maybe Int -> ModelReturn) -> f (Maybe Int) -> f ModelReturn forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -modelReturnReturn +f Maybe Int +modelReturnReturn {-# INLINE modelReturnReturnL #-} @@ -4632,9 +4583,9 @@ -- | 'nameName' Lens nameNameL :: Lens_' Name (Int) -nameNameL :: (Int -> f Int) -> Name -> f Name -nameNameL Int -> f Int -f Name{Int +nameNameL :: Lens_' Name Int +nameNameL Int -> f Int +f Name{Int Maybe Int Maybe Text name123number :: Name -> Maybe Int @@ -4645,12 +4596,12 @@ nameProperty :: Maybe Text nameSnakeCase :: Maybe Int nameName :: Int -..} = (\Int -nameName -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name +..} = (\Int +nameName -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name Name { Int nameName :: Int nameName :: Int -nameName, Maybe Int +nameName, Maybe Int Maybe Text name123number :: Maybe Int nameProperty :: Maybe Text @@ -4661,15 +4612,15 @@ ..} ) (Int -> Name) -> f Int -> f Name forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Int -> f Int -f Int -nameName +f Int +nameName {-# INLINE nameNameL #-} -- | 'nameSnakeCase' Lens nameSnakeCaseL :: Lens_' Name (Maybe Int) -nameSnakeCaseL :: (Maybe Int -> f (Maybe Int)) -> Name -> f Name -nameSnakeCaseL Maybe Int -> f (Maybe Int) -f Name{Int +nameSnakeCaseL :: Lens_' Name (Maybe Int) +nameSnakeCaseL Maybe Int -> f (Maybe Int) +f Name{Int Maybe Int Maybe Text name123number :: Maybe Int @@ -4680,12 +4631,12 @@ nameProperty :: Name -> Maybe Text nameSnakeCase :: Name -> Maybe Int nameName :: Name -> Int -..} = (\Maybe Int -nameSnakeCase -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name +..} = (\Maybe Int +nameSnakeCase -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name Name { Maybe Int nameSnakeCase :: Maybe Int nameSnakeCase :: Maybe Int -nameSnakeCase, Int +nameSnakeCase, Int Maybe Int Maybe Text name123number :: Maybe Int @@ -4694,18 +4645,18 @@ name123number :: Maybe Int nameProperty :: Maybe Text nameName :: Int -..} ) (Maybe Int -> Name) -> f (Maybe Int) -> f Name +..} ) (Maybe Int -> Name) -> f (Maybe Int) -> f Name forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -nameSnakeCase +f Maybe Int +nameSnakeCase {-# INLINE nameSnakeCaseL #-} -- | 'nameProperty' Lens namePropertyL :: Lens_' Name (Maybe Text) -namePropertyL :: (Maybe Text -> f (Maybe Text)) -> Name -> f Name -namePropertyL Maybe Text -> f (Maybe Text) -f Name{Int +namePropertyL :: Lens_' Name (Maybe Text) +namePropertyL Maybe Text -> f (Maybe Text) +f Name{Int Maybe Int Maybe Text name123number :: Maybe Int @@ -4716,12 +4667,12 @@ nameProperty :: Name -> Maybe Text nameSnakeCase :: Name -> Maybe Int nameName :: Name -> Int -..} = (\Maybe Text -nameProperty -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name +..} = (\Maybe Text +nameProperty -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name Name { Maybe Text nameProperty :: Maybe Text nameProperty :: Maybe Text -nameProperty, Int +nameProperty, Int Maybe Int name123number :: Maybe Int nameSnakeCase :: Maybe Int @@ -4729,18 +4680,18 @@ name123number :: Maybe Int nameSnakeCase :: Maybe Int nameName :: Int -..} ) (Maybe Text -> Name) -> f (Maybe Text) -> f Name +..} ) (Maybe Text -> Name) -> f (Maybe Text) -> f Name forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -nameProperty +f Maybe Text +nameProperty {-# INLINE namePropertyL #-} -- | 'name123number' Lens name123numberL :: Lens_' Name (Maybe Int) -name123numberL :: (Maybe Int -> f (Maybe Int)) -> Name -> f Name -name123numberL Maybe Int -> f (Maybe Int) -f Name{Int +name123numberL :: Lens_' Name (Maybe Int) +name123numberL Maybe Int -> f (Maybe Int) +f Name{Int Maybe Int Maybe Text name123number :: Maybe Int @@ -4751,12 +4702,12 @@ nameProperty :: Name -> Maybe Text nameSnakeCase :: Name -> Maybe Int nameName :: Name -> Int -..} = (\Maybe Int -name123number -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name +..} = (\Maybe Int +name123number -> Name :: Int -> Maybe Int -> Maybe Text -> Maybe Int -> Name Name { Maybe Int name123number :: Maybe Int name123number :: Maybe Int -name123number, Int +name123number, Int Maybe Int Maybe Text nameProperty :: Maybe Text @@ -4765,11 +4716,11 @@ nameProperty :: Maybe Text nameSnakeCase :: Maybe Int nameName :: Int -..} ) (Maybe Int -> Name) -> f (Maybe Int) -> f Name +..} ) (Maybe Int -> Name) -> f (Maybe Int) -> f Name forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -name123number +f Maybe Int +name123number {-# INLINE name123numberL #-} @@ -4778,21 +4729,21 @@ -- | 'numberOnlyJustNumber' Lens numberOnlyJustNumberL :: Lens_' NumberOnly (Maybe Double) -numberOnlyJustNumberL :: (Maybe Double -> f (Maybe Double)) -> NumberOnly -> f NumberOnly -numberOnlyJustNumberL Maybe Double -> f (Maybe Double) -f NumberOnly{Maybe Double +numberOnlyJustNumberL :: Lens_' NumberOnly (Maybe Double) +numberOnlyJustNumberL Maybe Double -> f (Maybe Double) +f NumberOnly{Maybe Double numberOnlyJustNumber :: NumberOnly -> Maybe Double numberOnlyJustNumber :: Maybe Double -..} = (\Maybe Double -numberOnlyJustNumber -> NumberOnly :: Maybe Double -> NumberOnly +..} = (\Maybe Double +numberOnlyJustNumber -> NumberOnly :: Maybe Double -> NumberOnly NumberOnly { Maybe Double numberOnlyJustNumber :: Maybe Double numberOnlyJustNumber :: Maybe Double -numberOnlyJustNumber, ..} ) (Maybe Double -> NumberOnly) -> f (Maybe Double) -> f NumberOnly +numberOnlyJustNumber, ..} ) (Maybe Double -> NumberOnly) -> f (Maybe Double) -> f NumberOnly forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -numberOnlyJustNumber +f Maybe Double +numberOnlyJustNumber {-# INLINE numberOnlyJustNumberL #-} @@ -4801,9 +4752,9 @@ -- | 'orderId' Lens orderIdL :: Lens_' Order (Maybe Integer) -orderIdL :: (Maybe Integer -> f (Maybe Integer)) -> Order -> f Order -orderIdL Maybe Integer -> f (Maybe Integer) -f Order{Maybe Bool +orderIdL :: Lens_' Order (Maybe Integer) +orderIdL Maybe Integer -> f (Maybe Integer) +f Order{Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -4820,8 +4771,8 @@ orderQuantity :: Maybe Int orderPetId :: Maybe Integer orderId :: Maybe Integer -..} = (\Maybe Integer -orderId -> Order :: Maybe Integer +..} = (\Maybe Integer +orderId -> Order :: Maybe Integer -> Maybe Integer -> Maybe Int -> Maybe DateTime @@ -4831,7 +4782,7 @@ Order { Maybe Integer orderId :: Maybe Integer orderId :: Maybe Integer -orderId, Maybe Bool +orderId, Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -4849,15 +4800,15 @@ ..} ) (Maybe Integer -> Order) -> f (Maybe Integer) -> f Order forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -orderId +f Maybe Integer +orderId {-# INLINE orderIdL #-} -- | 'orderPetId' Lens orderPetIdL :: Lens_' Order (Maybe Integer) -orderPetIdL :: (Maybe Integer -> f (Maybe Integer)) -> Order -> f Order -orderPetIdL Maybe Integer -> f (Maybe Integer) -f Order{Maybe Bool +orderPetIdL :: Lens_' Order (Maybe Integer) +orderPetIdL Maybe Integer -> f (Maybe Integer) +f Order{Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -4874,8 +4825,8 @@ orderQuantity :: Order -> Maybe Int orderPetId :: Order -> Maybe Integer orderId :: Order -> Maybe Integer -..} = (\Maybe Integer -orderPetId -> Order :: Maybe Integer +..} = (\Maybe Integer +orderPetId -> Order :: Maybe Integer -> Maybe Integer -> Maybe Int -> Maybe DateTime @@ -4885,7 +4836,7 @@ Order { Maybe Integer orderPetId :: Maybe Integer orderPetId :: Maybe Integer -orderPetId, Maybe Bool +orderPetId, Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -4900,18 +4851,18 @@ orderShipDate :: Maybe DateTime orderQuantity :: Maybe Int orderId :: Maybe Integer -..} ) (Maybe Integer -> Order) -> f (Maybe Integer) -> f Order +..} ) (Maybe Integer -> Order) -> f (Maybe Integer) -> f Order forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -orderPetId +f Maybe Integer +orderPetId {-# INLINE orderPetIdL #-} -- | 'orderQuantity' Lens orderQuantityL :: Lens_' Order (Maybe Int) -orderQuantityL :: (Maybe Int -> f (Maybe Int)) -> Order -> f Order -orderQuantityL Maybe Int -> f (Maybe Int) -f Order{Maybe Bool +orderQuantityL :: Lens_' Order (Maybe Int) +orderQuantityL Maybe Int -> f (Maybe Int) +f Order{Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -4928,8 +4879,8 @@ orderQuantity :: Order -> Maybe Int orderPetId :: Order -> Maybe Integer orderId :: Order -> Maybe Integer -..} = (\Maybe Int -orderQuantity -> Order :: Maybe Integer +..} = (\Maybe Int +orderQuantity -> Order :: Maybe Integer -> Maybe Integer -> Maybe Int -> Maybe DateTime @@ -4939,7 +4890,7 @@ Order { Maybe Int orderQuantity :: Maybe Int orderQuantity :: Maybe Int -orderQuantity, Maybe Bool +orderQuantity, Maybe Bool Maybe Integer Maybe DateTime Maybe E'Status @@ -4953,18 +4904,18 @@ orderShipDate :: Maybe DateTime orderPetId :: Maybe Integer orderId :: Maybe Integer -..} ) (Maybe Int -> Order) -> f (Maybe Int) -> f Order +..} ) (Maybe Int -> Order) -> f (Maybe Int) -> f Order forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -orderQuantity +f Maybe Int +orderQuantity {-# INLINE orderQuantityL #-} -- | 'orderShipDate' Lens orderShipDateL :: Lens_' Order (Maybe DateTime) -orderShipDateL :: (Maybe DateTime -> f (Maybe DateTime)) -> Order -> f Order -orderShipDateL Maybe DateTime -> f (Maybe DateTime) -f Order{Maybe Bool +orderShipDateL :: Lens_' Order (Maybe DateTime) +orderShipDateL Maybe DateTime -> f (Maybe DateTime) +f Order{Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -4981,8 +4932,8 @@ orderQuantity :: Order -> Maybe Int orderPetId :: Order -> Maybe Integer orderId :: Order -> Maybe Integer -..} = (\Maybe DateTime -orderShipDate -> Order :: Maybe Integer +..} = (\Maybe DateTime +orderShipDate -> Order :: Maybe Integer -> Maybe Integer -> Maybe Int -> Maybe DateTime @@ -4992,7 +4943,7 @@ Order { Maybe DateTime orderShipDate :: Maybe DateTime orderShipDate :: Maybe DateTime -orderShipDate, Maybe Bool +orderShipDate, Maybe Bool Maybe Int Maybe Integer Maybe E'Status @@ -5006,18 +4957,18 @@ orderQuantity :: Maybe Int orderPetId :: Maybe Integer orderId :: Maybe Integer -..} ) (Maybe DateTime -> Order) -> f (Maybe DateTime) -> f Order +..} ) (Maybe DateTime -> Order) -> f (Maybe DateTime) -> f Order forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe DateTime -> f (Maybe DateTime) -f Maybe DateTime -orderShipDate +f Maybe DateTime +orderShipDate {-# INLINE orderShipDateL #-} -- | 'orderStatus' Lens orderStatusL :: Lens_' Order (Maybe E'Status) -orderStatusL :: (Maybe E'Status -> f (Maybe E'Status)) -> Order -> f Order -orderStatusL Maybe E'Status -> f (Maybe E'Status) -f Order{Maybe Bool +orderStatusL :: Lens_' Order (Maybe E'Status) +orderStatusL Maybe E'Status -> f (Maybe E'Status) +f Order{Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -5034,8 +4985,8 @@ orderQuantity :: Order -> Maybe Int orderPetId :: Order -> Maybe Integer orderId :: Order -> Maybe Integer -..} = (\Maybe E'Status -orderStatus -> Order :: Maybe Integer +..} = (\Maybe E'Status +orderStatus -> Order :: Maybe Integer -> Maybe Integer -> Maybe Int -> Maybe DateTime @@ -5045,7 +4996,7 @@ Order { Maybe E'Status orderStatus :: Maybe E'Status orderStatus :: Maybe E'Status -orderStatus, Maybe Bool +orderStatus, Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -5059,18 +5010,18 @@ orderQuantity :: Maybe Int orderPetId :: Maybe Integer orderId :: Maybe Integer -..} ) (Maybe E'Status -> Order) -> f (Maybe E'Status) -> f Order +..} ) (Maybe E'Status -> Order) -> f (Maybe E'Status) -> f Order forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'Status -> f (Maybe E'Status) -f Maybe E'Status -orderStatus +f Maybe E'Status +orderStatus {-# INLINE orderStatusL #-} -- | 'orderComplete' Lens orderCompleteL :: Lens_' Order (Maybe Bool) -orderCompleteL :: (Maybe Bool -> f (Maybe Bool)) -> Order -> f Order -orderCompleteL Maybe Bool -> f (Maybe Bool) -f Order{Maybe Bool +orderCompleteL :: Lens_' Order (Maybe Bool) +orderCompleteL Maybe Bool -> f (Maybe Bool) +f Order{Maybe Bool Maybe Int Maybe Integer Maybe DateTime @@ -5087,8 +5038,8 @@ orderQuantity :: Order -> Maybe Int orderPetId :: Order -> Maybe Integer orderId :: Order -> Maybe Integer -..} = (\Maybe Bool -orderComplete -> Order :: Maybe Integer +..} = (\Maybe Bool +orderComplete -> Order :: Maybe Integer -> Maybe Integer -> Maybe Int -> Maybe DateTime @@ -5098,7 +5049,7 @@ Order { Maybe Bool orderComplete :: Maybe Bool orderComplete :: Maybe Bool -orderComplete, Maybe Int +orderComplete, Maybe Int Maybe Integer Maybe DateTime Maybe E'Status @@ -5112,11 +5063,11 @@ orderQuantity :: Maybe Int orderPetId :: Maybe Integer orderId :: Maybe Integer -..} ) (Maybe Bool -> Order) -> f (Maybe Bool) -> f Order +..} ) (Maybe Bool -> Order) -> f (Maybe Bool) -> f Order forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -orderComplete +f Maybe Bool +orderComplete {-# INLINE orderCompleteL #-} @@ -5125,10 +5076,9 @@ -- | 'outerCompositeMyNumber' Lens outerCompositeMyNumberL :: Lens_' OuterComposite (Maybe Double) -outerCompositeMyNumberL :: (Maybe Double -> f (Maybe Double)) --> OuterComposite -> f OuterComposite -outerCompositeMyNumberL Maybe Double -> f (Maybe Double) -f OuterComposite{Maybe Bool +outerCompositeMyNumberL :: Lens_' OuterComposite (Maybe Double) +outerCompositeMyNumberL Maybe Double -> f (Maybe Double) +f OuterComposite{Maybe Bool Maybe Double Maybe Text outerCompositeMyBoolean :: OuterComposite -> Maybe Bool @@ -5137,12 +5087,12 @@ outerCompositeMyBoolean :: Maybe Bool outerCompositeMyString :: Maybe Text outerCompositeMyNumber :: Maybe Double -..} = (\Maybe Double -outerCompositeMyNumber -> OuterComposite :: Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite +..} = (\Maybe Double +outerCompositeMyNumber -> OuterComposite :: Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite OuterComposite { Maybe Double outerCompositeMyNumber :: Maybe Double outerCompositeMyNumber :: Maybe Double -outerCompositeMyNumber, Maybe Bool +outerCompositeMyNumber, Maybe Bool Maybe Text outerCompositeMyBoolean :: Maybe Bool outerCompositeMyString :: Maybe Text @@ -5152,16 +5102,15 @@ -> f (Maybe Double) -> f OuterComposite forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -outerCompositeMyNumber +f Maybe Double +outerCompositeMyNumber {-# INLINE outerCompositeMyNumberL #-} -- | 'outerCompositeMyString' Lens outerCompositeMyStringL :: Lens_' OuterComposite (Maybe Text) -outerCompositeMyStringL :: (Maybe Text -> f (Maybe Text)) --> OuterComposite -> f OuterComposite -outerCompositeMyStringL Maybe Text -> f (Maybe Text) -f OuterComposite{Maybe Bool +outerCompositeMyStringL :: Lens_' OuterComposite (Maybe Text) +outerCompositeMyStringL Maybe Text -> f (Maybe Text) +f OuterComposite{Maybe Bool Maybe Double Maybe Text outerCompositeMyBoolean :: Maybe Bool @@ -5170,31 +5119,30 @@ outerCompositeMyBoolean :: OuterComposite -> Maybe Bool outerCompositeMyString :: OuterComposite -> Maybe Text outerCompositeMyNumber :: OuterComposite -> Maybe Double -..} = (\Maybe Text -outerCompositeMyString -> OuterComposite :: Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite +..} = (\Maybe Text +outerCompositeMyString -> OuterComposite :: Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite OuterComposite { Maybe Text outerCompositeMyString :: Maybe Text outerCompositeMyString :: Maybe Text -outerCompositeMyString, Maybe Bool +outerCompositeMyString, Maybe Bool Maybe Double outerCompositeMyBoolean :: Maybe Bool outerCompositeMyNumber :: Maybe Double outerCompositeMyBoolean :: Maybe Bool outerCompositeMyNumber :: Maybe Double -..} ) (Maybe Text -> OuterComposite) +..} ) (Maybe Text -> OuterComposite) -> f (Maybe Text) -> f OuterComposite forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -outerCompositeMyString +f Maybe Text +outerCompositeMyString {-# INLINE outerCompositeMyStringL #-} -- | 'outerCompositeMyBoolean' Lens outerCompositeMyBooleanL :: Lens_' OuterComposite (Maybe Bool) -outerCompositeMyBooleanL :: (Maybe Bool -> f (Maybe Bool)) --> OuterComposite -> f OuterComposite -outerCompositeMyBooleanL Maybe Bool -> f (Maybe Bool) -f OuterComposite{Maybe Bool +outerCompositeMyBooleanL :: Lens_' OuterComposite (Maybe Bool) +outerCompositeMyBooleanL Maybe Bool -> f (Maybe Bool) +f OuterComposite{Maybe Bool Maybe Double Maybe Text outerCompositeMyBoolean :: Maybe Bool @@ -5203,23 +5151,23 @@ outerCompositeMyBoolean :: OuterComposite -> Maybe Bool outerCompositeMyString :: OuterComposite -> Maybe Text outerCompositeMyNumber :: OuterComposite -> Maybe Double -..} = (\Maybe Bool -outerCompositeMyBoolean -> OuterComposite :: Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite +..} = (\Maybe Bool +outerCompositeMyBoolean -> OuterComposite :: Maybe Double -> Maybe Text -> Maybe Bool -> OuterComposite OuterComposite { Maybe Bool outerCompositeMyBoolean :: Maybe Bool outerCompositeMyBoolean :: Maybe Bool -outerCompositeMyBoolean, Maybe Double +outerCompositeMyBoolean, Maybe Double Maybe Text outerCompositeMyString :: Maybe Text outerCompositeMyNumber :: Maybe Double outerCompositeMyString :: Maybe Text outerCompositeMyNumber :: Maybe Double -..} ) (Maybe Bool -> OuterComposite) +..} ) (Maybe Bool -> OuterComposite) -> f (Maybe Bool) -> f OuterComposite forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -outerCompositeMyBoolean +f Maybe Bool +outerCompositeMyBoolean {-# INLINE outerCompositeMyBooleanL #-} @@ -5232,9 +5180,9 @@ -- | 'petId' Lens petIdL :: Lens_' Pet (Maybe Integer) -petIdL :: (Maybe Integer -> f (Maybe Integer)) -> Pet -> f Pet -petIdL Maybe Integer -> f (Maybe Integer) -f Pet{[Text] +petIdL :: Lens_' Pet (Maybe Integer) +petIdL Maybe Integer -> f (Maybe Integer) +f Pet{[Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5252,8 +5200,8 @@ petName :: Text petCategory :: Maybe Category petId :: Maybe Integer -..} = (\Maybe Integer -petId -> Pet :: Maybe Integer +..} = (\Maybe Integer +petId -> Pet :: Maybe Integer -> Maybe Category -> Text -> [Text] @@ -5263,7 +5211,7 @@ Pet { Maybe Integer petId :: Maybe Integer petId :: Maybe Integer -petId, [Text] +petId, [Text] Maybe [Tag] Maybe E'Status2 Maybe Category @@ -5281,15 +5229,15 @@ ..} ) (Maybe Integer -> Pet) -> f (Maybe Integer) -> f Pet forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -petId +f Maybe Integer +petId {-# INLINE petIdL #-} -- | 'petCategory' Lens petCategoryL :: Lens_' Pet (Maybe Category) -petCategoryL :: (Maybe Category -> f (Maybe Category)) -> Pet -> f Pet -petCategoryL Maybe Category -> f (Maybe Category) -f Pet{[Text] +petCategoryL :: Lens_' Pet (Maybe Category) +petCategoryL Maybe Category -> f (Maybe Category) +f Pet{[Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5307,8 +5255,8 @@ petName :: Pet -> Text petCategory :: Pet -> Maybe Category petId :: Pet -> Maybe Integer -..} = (\Maybe Category -petCategory -> Pet :: Maybe Integer +..} = (\Maybe Category +petCategory -> Pet :: Maybe Integer -> Maybe Category -> Text -> [Text] @@ -5318,7 +5266,7 @@ Pet { Maybe Category petCategory :: Maybe Category petCategory :: Maybe Category -petCategory, [Text] +petCategory, [Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5333,18 +5281,18 @@ petPhotoUrls :: [Text] petName :: Text petId :: Maybe Integer -..} ) (Maybe Category -> Pet) -> f (Maybe Category) -> f Pet +..} ) (Maybe Category -> Pet) -> f (Maybe Category) -> f Pet forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Category -> f (Maybe Category) -f Maybe Category -petCategory +f Maybe Category +petCategory {-# INLINE petCategoryL #-} -- | 'petName' Lens petNameL :: Lens_' Pet (Text) -petNameL :: (Text -> f Text) -> Pet -> f Pet -petNameL Text -> f Text -f Pet{[Text] +petNameL :: Lens_' Pet Text +petNameL Text -> f Text +f Pet{[Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5362,8 +5310,8 @@ petName :: Pet -> Text petCategory :: Pet -> Maybe Category petId :: Pet -> Maybe Integer -..} = (\Text -petName -> Pet :: Maybe Integer +..} = (\Text +petName -> Pet :: Maybe Integer -> Maybe Category -> Text -> [Text] @@ -5373,7 +5321,7 @@ Pet { Text petName :: Text petName :: Text -petName, [Text] +petName, [Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5388,18 +5336,18 @@ petPhotoUrls :: [Text] petCategory :: Maybe Category petId :: Maybe Integer -..} ) (Text -> Pet) -> f Text -> f Pet +..} ) (Text -> Pet) -> f Text -> f Pet forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -petName +f Text +petName {-# INLINE petNameL #-} -- | 'petPhotoUrls' Lens petPhotoUrlsL :: Lens_' Pet ([Text]) -petPhotoUrlsL :: ([Text] -> f [Text]) -> Pet -> f Pet -petPhotoUrlsL [Text] -> f [Text] -f Pet{[Text] +petPhotoUrlsL :: Lens_' Pet [Text] +petPhotoUrlsL [Text] -> f [Text] +f Pet{[Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5417,8 +5365,8 @@ petName :: Pet -> Text petCategory :: Pet -> Maybe Category petId :: Pet -> Maybe Integer -..} = (\[Text] -petPhotoUrls -> Pet :: Maybe Integer +..} = (\[Text] +petPhotoUrls -> Pet :: Maybe Integer -> Maybe Category -> Text -> [Text] @@ -5428,7 +5376,7 @@ Pet { [Text] petPhotoUrls :: [Text] petPhotoUrls :: [Text] -petPhotoUrls, Maybe Integer +petPhotoUrls, Maybe Integer Maybe [Tag] Maybe E'Status2 Maybe Category @@ -5443,18 +5391,18 @@ petName :: Text petCategory :: Maybe Category petId :: Maybe Integer -..} ) ([Text] -> Pet) -> f [Text] -> f Pet +..} ) ([Text] -> Pet) -> f [Text] -> f Pet forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> [Text] -> f [Text] -f [Text] -petPhotoUrls +f [Text] +petPhotoUrls {-# INLINE petPhotoUrlsL #-} -- | 'petTags' Lens petTagsL :: Lens_' Pet (Maybe [Tag]) -petTagsL :: (Maybe [Tag] -> f (Maybe [Tag])) -> Pet -> f Pet -petTagsL Maybe [Tag] -> f (Maybe [Tag]) -f Pet{[Text] +petTagsL :: Lens_' Pet (Maybe [Tag]) +petTagsL Maybe [Tag] -> f (Maybe [Tag]) +f Pet{[Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5472,8 +5420,8 @@ petName :: Pet -> Text petCategory :: Pet -> Maybe Category petId :: Pet -> Maybe Integer -..} = (\Maybe [Tag] -petTags -> Pet :: Maybe Integer +..} = (\Maybe [Tag] +petTags -> Pet :: Maybe Integer -> Maybe Category -> Text -> [Text] @@ -5483,7 +5431,7 @@ Pet { Maybe [Tag] petTags :: Maybe [Tag] petTags :: Maybe [Tag] -petTags, [Text] +petTags, [Text] Maybe Integer Maybe E'Status2 Maybe Category @@ -5498,18 +5446,18 @@ petName :: Text petCategory :: Maybe Category petId :: Maybe Integer -..} ) (Maybe [Tag] -> Pet) -> f (Maybe [Tag]) -> f Pet +..} ) (Maybe [Tag] -> Pet) -> f (Maybe [Tag]) -> f Pet forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Tag] -> f (Maybe [Tag]) -f Maybe [Tag] -petTags +f Maybe [Tag] +petTags {-# INLINE petTagsL #-} -- | 'petStatus' Lens petStatusL :: Lens_' Pet (Maybe E'Status2) -petStatusL :: (Maybe E'Status2 -> f (Maybe E'Status2)) -> Pet -> f Pet -petStatusL Maybe E'Status2 -> f (Maybe E'Status2) -f Pet{[Text] +petStatusL :: Lens_' Pet (Maybe E'Status2) +petStatusL Maybe E'Status2 -> f (Maybe E'Status2) +f Pet{[Text] Maybe Integer Maybe [Tag] Maybe E'Status2 @@ -5527,8 +5475,8 @@ petName :: Pet -> Text petCategory :: Pet -> Maybe Category petId :: Pet -> Maybe Integer -..} = (\Maybe E'Status2 -petStatus -> Pet :: Maybe Integer +..} = (\Maybe E'Status2 +petStatus -> Pet :: Maybe Integer -> Maybe Category -> Text -> [Text] @@ -5538,7 +5486,7 @@ Pet { Maybe E'Status2 petStatus :: Maybe E'Status2 petStatus :: Maybe E'Status2 -petStatus, [Text] +petStatus, [Text] Maybe Integer Maybe [Tag] Maybe Category @@ -5553,11 +5501,11 @@ petName :: Text petCategory :: Maybe Category petId :: Maybe Integer -..} ) (Maybe E'Status2 -> Pet) -> f (Maybe E'Status2) -> f Pet +..} ) (Maybe E'Status2 -> Pet) -> f (Maybe E'Status2) -> f Pet forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe E'Status2 -> f (Maybe E'Status2) -f Maybe E'Status2 -petStatus +f Maybe E'Status2 +petStatus {-# INLINE petStatusL #-} @@ -5566,50 +5514,50 @@ -- | 'readOnlyFirstBar' Lens readOnlyFirstBarL :: Lens_' ReadOnlyFirst (Maybe Text) -readOnlyFirstBarL :: (Maybe Text -> f (Maybe Text)) -> ReadOnlyFirst -> f ReadOnlyFirst -readOnlyFirstBarL Maybe Text -> f (Maybe Text) -f ReadOnlyFirst{Maybe Text +readOnlyFirstBarL :: Lens_' ReadOnlyFirst (Maybe Text) +readOnlyFirstBarL Maybe Text -> f (Maybe Text) +f ReadOnlyFirst{Maybe Text readOnlyFirstBaz :: ReadOnlyFirst -> Maybe Text readOnlyFirstBar :: ReadOnlyFirst -> Maybe Text readOnlyFirstBaz :: Maybe Text readOnlyFirstBar :: Maybe Text -..} = (\Maybe Text -readOnlyFirstBar -> ReadOnlyFirst :: Maybe Text -> Maybe Text -> ReadOnlyFirst +..} = (\Maybe Text +readOnlyFirstBar -> ReadOnlyFirst :: Maybe Text -> Maybe Text -> ReadOnlyFirst ReadOnlyFirst { Maybe Text readOnlyFirstBar :: Maybe Text readOnlyFirstBar :: Maybe Text -readOnlyFirstBar, Maybe Text +readOnlyFirstBar, Maybe Text readOnlyFirstBaz :: Maybe Text readOnlyFirstBaz :: Maybe Text ..} ) (Maybe Text -> ReadOnlyFirst) -> f (Maybe Text) -> f ReadOnlyFirst forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -readOnlyFirstBar +f Maybe Text +readOnlyFirstBar {-# INLINE readOnlyFirstBarL #-} -- | 'readOnlyFirstBaz' Lens readOnlyFirstBazL :: Lens_' ReadOnlyFirst (Maybe Text) -readOnlyFirstBazL :: (Maybe Text -> f (Maybe Text)) -> ReadOnlyFirst -> f ReadOnlyFirst -readOnlyFirstBazL Maybe Text -> f (Maybe Text) -f ReadOnlyFirst{Maybe Text +readOnlyFirstBazL :: Lens_' ReadOnlyFirst (Maybe Text) +readOnlyFirstBazL Maybe Text -> f (Maybe Text) +f ReadOnlyFirst{Maybe Text readOnlyFirstBaz :: Maybe Text readOnlyFirstBar :: Maybe Text readOnlyFirstBaz :: ReadOnlyFirst -> Maybe Text readOnlyFirstBar :: ReadOnlyFirst -> Maybe Text -..} = (\Maybe Text -readOnlyFirstBaz -> ReadOnlyFirst :: Maybe Text -> Maybe Text -> ReadOnlyFirst +..} = (\Maybe Text +readOnlyFirstBaz -> ReadOnlyFirst :: Maybe Text -> Maybe Text -> ReadOnlyFirst ReadOnlyFirst { Maybe Text readOnlyFirstBaz :: Maybe Text readOnlyFirstBaz :: Maybe Text -readOnlyFirstBaz, Maybe Text +readOnlyFirstBaz, Maybe Text readOnlyFirstBar :: Maybe Text readOnlyFirstBar :: Maybe Text -..} ) (Maybe Text -> ReadOnlyFirst) -> f (Maybe Text) -> f ReadOnlyFirst +..} ) (Maybe Text -> ReadOnlyFirst) -> f (Maybe Text) -> f ReadOnlyFirst forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -readOnlyFirstBaz +f Maybe Text +readOnlyFirstBaz {-# INLINE readOnlyFirstBazL #-} @@ -5618,23 +5566,22 @@ -- | 'specialModelNameSpecialPropertyName' Lens specialModelNameSpecialPropertyNameL :: Lens_' SpecialModelName (Maybe Integer) -specialModelNameSpecialPropertyNameL :: (Maybe Integer -> f (Maybe Integer)) --> SpecialModelName -> f SpecialModelName -specialModelNameSpecialPropertyNameL Maybe Integer -> f (Maybe Integer) -f SpecialModelName{Maybe Integer +specialModelNameSpecialPropertyNameL :: Lens_' SpecialModelName (Maybe Integer) +specialModelNameSpecialPropertyNameL Maybe Integer -> f (Maybe Integer) +f SpecialModelName{Maybe Integer specialModelNameSpecialPropertyName :: SpecialModelName -> Maybe Integer specialModelNameSpecialPropertyName :: Maybe Integer -..} = (\Maybe Integer -specialModelNameSpecialPropertyName -> SpecialModelName :: Maybe Integer -> SpecialModelName +..} = (\Maybe Integer +specialModelNameSpecialPropertyName -> SpecialModelName :: Maybe Integer -> SpecialModelName SpecialModelName { Maybe Integer specialModelNameSpecialPropertyName :: Maybe Integer specialModelNameSpecialPropertyName :: Maybe Integer -specialModelNameSpecialPropertyName, ..} ) (Maybe Integer -> SpecialModelName) +specialModelNameSpecialPropertyName, ..} ) (Maybe Integer -> SpecialModelName) -> f (Maybe Integer) -> f SpecialModelName forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -specialModelNameSpecialPropertyName +f Maybe Integer +specialModelNameSpecialPropertyName {-# INLINE specialModelNameSpecialPropertyNameL #-} @@ -5643,52 +5590,52 @@ -- | 'tagId' Lens tagIdL :: Lens_' Tag (Maybe Integer) -tagIdL :: (Maybe Integer -> f (Maybe Integer)) -> Tag -> f Tag -tagIdL Maybe Integer -> f (Maybe Integer) -f Tag{Maybe Integer +tagIdL :: Lens_' Tag (Maybe Integer) +tagIdL Maybe Integer -> f (Maybe Integer) +f Tag{Maybe Integer Maybe Text tagName :: Tag -> Maybe Text tagId :: Tag -> Maybe Integer tagName :: Maybe Text tagId :: Maybe Integer -..} = (\Maybe Integer -tagId -> Tag :: Maybe Integer -> Maybe Text -> Tag +..} = (\Maybe Integer +tagId -> Tag :: Maybe Integer -> Maybe Text -> Tag Tag { Maybe Integer tagId :: Maybe Integer tagId :: Maybe Integer -tagId, Maybe Text +tagId, Maybe Text tagName :: Maybe Text tagName :: Maybe Text ..} ) (Maybe Integer -> Tag) -> f (Maybe Integer) -> f Tag forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -tagId +f Maybe Integer +tagId {-# INLINE tagIdL #-} -- | 'tagName' Lens tagNameL :: Lens_' Tag (Maybe Text) -tagNameL :: (Maybe Text -> f (Maybe Text)) -> Tag -> f Tag -tagNameL Maybe Text -> f (Maybe Text) -f Tag{Maybe Integer +tagNameL :: Lens_' Tag (Maybe Text) +tagNameL Maybe Text -> f (Maybe Text) +f Tag{Maybe Integer Maybe Text tagName :: Maybe Text tagId :: Maybe Integer tagName :: Tag -> Maybe Text tagId :: Tag -> Maybe Integer -..} = (\Maybe Text -tagName -> Tag :: Maybe Integer -> Maybe Text -> Tag +..} = (\Maybe Text +tagName -> Tag :: Maybe Integer -> Maybe Text -> Tag Tag { Maybe Text tagName :: Maybe Text tagName :: Maybe Text -tagName, Maybe Integer +tagName, Maybe Integer tagId :: Maybe Integer tagId :: Maybe Integer -..} ) (Maybe Text -> Tag) -> f (Maybe Text) -> f Tag +..} ) (Maybe Text -> Tag) -> f (Maybe Text) -> f Tag forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -tagName +f Maybe Text +tagName {-# INLINE tagNameL #-} @@ -5697,9 +5644,9 @@ -- | 'typeHolderDefaultStringItem' Lens typeHolderDefaultStringItemL :: Lens_' TypeHolderDefault (Text) -typeHolderDefaultStringItemL :: (Text -> f Text) -> TypeHolderDefault -> f TypeHolderDefault -typeHolderDefaultStringItemL Text -> f Text -f TypeHolderDefault{Bool +typeHolderDefaultStringItemL :: Lens_' TypeHolderDefault Text +typeHolderDefaultStringItemL Text -> f Text +f TypeHolderDefault{Bool Double Int [Int] @@ -5714,12 +5661,12 @@ typeHolderDefaultIntegerItem :: Int typeHolderDefaultNumberItem :: Double typeHolderDefaultStringItem :: Text -..} = (\Text -typeHolderDefaultStringItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault +..} = (\Text +typeHolderDefaultStringItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault TypeHolderDefault { Text typeHolderDefaultStringItem :: Text typeHolderDefaultStringItem :: Text -typeHolderDefaultStringItem, Bool +typeHolderDefaultStringItem, Bool Double Int [Int] @@ -5734,15 +5681,15 @@ ..} ) (Text -> TypeHolderDefault) -> f Text -> f TypeHolderDefault forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -typeHolderDefaultStringItem +f Text +typeHolderDefaultStringItem {-# INLINE typeHolderDefaultStringItemL #-} -- | 'typeHolderDefaultNumberItem' Lens typeHolderDefaultNumberItemL :: Lens_' TypeHolderDefault (Double) -typeHolderDefaultNumberItemL :: (Double -> f Double) -> TypeHolderDefault -> f TypeHolderDefault -typeHolderDefaultNumberItemL Double -> f Double -f TypeHolderDefault{Bool +typeHolderDefaultNumberItemL :: Lens_' TypeHolderDefault Double +typeHolderDefaultNumberItemL Double -> f Double +f TypeHolderDefault{Bool Double Int [Int] @@ -5757,12 +5704,12 @@ typeHolderDefaultIntegerItem :: TypeHolderDefault -> Int typeHolderDefaultNumberItem :: TypeHolderDefault -> Double typeHolderDefaultStringItem :: TypeHolderDefault -> Text -..} = (\Double -typeHolderDefaultNumberItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault +..} = (\Double +typeHolderDefaultNumberItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault TypeHolderDefault { Double typeHolderDefaultNumberItem :: Double typeHolderDefaultNumberItem :: Double -typeHolderDefaultNumberItem, Bool +typeHolderDefaultNumberItem, Bool Int [Int] Text @@ -5774,18 +5721,18 @@ typeHolderDefaultBoolItem :: Bool typeHolderDefaultIntegerItem :: Int typeHolderDefaultStringItem :: Text -..} ) (Double -> TypeHolderDefault) -> f Double -> f TypeHolderDefault +..} ) (Double -> TypeHolderDefault) -> f Double -> f TypeHolderDefault forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Double -> f Double -f Double -typeHolderDefaultNumberItem +f Double +typeHolderDefaultNumberItem {-# INLINE typeHolderDefaultNumberItemL #-} -- | 'typeHolderDefaultIntegerItem' Lens typeHolderDefaultIntegerItemL :: Lens_' TypeHolderDefault (Int) -typeHolderDefaultIntegerItemL :: (Int -> f Int) -> TypeHolderDefault -> f TypeHolderDefault -typeHolderDefaultIntegerItemL Int -> f Int -f TypeHolderDefault{Bool +typeHolderDefaultIntegerItemL :: Lens_' TypeHolderDefault Int +typeHolderDefaultIntegerItemL Int -> f Int +f TypeHolderDefault{Bool Double Int [Int] @@ -5800,12 +5747,12 @@ typeHolderDefaultIntegerItem :: TypeHolderDefault -> Int typeHolderDefaultNumberItem :: TypeHolderDefault -> Double typeHolderDefaultStringItem :: TypeHolderDefault -> Text -..} = (\Int -typeHolderDefaultIntegerItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault +..} = (\Int +typeHolderDefaultIntegerItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault TypeHolderDefault { Int typeHolderDefaultIntegerItem :: Int typeHolderDefaultIntegerItem :: Int -typeHolderDefaultIntegerItem, Bool +typeHolderDefaultIntegerItem, Bool Double [Int] Text @@ -5817,18 +5764,18 @@ typeHolderDefaultBoolItem :: Bool typeHolderDefaultNumberItem :: Double typeHolderDefaultStringItem :: Text -..} ) (Int -> TypeHolderDefault) -> f Int -> f TypeHolderDefault +..} ) (Int -> TypeHolderDefault) -> f Int -> f TypeHolderDefault forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Int -> f Int -f Int -typeHolderDefaultIntegerItem +f Int +typeHolderDefaultIntegerItem {-# INLINE typeHolderDefaultIntegerItemL #-} -- | 'typeHolderDefaultBoolItem' Lens typeHolderDefaultBoolItemL :: Lens_' TypeHolderDefault (Bool) -typeHolderDefaultBoolItemL :: (Bool -> f Bool) -> TypeHolderDefault -> f TypeHolderDefault -typeHolderDefaultBoolItemL Bool -> f Bool -f TypeHolderDefault{Bool +typeHolderDefaultBoolItemL :: Lens_' TypeHolderDefault Bool +typeHolderDefaultBoolItemL Bool -> f Bool +f TypeHolderDefault{Bool Double Int [Int] @@ -5843,12 +5790,12 @@ typeHolderDefaultIntegerItem :: TypeHolderDefault -> Int typeHolderDefaultNumberItem :: TypeHolderDefault -> Double typeHolderDefaultStringItem :: TypeHolderDefault -> Text -..} = (\Bool -typeHolderDefaultBoolItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault +..} = (\Bool +typeHolderDefaultBoolItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault TypeHolderDefault { Bool typeHolderDefaultBoolItem :: Bool typeHolderDefaultBoolItem :: Bool -typeHolderDefaultBoolItem, Double +typeHolderDefaultBoolItem, Double Int [Int] Text @@ -5860,18 +5807,18 @@ typeHolderDefaultIntegerItem :: Int typeHolderDefaultNumberItem :: Double typeHolderDefaultStringItem :: Text -..} ) (Bool -> TypeHolderDefault) -> f Bool -> f TypeHolderDefault +..} ) (Bool -> TypeHolderDefault) -> f Bool -> f TypeHolderDefault forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Bool -> f Bool -f Bool -typeHolderDefaultBoolItem +f Bool +typeHolderDefaultBoolItem {-# INLINE typeHolderDefaultBoolItemL #-} -- | 'typeHolderDefaultArrayItem' Lens typeHolderDefaultArrayItemL :: Lens_' TypeHolderDefault ([Int]) -typeHolderDefaultArrayItemL :: ([Int] -> f [Int]) -> TypeHolderDefault -> f TypeHolderDefault -typeHolderDefaultArrayItemL [Int] -> f [Int] -f TypeHolderDefault{Bool +typeHolderDefaultArrayItemL :: Lens_' TypeHolderDefault [Int] +typeHolderDefaultArrayItemL [Int] -> f [Int] +f TypeHolderDefault{Bool Double Int [Int] @@ -5886,12 +5833,12 @@ typeHolderDefaultIntegerItem :: TypeHolderDefault -> Int typeHolderDefaultNumberItem :: TypeHolderDefault -> Double typeHolderDefaultStringItem :: TypeHolderDefault -> Text -..} = (\[Int] -typeHolderDefaultArrayItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault +..} = (\[Int] +typeHolderDefaultArrayItem -> TypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault TypeHolderDefault { [Int] typeHolderDefaultArrayItem :: [Int] typeHolderDefaultArrayItem :: [Int] -typeHolderDefaultArrayItem, Bool +typeHolderDefaultArrayItem, Bool Double Int Text @@ -5903,11 +5850,11 @@ typeHolderDefaultIntegerItem :: Int typeHolderDefaultNumberItem :: Double typeHolderDefaultStringItem :: Text -..} ) ([Int] -> TypeHolderDefault) -> f [Int] -> f TypeHolderDefault +..} ) ([Int] -> TypeHolderDefault) -> f [Int] -> f TypeHolderDefault forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> [Int] -> f [Int] -f [Int] -typeHolderDefaultArrayItem +f [Int] +typeHolderDefaultArrayItem {-# INLINE typeHolderDefaultArrayItemL #-} @@ -5916,9 +5863,9 @@ -- | 'typeHolderExampleStringItem' Lens typeHolderExampleStringItemL :: Lens_' TypeHolderExample (Text) -typeHolderExampleStringItemL :: (Text -> f Text) -> TypeHolderExample -> f TypeHolderExample -typeHolderExampleStringItemL Text -> f Text -f TypeHolderExample{Bool +typeHolderExampleStringItemL :: Lens_' TypeHolderExample Text +typeHolderExampleStringItemL Text -> f Text +f TypeHolderExample{Bool Double Float Int @@ -5936,13 +5883,13 @@ typeHolderExampleFloatItem :: Float typeHolderExampleNumberItem :: Double typeHolderExampleStringItem :: Text -..} = (\Text -typeHolderExampleStringItem -> TypeHolderExample :: Text +..} = (\Text +typeHolderExampleStringItem -> TypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample TypeHolderExample { Text typeHolderExampleStringItem :: Text typeHolderExampleStringItem :: Text -typeHolderExampleStringItem, Bool +typeHolderExampleStringItem, Bool Double Float Int @@ -5960,15 +5907,15 @@ ..} ) (Text -> TypeHolderExample) -> f Text -> f TypeHolderExample forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Text -> f Text -f Text -typeHolderExampleStringItem +f Text +typeHolderExampleStringItem {-# INLINE typeHolderExampleStringItemL #-} -- | 'typeHolderExampleNumberItem' Lens typeHolderExampleNumberItemL :: Lens_' TypeHolderExample (Double) -typeHolderExampleNumberItemL :: (Double -> f Double) -> TypeHolderExample -> f TypeHolderExample -typeHolderExampleNumberItemL Double -> f Double -f TypeHolderExample{Bool +typeHolderExampleNumberItemL :: Lens_' TypeHolderExample Double +typeHolderExampleNumberItemL Double -> f Double +f TypeHolderExample{Bool Double Float Int @@ -5986,13 +5933,13 @@ typeHolderExampleFloatItem :: TypeHolderExample -> Float typeHolderExampleNumberItem :: TypeHolderExample -> Double typeHolderExampleStringItem :: TypeHolderExample -> Text -..} = (\Double -typeHolderExampleNumberItem -> TypeHolderExample :: Text +..} = (\Double +typeHolderExampleNumberItem -> TypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample TypeHolderExample { Double typeHolderExampleNumberItem :: Double typeHolderExampleNumberItem :: Double -typeHolderExampleNumberItem, Bool +typeHolderExampleNumberItem, Bool Float Int [Int] @@ -6007,18 +5954,18 @@ typeHolderExampleIntegerItem :: Int typeHolderExampleFloatItem :: Float typeHolderExampleStringItem :: Text -..} ) (Double -> TypeHolderExample) -> f Double -> f TypeHolderExample +..} ) (Double -> TypeHolderExample) -> f Double -> f TypeHolderExample forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Double -> f Double -f Double -typeHolderExampleNumberItem +f Double +typeHolderExampleNumberItem {-# INLINE typeHolderExampleNumberItemL #-} -- | 'typeHolderExampleFloatItem' Lens typeHolderExampleFloatItemL :: Lens_' TypeHolderExample (Float) -typeHolderExampleFloatItemL :: (Float -> f Float) -> TypeHolderExample -> f TypeHolderExample -typeHolderExampleFloatItemL Float -> f Float -f TypeHolderExample{Bool +typeHolderExampleFloatItemL :: Lens_' TypeHolderExample Float +typeHolderExampleFloatItemL Float -> f Float +f TypeHolderExample{Bool Double Float Int @@ -6036,13 +5983,13 @@ typeHolderExampleFloatItem :: TypeHolderExample -> Float typeHolderExampleNumberItem :: TypeHolderExample -> Double typeHolderExampleStringItem :: TypeHolderExample -> Text -..} = (\Float -typeHolderExampleFloatItem -> TypeHolderExample :: Text +..} = (\Float +typeHolderExampleFloatItem -> TypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample TypeHolderExample { Float typeHolderExampleFloatItem :: Float typeHolderExampleFloatItem :: Float -typeHolderExampleFloatItem, Bool +typeHolderExampleFloatItem, Bool Double Int [Int] @@ -6057,18 +6004,18 @@ typeHolderExampleIntegerItem :: Int typeHolderExampleNumberItem :: Double typeHolderExampleStringItem :: Text -..} ) (Float -> TypeHolderExample) -> f Float -> f TypeHolderExample +..} ) (Float -> TypeHolderExample) -> f Float -> f TypeHolderExample forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Float -> f Float -f Float -typeHolderExampleFloatItem +f Float +typeHolderExampleFloatItem {-# INLINE typeHolderExampleFloatItemL #-} -- | 'typeHolderExampleIntegerItem' Lens typeHolderExampleIntegerItemL :: Lens_' TypeHolderExample (Int) -typeHolderExampleIntegerItemL :: (Int -> f Int) -> TypeHolderExample -> f TypeHolderExample -typeHolderExampleIntegerItemL Int -> f Int -f TypeHolderExample{Bool +typeHolderExampleIntegerItemL :: Lens_' TypeHolderExample Int +typeHolderExampleIntegerItemL Int -> f Int +f TypeHolderExample{Bool Double Float Int @@ -6086,13 +6033,13 @@ typeHolderExampleFloatItem :: TypeHolderExample -> Float typeHolderExampleNumberItem :: TypeHolderExample -> Double typeHolderExampleStringItem :: TypeHolderExample -> Text -..} = (\Int -typeHolderExampleIntegerItem -> TypeHolderExample :: Text +..} = (\Int +typeHolderExampleIntegerItem -> TypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample TypeHolderExample { Int typeHolderExampleIntegerItem :: Int typeHolderExampleIntegerItem :: Int -typeHolderExampleIntegerItem, Bool +typeHolderExampleIntegerItem, Bool Double Float [Int] @@ -6107,18 +6054,18 @@ typeHolderExampleFloatItem :: Float typeHolderExampleNumberItem :: Double typeHolderExampleStringItem :: Text -..} ) (Int -> TypeHolderExample) -> f Int -> f TypeHolderExample +..} ) (Int -> TypeHolderExample) -> f Int -> f TypeHolderExample forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Int -> f Int -f Int -typeHolderExampleIntegerItem +f Int +typeHolderExampleIntegerItem {-# INLINE typeHolderExampleIntegerItemL #-} -- | 'typeHolderExampleBoolItem' Lens typeHolderExampleBoolItemL :: Lens_' TypeHolderExample (Bool) -typeHolderExampleBoolItemL :: (Bool -> f Bool) -> TypeHolderExample -> f TypeHolderExample -typeHolderExampleBoolItemL Bool -> f Bool -f TypeHolderExample{Bool +typeHolderExampleBoolItemL :: Lens_' TypeHolderExample Bool +typeHolderExampleBoolItemL Bool -> f Bool +f TypeHolderExample{Bool Double Float Int @@ -6136,13 +6083,13 @@ typeHolderExampleFloatItem :: TypeHolderExample -> Float typeHolderExampleNumberItem :: TypeHolderExample -> Double typeHolderExampleStringItem :: TypeHolderExample -> Text -..} = (\Bool -typeHolderExampleBoolItem -> TypeHolderExample :: Text +..} = (\Bool +typeHolderExampleBoolItem -> TypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample TypeHolderExample { Bool typeHolderExampleBoolItem :: Bool typeHolderExampleBoolItem :: Bool -typeHolderExampleBoolItem, Double +typeHolderExampleBoolItem, Double Float Int [Int] @@ -6157,18 +6104,18 @@ typeHolderExampleFloatItem :: Float typeHolderExampleNumberItem :: Double typeHolderExampleStringItem :: Text -..} ) (Bool -> TypeHolderExample) -> f Bool -> f TypeHolderExample +..} ) (Bool -> TypeHolderExample) -> f Bool -> f TypeHolderExample forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Bool -> f Bool -f Bool -typeHolderExampleBoolItem +f Bool +typeHolderExampleBoolItem {-# INLINE typeHolderExampleBoolItemL #-} -- | 'typeHolderExampleArrayItem' Lens typeHolderExampleArrayItemL :: Lens_' TypeHolderExample ([Int]) -typeHolderExampleArrayItemL :: ([Int] -> f [Int]) -> TypeHolderExample -> f TypeHolderExample -typeHolderExampleArrayItemL [Int] -> f [Int] -f TypeHolderExample{Bool +typeHolderExampleArrayItemL :: Lens_' TypeHolderExample [Int] +typeHolderExampleArrayItemL [Int] -> f [Int] +f TypeHolderExample{Bool Double Float Int @@ -6186,13 +6133,13 @@ typeHolderExampleFloatItem :: TypeHolderExample -> Float typeHolderExampleNumberItem :: TypeHolderExample -> Double typeHolderExampleStringItem :: TypeHolderExample -> Text -..} = (\[Int] -typeHolderExampleArrayItem -> TypeHolderExample :: Text +..} = (\[Int] +typeHolderExampleArrayItem -> TypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample TypeHolderExample { [Int] typeHolderExampleArrayItem :: [Int] typeHolderExampleArrayItem :: [Int] -typeHolderExampleArrayItem, Bool +typeHolderExampleArrayItem, Bool Double Float Int @@ -6207,11 +6154,11 @@ typeHolderExampleFloatItem :: Float typeHolderExampleNumberItem :: Double typeHolderExampleStringItem :: Text -..} ) ([Int] -> TypeHolderExample) -> f [Int] -> f TypeHolderExample +..} ) ([Int] -> TypeHolderExample) -> f [Int] -> f TypeHolderExample forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> [Int] -> f [Int] -f [Int] -typeHolderExampleArrayItem +f [Int] +typeHolderExampleArrayItem {-# INLINE typeHolderExampleArrayItemL #-} @@ -6220,9 +6167,9 @@ -- | 'userId' Lens userIdL :: Lens_' User (Maybe Integer) -userIdL :: (Maybe Integer -> f (Maybe Integer)) -> User -> f User -userIdL Maybe Integer -> f (Maybe Integer) -f User{Maybe Int +userIdL :: Lens_' User (Maybe Integer) +userIdL Maybe Integer -> f (Maybe Integer) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: User -> Maybe Int @@ -6241,8 +6188,8 @@ userFirstName :: Maybe Text userUsername :: Maybe Text userId :: Maybe Integer -..} = (\Maybe Integer -userId -> User :: Maybe Integer +..} = (\Maybe Integer +userId -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6254,7 +6201,7 @@ User { Maybe Integer userId :: Maybe Integer userId :: Maybe Integer -userId, Maybe Int +userId, Maybe Int Maybe Text userUserStatus :: Maybe Int userPhone :: Maybe Text @@ -6273,15 +6220,15 @@ ..} ) (Maybe Integer -> User) -> f (Maybe Integer) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Integer -> f (Maybe Integer) -f Maybe Integer -userId +f Maybe Integer +userId {-# INLINE userIdL #-} -- | 'userUsername' Lens userUsernameL :: Lens_' User (Maybe Text) -userUsernameL :: (Maybe Text -> f (Maybe Text)) -> User -> f User -userUsernameL Maybe Text -> f (Maybe Text) -f User{Maybe Int +userUsernameL :: Lens_' User (Maybe Text) +userUsernameL Maybe Text -> f (Maybe Text) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6300,8 +6247,8 @@ userFirstName :: User -> Maybe Text userUsername :: User -> Maybe Text userId :: User -> Maybe Integer -..} = (\Maybe Text -userUsername -> User :: Maybe Integer +..} = (\Maybe Text +userUsername -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6313,7 +6260,7 @@ User { Maybe Text userUsername :: Maybe Text userUsername :: Maybe Text -userUsername, Maybe Int +userUsername, Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6330,18 +6277,18 @@ userLastName :: Maybe Text userFirstName :: Maybe Text userId :: Maybe Integer -..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User +..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -userUsername +f Maybe Text +userUsername {-# INLINE userUsernameL #-} -- | 'userFirstName' Lens userFirstNameL :: Lens_' User (Maybe Text) -userFirstNameL :: (Maybe Text -> f (Maybe Text)) -> User -> f User -userFirstNameL Maybe Text -> f (Maybe Text) -f User{Maybe Int +userFirstNameL :: Lens_' User (Maybe Text) +userFirstNameL Maybe Text -> f (Maybe Text) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6360,8 +6307,8 @@ userFirstName :: User -> Maybe Text userUsername :: User -> Maybe Text userId :: User -> Maybe Integer -..} = (\Maybe Text -userFirstName -> User :: Maybe Integer +..} = (\Maybe Text +userFirstName -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6373,7 +6320,7 @@ User { Maybe Text userFirstName :: Maybe Text userFirstName :: Maybe Text -userFirstName, Maybe Int +userFirstName, Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6390,18 +6337,18 @@ userLastName :: Maybe Text userUsername :: Maybe Text userId :: Maybe Integer -..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User +..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -userFirstName +f Maybe Text +userFirstName {-# INLINE userFirstNameL #-} -- | 'userLastName' Lens userLastNameL :: Lens_' User (Maybe Text) -userLastNameL :: (Maybe Text -> f (Maybe Text)) -> User -> f User -userLastNameL Maybe Text -> f (Maybe Text) -f User{Maybe Int +userLastNameL :: Lens_' User (Maybe Text) +userLastNameL Maybe Text -> f (Maybe Text) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6420,8 +6367,8 @@ userFirstName :: User -> Maybe Text userUsername :: User -> Maybe Text userId :: User -> Maybe Integer -..} = (\Maybe Text -userLastName -> User :: Maybe Integer +..} = (\Maybe Text +userLastName -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6433,7 +6380,7 @@ User { Maybe Text userLastName :: Maybe Text userLastName :: Maybe Text -userLastName, Maybe Int +userLastName, Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6450,18 +6397,18 @@ userFirstName :: Maybe Text userUsername :: Maybe Text userId :: Maybe Integer -..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User +..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -userLastName +f Maybe Text +userLastName {-# INLINE userLastNameL #-} -- | 'userEmail' Lens userEmailL :: Lens_' User (Maybe Text) -userEmailL :: (Maybe Text -> f (Maybe Text)) -> User -> f User -userEmailL Maybe Text -> f (Maybe Text) -f User{Maybe Int +userEmailL :: Lens_' User (Maybe Text) +userEmailL Maybe Text -> f (Maybe Text) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6480,8 +6427,8 @@ userFirstName :: User -> Maybe Text userUsername :: User -> Maybe Text userId :: User -> Maybe Integer -..} = (\Maybe Text -userEmail -> User :: Maybe Integer +..} = (\Maybe Text +userEmail -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6493,7 +6440,7 @@ User { Maybe Text userEmail :: Maybe Text userEmail :: Maybe Text -userEmail, Maybe Int +userEmail, Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6510,18 +6457,18 @@ userFirstName :: Maybe Text userUsername :: Maybe Text userId :: Maybe Integer -..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User +..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -userEmail +f Maybe Text +userEmail {-# INLINE userEmailL #-} -- | 'userPassword' Lens userPasswordL :: Lens_' User (Maybe Text) -userPasswordL :: (Maybe Text -> f (Maybe Text)) -> User -> f User -userPasswordL Maybe Text -> f (Maybe Text) -f User{Maybe Int +userPasswordL :: Lens_' User (Maybe Text) +userPasswordL Maybe Text -> f (Maybe Text) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6540,8 +6487,8 @@ userFirstName :: User -> Maybe Text userUsername :: User -> Maybe Text userId :: User -> Maybe Integer -..} = (\Maybe Text -userPassword -> User :: Maybe Integer +..} = (\Maybe Text +userPassword -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6553,7 +6500,7 @@ User { Maybe Text userPassword :: Maybe Text userPassword :: Maybe Text -userPassword, Maybe Int +userPassword, Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6570,18 +6517,18 @@ userFirstName :: Maybe Text userUsername :: Maybe Text userId :: Maybe Integer -..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User +..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -userPassword +f Maybe Text +userPassword {-# INLINE userPasswordL #-} -- | 'userPhone' Lens userPhoneL :: Lens_' User (Maybe Text) -userPhoneL :: (Maybe Text -> f (Maybe Text)) -> User -> f User -userPhoneL Maybe Text -> f (Maybe Text) -f User{Maybe Int +userPhoneL :: Lens_' User (Maybe Text) +userPhoneL Maybe Text -> f (Maybe Text) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6600,8 +6547,8 @@ userFirstName :: User -> Maybe Text userUsername :: User -> Maybe Text userId :: User -> Maybe Integer -..} = (\Maybe Text -userPhone -> User :: Maybe Integer +..} = (\Maybe Text +userPhone -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6613,7 +6560,7 @@ User { Maybe Text userPhone :: Maybe Text userPhone :: Maybe Text -userPhone, Maybe Int +userPhone, Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6630,18 +6577,18 @@ userFirstName :: Maybe Text userUsername :: Maybe Text userId :: Maybe Integer -..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User +..} ) (Maybe Text -> User) -> f (Maybe Text) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -userPhone +f Maybe Text +userPhone {-# INLINE userPhoneL #-} -- | 'userUserStatus' Lens userUserStatusL :: Lens_' User (Maybe Int) -userUserStatusL :: (Maybe Int -> f (Maybe Int)) -> User -> f User -userUserStatusL Maybe Int -> f (Maybe Int) -f User{Maybe Int +userUserStatusL :: Lens_' User (Maybe Int) +userUserStatusL Maybe Int -> f (Maybe Int) +f User{Maybe Int Maybe Integer Maybe Text userUserStatus :: Maybe Int @@ -6660,8 +6607,8 @@ userFirstName :: User -> Maybe Text userUsername :: User -> Maybe Text userId :: User -> Maybe Integer -..} = (\Maybe Int -userUserStatus -> User :: Maybe Integer +..} = (\Maybe Int +userUserStatus -> User :: Maybe Integer -> Maybe Text -> Maybe Text -> Maybe Text @@ -6673,7 +6620,7 @@ User { Maybe Int userUserStatus :: Maybe Int userUserStatus :: Maybe Int -userUserStatus, Maybe Integer +userUserStatus, Maybe Integer Maybe Text userPhone :: Maybe Text userPassword :: Maybe Text @@ -6689,11 +6636,11 @@ userFirstName :: Maybe Text userUsername :: Maybe Text userId :: Maybe Integer -..} ) (Maybe Int -> User) -> f (Maybe Int) -> f User +..} ) (Maybe Int -> User) -> f (Maybe Int) -> f User forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -userUserStatus +f Maybe Int +userUserStatus {-# INLINE userUserStatusL #-} @@ -6702,9 +6649,9 @@ -- | 'xmlItemAttributeString' Lens xmlItemAttributeStringL :: Lens_' XmlItem (Maybe Text) -xmlItemAttributeStringL :: (Maybe Text -> f (Maybe Text)) -> XmlItem -> f XmlItem -xmlItemAttributeStringL Maybe Text -> f (Maybe Text) -f XmlItem{Maybe Bool +xmlItemAttributeStringL :: Lens_' XmlItem (Maybe Text) +xmlItemAttributeStringL Maybe Text -> f (Maybe Text) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -6767,8 +6714,8 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} = (\Maybe Text -xmlItemAttributeString -> XmlItem :: Maybe Text +..} = (\Maybe Text +xmlItemAttributeString -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -6801,7 +6748,7 @@ XmlItem { Maybe Text xmlItemAttributeString :: Maybe Text xmlItemAttributeString :: Maybe Text -xmlItemAttributeString, Maybe Bool +xmlItemAttributeString, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -6865,15 +6812,15 @@ ..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -xmlItemAttributeString +f Maybe Text +xmlItemAttributeString {-# INLINE xmlItemAttributeStringL #-} -- | 'xmlItemAttributeNumber' Lens xmlItemAttributeNumberL :: Lens_' XmlItem (Maybe Double) -xmlItemAttributeNumberL :: (Maybe Double -> f (Maybe Double)) -> XmlItem -> f XmlItem -xmlItemAttributeNumberL Maybe Double -> f (Maybe Double) -f XmlItem{Maybe Bool +xmlItemAttributeNumberL :: Lens_' XmlItem (Maybe Double) +xmlItemAttributeNumberL Maybe Double -> f (Maybe Double) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -6936,8 +6883,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Double -xmlItemAttributeNumber -> XmlItem :: Maybe Text +..} = (\Maybe Double +xmlItemAttributeNumber -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -6970,7 +6917,7 @@ XmlItem { Maybe Double xmlItemAttributeNumber :: Maybe Double xmlItemAttributeNumber :: Maybe Double -xmlItemAttributeNumber, Maybe Bool +xmlItemAttributeNumber, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7031,18 +6978,18 @@ xmlItemAttributeBoolean :: Maybe Bool xmlItemAttributeInteger :: Maybe Int xmlItemAttributeString :: Maybe Text -..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem +..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -xmlItemAttributeNumber +f Maybe Double +xmlItemAttributeNumber {-# INLINE xmlItemAttributeNumberL #-} -- | 'xmlItemAttributeInteger' Lens xmlItemAttributeIntegerL :: Lens_' XmlItem (Maybe Int) -xmlItemAttributeIntegerL :: (Maybe Int -> f (Maybe Int)) -> XmlItem -> f XmlItem -xmlItemAttributeIntegerL Maybe Int -> f (Maybe Int) -f XmlItem{Maybe Bool +xmlItemAttributeIntegerL :: Lens_' XmlItem (Maybe Int) +xmlItemAttributeIntegerL Maybe Int -> f (Maybe Int) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7105,8 +7052,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Int -xmlItemAttributeInteger -> XmlItem :: Maybe Text +..} = (\Maybe Int +xmlItemAttributeInteger -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -7139,7 +7086,7 @@ XmlItem { Maybe Int xmlItemAttributeInteger :: Maybe Int xmlItemAttributeInteger :: Maybe Int -xmlItemAttributeInteger, Maybe Bool +xmlItemAttributeInteger, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7200,18 +7147,18 @@ xmlItemAttributeBoolean :: Maybe Bool xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem +..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -xmlItemAttributeInteger +f Maybe Int +xmlItemAttributeInteger {-# INLINE xmlItemAttributeIntegerL #-} -- | 'xmlItemAttributeBoolean' Lens xmlItemAttributeBooleanL :: Lens_' XmlItem (Maybe Bool) -xmlItemAttributeBooleanL :: (Maybe Bool -> f (Maybe Bool)) -> XmlItem -> f XmlItem -xmlItemAttributeBooleanL Maybe Bool -> f (Maybe Bool) -f XmlItem{Maybe Bool +xmlItemAttributeBooleanL :: Lens_' XmlItem (Maybe Bool) +xmlItemAttributeBooleanL Maybe Bool -> f (Maybe Bool) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7274,8 +7221,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Bool -xmlItemAttributeBoolean -> XmlItem :: Maybe Text +..} = (\Maybe Bool +xmlItemAttributeBoolean -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -7308,7 +7255,7 @@ XmlItem { Maybe Bool xmlItemAttributeBoolean :: Maybe Bool xmlItemAttributeBoolean :: Maybe Bool -xmlItemAttributeBoolean, Maybe Bool +xmlItemAttributeBoolean, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7369,18 +7316,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem +..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -xmlItemAttributeBoolean +f Maybe Bool +xmlItemAttributeBoolean {-# INLINE xmlItemAttributeBooleanL #-} -- | 'xmlItemWrappedArray' Lens xmlItemWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemWrappedArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemWrappedArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemWrappedArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7443,8 +7390,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemWrappedArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemWrappedArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -7477,7 +7424,7 @@ XmlItem { Maybe [Int] xmlItemWrappedArray :: Maybe [Int] xmlItemWrappedArray :: Maybe [Int] -xmlItemWrappedArray, Maybe Bool +xmlItemWrappedArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7538,18 +7485,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemWrappedArray +f Maybe [Int] +xmlItemWrappedArray {-# INLINE xmlItemWrappedArrayL #-} -- | 'xmlItemNameString' Lens xmlItemNameStringL :: Lens_' XmlItem (Maybe Text) -xmlItemNameStringL :: (Maybe Text -> f (Maybe Text)) -> XmlItem -> f XmlItem -xmlItemNameStringL Maybe Text -> f (Maybe Text) -f XmlItem{Maybe Bool +xmlItemNameStringL :: Lens_' XmlItem (Maybe Text) +xmlItemNameStringL Maybe Text -> f (Maybe Text) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7612,8 +7559,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Text -xmlItemNameString -> XmlItem :: Maybe Text +..} = (\Maybe Text +xmlItemNameString -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -7646,7 +7593,7 @@ XmlItem { Maybe Text xmlItemNameString :: Maybe Text xmlItemNameString :: Maybe Text -xmlItemNameString, Maybe Bool +xmlItemNameString, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7707,18 +7654,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem +..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -xmlItemNameString +f Maybe Text +xmlItemNameString {-# INLINE xmlItemNameStringL #-} -- | 'xmlItemNameNumber' Lens xmlItemNameNumberL :: Lens_' XmlItem (Maybe Double) -xmlItemNameNumberL :: (Maybe Double -> f (Maybe Double)) -> XmlItem -> f XmlItem -xmlItemNameNumberL Maybe Double -> f (Maybe Double) -f XmlItem{Maybe Bool +xmlItemNameNumberL :: Lens_' XmlItem (Maybe Double) +xmlItemNameNumberL Maybe Double -> f (Maybe Double) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7781,8 +7728,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Double -xmlItemNameNumber -> XmlItem :: Maybe Text +..} = (\Maybe Double +xmlItemNameNumber -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -7815,7 +7762,7 @@ XmlItem { Maybe Double xmlItemNameNumber :: Maybe Double xmlItemNameNumber :: Maybe Double -xmlItemNameNumber, Maybe Bool +xmlItemNameNumber, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7876,18 +7823,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem +..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -xmlItemNameNumber +f Maybe Double +xmlItemNameNumber {-# INLINE xmlItemNameNumberL #-} -- | 'xmlItemNameInteger' Lens xmlItemNameIntegerL :: Lens_' XmlItem (Maybe Int) -xmlItemNameIntegerL :: (Maybe Int -> f (Maybe Int)) -> XmlItem -> f XmlItem -xmlItemNameIntegerL Maybe Int -> f (Maybe Int) -f XmlItem{Maybe Bool +xmlItemNameIntegerL :: Lens_' XmlItem (Maybe Int) +xmlItemNameIntegerL Maybe Int -> f (Maybe Int) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -7950,8 +7897,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Int -xmlItemNameInteger -> XmlItem :: Maybe Text +..} = (\Maybe Int +xmlItemNameInteger -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -7984,7 +7931,7 @@ XmlItem { Maybe Int xmlItemNameInteger :: Maybe Int xmlItemNameInteger :: Maybe Int -xmlItemNameInteger, Maybe Bool +xmlItemNameInteger, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8045,18 +7992,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem +..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -xmlItemNameInteger +f Maybe Int +xmlItemNameInteger {-# INLINE xmlItemNameIntegerL #-} -- | 'xmlItemNameBoolean' Lens xmlItemNameBooleanL :: Lens_' XmlItem (Maybe Bool) -xmlItemNameBooleanL :: (Maybe Bool -> f (Maybe Bool)) -> XmlItem -> f XmlItem -xmlItemNameBooleanL Maybe Bool -> f (Maybe Bool) -f XmlItem{Maybe Bool +xmlItemNameBooleanL :: Lens_' XmlItem (Maybe Bool) +xmlItemNameBooleanL Maybe Bool -> f (Maybe Bool) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8119,8 +8066,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Bool -xmlItemNameBoolean -> XmlItem :: Maybe Text +..} = (\Maybe Bool +xmlItemNameBoolean -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -8153,7 +8100,7 @@ XmlItem { Maybe Bool xmlItemNameBoolean :: Maybe Bool xmlItemNameBoolean :: Maybe Bool -xmlItemNameBoolean, Maybe Bool +xmlItemNameBoolean, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8214,18 +8161,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem +..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -xmlItemNameBoolean +f Maybe Bool +xmlItemNameBoolean {-# INLINE xmlItemNameBooleanL #-} -- | 'xmlItemNameArray' Lens xmlItemNameArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemNameArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemNameArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemNameArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemNameArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8288,8 +8235,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemNameArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemNameArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -8322,7 +8269,7 @@ XmlItem { Maybe [Int] xmlItemNameArray :: Maybe [Int] xmlItemNameArray :: Maybe [Int] -xmlItemNameArray, Maybe Bool +xmlItemNameArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8383,18 +8330,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemNameArray +f Maybe [Int] +xmlItemNameArray {-# INLINE xmlItemNameArrayL #-} -- | 'xmlItemNameWrappedArray' Lens xmlItemNameWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemNameWrappedArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemNameWrappedArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemNameWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemNameWrappedArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8457,8 +8404,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemNameWrappedArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemNameWrappedArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -8491,7 +8438,7 @@ XmlItem { Maybe [Int] xmlItemNameWrappedArray :: Maybe [Int] xmlItemNameWrappedArray :: Maybe [Int] -xmlItemNameWrappedArray, Maybe Bool +xmlItemNameWrappedArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8552,18 +8499,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemNameWrappedArray +f Maybe [Int] +xmlItemNameWrappedArray {-# INLINE xmlItemNameWrappedArrayL #-} -- | 'xmlItemPrefixString' Lens xmlItemPrefixStringL :: Lens_' XmlItem (Maybe Text) -xmlItemPrefixStringL :: (Maybe Text -> f (Maybe Text)) -> XmlItem -> f XmlItem -xmlItemPrefixStringL Maybe Text -> f (Maybe Text) -f XmlItem{Maybe Bool +xmlItemPrefixStringL :: Lens_' XmlItem (Maybe Text) +xmlItemPrefixStringL Maybe Text -> f (Maybe Text) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8626,8 +8573,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Text -xmlItemPrefixString -> XmlItem :: Maybe Text +..} = (\Maybe Text +xmlItemPrefixString -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -8660,7 +8607,7 @@ XmlItem { Maybe Text xmlItemPrefixString :: Maybe Text xmlItemPrefixString :: Maybe Text -xmlItemPrefixString, Maybe Bool +xmlItemPrefixString, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8721,18 +8668,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem +..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -xmlItemPrefixString +f Maybe Text +xmlItemPrefixString {-# INLINE xmlItemPrefixStringL #-} -- | 'xmlItemPrefixNumber' Lens xmlItemPrefixNumberL :: Lens_' XmlItem (Maybe Double) -xmlItemPrefixNumberL :: (Maybe Double -> f (Maybe Double)) -> XmlItem -> f XmlItem -xmlItemPrefixNumberL Maybe Double -> f (Maybe Double) -f XmlItem{Maybe Bool +xmlItemPrefixNumberL :: Lens_' XmlItem (Maybe Double) +xmlItemPrefixNumberL Maybe Double -> f (Maybe Double) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8795,8 +8742,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Double -xmlItemPrefixNumber -> XmlItem :: Maybe Text +..} = (\Maybe Double +xmlItemPrefixNumber -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -8829,7 +8776,7 @@ XmlItem { Maybe Double xmlItemPrefixNumber :: Maybe Double xmlItemPrefixNumber :: Maybe Double -xmlItemPrefixNumber, Maybe Bool +xmlItemPrefixNumber, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8890,18 +8837,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem +..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -xmlItemPrefixNumber +f Maybe Double +xmlItemPrefixNumber {-# INLINE xmlItemPrefixNumberL #-} -- | 'xmlItemPrefixInteger' Lens xmlItemPrefixIntegerL :: Lens_' XmlItem (Maybe Int) -xmlItemPrefixIntegerL :: (Maybe Int -> f (Maybe Int)) -> XmlItem -> f XmlItem -xmlItemPrefixIntegerL Maybe Int -> f (Maybe Int) -f XmlItem{Maybe Bool +xmlItemPrefixIntegerL :: Lens_' XmlItem (Maybe Int) +xmlItemPrefixIntegerL Maybe Int -> f (Maybe Int) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -8964,8 +8911,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Int -xmlItemPrefixInteger -> XmlItem :: Maybe Text +..} = (\Maybe Int +xmlItemPrefixInteger -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -8998,7 +8945,7 @@ XmlItem { Maybe Int xmlItemPrefixInteger :: Maybe Int xmlItemPrefixInteger :: Maybe Int -xmlItemPrefixInteger, Maybe Bool +xmlItemPrefixInteger, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9059,18 +9006,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem +..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -xmlItemPrefixInteger +f Maybe Int +xmlItemPrefixInteger {-# INLINE xmlItemPrefixIntegerL #-} -- | 'xmlItemPrefixBoolean' Lens xmlItemPrefixBooleanL :: Lens_' XmlItem (Maybe Bool) -xmlItemPrefixBooleanL :: (Maybe Bool -> f (Maybe Bool)) -> XmlItem -> f XmlItem -xmlItemPrefixBooleanL Maybe Bool -> f (Maybe Bool) -f XmlItem{Maybe Bool +xmlItemPrefixBooleanL :: Lens_' XmlItem (Maybe Bool) +xmlItemPrefixBooleanL Maybe Bool -> f (Maybe Bool) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9133,8 +9080,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Bool -xmlItemPrefixBoolean -> XmlItem :: Maybe Text +..} = (\Maybe Bool +xmlItemPrefixBoolean -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -9167,7 +9114,7 @@ XmlItem { Maybe Bool xmlItemPrefixBoolean :: Maybe Bool xmlItemPrefixBoolean :: Maybe Bool -xmlItemPrefixBoolean, Maybe Bool +xmlItemPrefixBoolean, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9228,18 +9175,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem +..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -xmlItemPrefixBoolean +f Maybe Bool +xmlItemPrefixBoolean {-# INLINE xmlItemPrefixBooleanL #-} -- | 'xmlItemPrefixArray' Lens xmlItemPrefixArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemPrefixArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemPrefixArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemPrefixArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemPrefixArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9302,8 +9249,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemPrefixArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemPrefixArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -9336,7 +9283,7 @@ XmlItem { Maybe [Int] xmlItemPrefixArray :: Maybe [Int] xmlItemPrefixArray :: Maybe [Int] -xmlItemPrefixArray, Maybe Bool +xmlItemPrefixArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9397,18 +9344,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemPrefixArray +f Maybe [Int] +xmlItemPrefixArray {-# INLINE xmlItemPrefixArrayL #-} -- | 'xmlItemPrefixWrappedArray' Lens xmlItemPrefixWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemPrefixWrappedArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemPrefixWrappedArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemPrefixWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemPrefixWrappedArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9471,8 +9418,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemPrefixWrappedArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemPrefixWrappedArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -9505,7 +9452,7 @@ XmlItem { Maybe [Int] xmlItemPrefixWrappedArray :: Maybe [Int] xmlItemPrefixWrappedArray :: Maybe [Int] -xmlItemPrefixWrappedArray, Maybe Bool +xmlItemPrefixWrappedArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9566,18 +9513,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemPrefixWrappedArray +f Maybe [Int] +xmlItemPrefixWrappedArray {-# INLINE xmlItemPrefixWrappedArrayL #-} -- | 'xmlItemNamespaceString' Lens xmlItemNamespaceStringL :: Lens_' XmlItem (Maybe Text) -xmlItemNamespaceStringL :: (Maybe Text -> f (Maybe Text)) -> XmlItem -> f XmlItem -xmlItemNamespaceStringL Maybe Text -> f (Maybe Text) -f XmlItem{Maybe Bool +xmlItemNamespaceStringL :: Lens_' XmlItem (Maybe Text) +xmlItemNamespaceStringL Maybe Text -> f (Maybe Text) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9640,8 +9587,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Text -xmlItemNamespaceString -> XmlItem :: Maybe Text +..} = (\Maybe Text +xmlItemNamespaceString -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -9674,7 +9621,7 @@ XmlItem { Maybe Text xmlItemNamespaceString :: Maybe Text xmlItemNamespaceString :: Maybe Text -xmlItemNamespaceString, Maybe Bool +xmlItemNamespaceString, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9735,18 +9682,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem +..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -xmlItemNamespaceString +f Maybe Text +xmlItemNamespaceString {-# INLINE xmlItemNamespaceStringL #-} -- | 'xmlItemNamespaceNumber' Lens xmlItemNamespaceNumberL :: Lens_' XmlItem (Maybe Double) -xmlItemNamespaceNumberL :: (Maybe Double -> f (Maybe Double)) -> XmlItem -> f XmlItem -xmlItemNamespaceNumberL Maybe Double -> f (Maybe Double) -f XmlItem{Maybe Bool +xmlItemNamespaceNumberL :: Lens_' XmlItem (Maybe Double) +xmlItemNamespaceNumberL Maybe Double -> f (Maybe Double) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9809,8 +9756,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Double -xmlItemNamespaceNumber -> XmlItem :: Maybe Text +..} = (\Maybe Double +xmlItemNamespaceNumber -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -9843,7 +9790,7 @@ XmlItem { Maybe Double xmlItemNamespaceNumber :: Maybe Double xmlItemNamespaceNumber :: Maybe Double -xmlItemNamespaceNumber, Maybe Bool +xmlItemNamespaceNumber, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9904,18 +9851,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem +..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -xmlItemNamespaceNumber +f Maybe Double +xmlItemNamespaceNumber {-# INLINE xmlItemNamespaceNumberL #-} -- | 'xmlItemNamespaceInteger' Lens xmlItemNamespaceIntegerL :: Lens_' XmlItem (Maybe Int) -xmlItemNamespaceIntegerL :: (Maybe Int -> f (Maybe Int)) -> XmlItem -> f XmlItem -xmlItemNamespaceIntegerL Maybe Int -> f (Maybe Int) -f XmlItem{Maybe Bool +xmlItemNamespaceIntegerL :: Lens_' XmlItem (Maybe Int) +xmlItemNamespaceIntegerL Maybe Int -> f (Maybe Int) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -9978,8 +9925,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Int -xmlItemNamespaceInteger -> XmlItem :: Maybe Text +..} = (\Maybe Int +xmlItemNamespaceInteger -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -10012,7 +9959,7 @@ XmlItem { Maybe Int xmlItemNamespaceInteger :: Maybe Int xmlItemNamespaceInteger :: Maybe Int -xmlItemNamespaceInteger, Maybe Bool +xmlItemNamespaceInteger, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10073,18 +10020,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem +..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -xmlItemNamespaceInteger +f Maybe Int +xmlItemNamespaceInteger {-# INLINE xmlItemNamespaceIntegerL #-} -- | 'xmlItemNamespaceBoolean' Lens xmlItemNamespaceBooleanL :: Lens_' XmlItem (Maybe Bool) -xmlItemNamespaceBooleanL :: (Maybe Bool -> f (Maybe Bool)) -> XmlItem -> f XmlItem -xmlItemNamespaceBooleanL Maybe Bool -> f (Maybe Bool) -f XmlItem{Maybe Bool +xmlItemNamespaceBooleanL :: Lens_' XmlItem (Maybe Bool) +xmlItemNamespaceBooleanL Maybe Bool -> f (Maybe Bool) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10147,8 +10094,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Bool -xmlItemNamespaceBoolean -> XmlItem :: Maybe Text +..} = (\Maybe Bool +xmlItemNamespaceBoolean -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -10181,7 +10128,7 @@ XmlItem { Maybe Bool xmlItemNamespaceBoolean :: Maybe Bool xmlItemNamespaceBoolean :: Maybe Bool -xmlItemNamespaceBoolean, Maybe Bool +xmlItemNamespaceBoolean, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10242,18 +10189,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem +..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -xmlItemNamespaceBoolean +f Maybe Bool +xmlItemNamespaceBoolean {-# INLINE xmlItemNamespaceBooleanL #-} -- | 'xmlItemNamespaceArray' Lens xmlItemNamespaceArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemNamespaceArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemNamespaceArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemNamespaceArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemNamespaceArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10316,8 +10263,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemNamespaceArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemNamespaceArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -10350,7 +10297,7 @@ XmlItem { Maybe [Int] xmlItemNamespaceArray :: Maybe [Int] xmlItemNamespaceArray :: Maybe [Int] -xmlItemNamespaceArray, Maybe Bool +xmlItemNamespaceArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10411,18 +10358,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemNamespaceArray +f Maybe [Int] +xmlItemNamespaceArray {-# INLINE xmlItemNamespaceArrayL #-} -- | 'xmlItemNamespaceWrappedArray' Lens xmlItemNamespaceWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemNamespaceWrappedArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemNamespaceWrappedArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemNamespaceWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemNamespaceWrappedArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10485,8 +10432,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemNamespaceWrappedArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemNamespaceWrappedArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -10519,7 +10466,7 @@ XmlItem { Maybe [Int] xmlItemNamespaceWrappedArray :: Maybe [Int] xmlItemNamespaceWrappedArray :: Maybe [Int] -xmlItemNamespaceWrappedArray, Maybe Bool +xmlItemNamespaceWrappedArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10580,18 +10527,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemNamespaceWrappedArray +f Maybe [Int] +xmlItemNamespaceWrappedArray {-# INLINE xmlItemNamespaceWrappedArrayL #-} -- | 'xmlItemPrefixNsString' Lens xmlItemPrefixNsStringL :: Lens_' XmlItem (Maybe Text) -xmlItemPrefixNsStringL :: (Maybe Text -> f (Maybe Text)) -> XmlItem -> f XmlItem -xmlItemPrefixNsStringL Maybe Text -> f (Maybe Text) -f XmlItem{Maybe Bool +xmlItemPrefixNsStringL :: Lens_' XmlItem (Maybe Text) +xmlItemPrefixNsStringL Maybe Text -> f (Maybe Text) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10654,8 +10601,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Text -xmlItemPrefixNsString -> XmlItem :: Maybe Text +..} = (\Maybe Text +xmlItemPrefixNsString -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -10688,7 +10635,7 @@ XmlItem { Maybe Text xmlItemPrefixNsString :: Maybe Text xmlItemPrefixNsString :: Maybe Text -xmlItemPrefixNsString, Maybe Bool +xmlItemPrefixNsString, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10749,18 +10696,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem +..} ) (Maybe Text -> XmlItem) -> f (Maybe Text) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Text -> f (Maybe Text) -f Maybe Text -xmlItemPrefixNsString +f Maybe Text +xmlItemPrefixNsString {-# INLINE xmlItemPrefixNsStringL #-} -- | 'xmlItemPrefixNsNumber' Lens xmlItemPrefixNsNumberL :: Lens_' XmlItem (Maybe Double) -xmlItemPrefixNsNumberL :: (Maybe Double -> f (Maybe Double)) -> XmlItem -> f XmlItem -xmlItemPrefixNsNumberL Maybe Double -> f (Maybe Double) -f XmlItem{Maybe Bool +xmlItemPrefixNsNumberL :: Lens_' XmlItem (Maybe Double) +xmlItemPrefixNsNumberL Maybe Double -> f (Maybe Double) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10823,8 +10770,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Double -xmlItemPrefixNsNumber -> XmlItem :: Maybe Text +..} = (\Maybe Double +xmlItemPrefixNsNumber -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -10857,7 +10804,7 @@ XmlItem { Maybe Double xmlItemPrefixNsNumber :: Maybe Double xmlItemPrefixNsNumber :: Maybe Double -xmlItemPrefixNsNumber, Maybe Bool +xmlItemPrefixNsNumber, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10918,18 +10865,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem +..} ) (Maybe Double -> XmlItem) -> f (Maybe Double) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Double -> f (Maybe Double) -f Maybe Double -xmlItemPrefixNsNumber +f Maybe Double +xmlItemPrefixNsNumber {-# INLINE xmlItemPrefixNsNumberL #-} -- | 'xmlItemPrefixNsInteger' Lens xmlItemPrefixNsIntegerL :: Lens_' XmlItem (Maybe Int) -xmlItemPrefixNsIntegerL :: (Maybe Int -> f (Maybe Int)) -> XmlItem -> f XmlItem -xmlItemPrefixNsIntegerL Maybe Int -> f (Maybe Int) -f XmlItem{Maybe Bool +xmlItemPrefixNsIntegerL :: Lens_' XmlItem (Maybe Int) +xmlItemPrefixNsIntegerL Maybe Int -> f (Maybe Int) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -10992,8 +10939,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Int -xmlItemPrefixNsInteger -> XmlItem :: Maybe Text +..} = (\Maybe Int +xmlItemPrefixNsInteger -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -11026,7 +10973,7 @@ XmlItem { Maybe Int xmlItemPrefixNsInteger :: Maybe Int xmlItemPrefixNsInteger :: Maybe Int -xmlItemPrefixNsInteger, Maybe Bool +xmlItemPrefixNsInteger, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -11087,18 +11034,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem +..} ) (Maybe Int -> XmlItem) -> f (Maybe Int) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Int -> f (Maybe Int) -f Maybe Int -xmlItemPrefixNsInteger +f Maybe Int +xmlItemPrefixNsInteger {-# INLINE xmlItemPrefixNsIntegerL #-} -- | 'xmlItemPrefixNsBoolean' Lens xmlItemPrefixNsBooleanL :: Lens_' XmlItem (Maybe Bool) -xmlItemPrefixNsBooleanL :: (Maybe Bool -> f (Maybe Bool)) -> XmlItem -> f XmlItem -xmlItemPrefixNsBooleanL Maybe Bool -> f (Maybe Bool) -f XmlItem{Maybe Bool +xmlItemPrefixNsBooleanL :: Lens_' XmlItem (Maybe Bool) +xmlItemPrefixNsBooleanL Maybe Bool -> f (Maybe Bool) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -11161,8 +11108,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe Bool -xmlItemPrefixNsBoolean -> XmlItem :: Maybe Text +..} = (\Maybe Bool +xmlItemPrefixNsBoolean -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -11195,7 +11142,7 @@ XmlItem { Maybe Bool xmlItemPrefixNsBoolean :: Maybe Bool xmlItemPrefixNsBoolean :: Maybe Bool -xmlItemPrefixNsBoolean, Maybe Bool +xmlItemPrefixNsBoolean, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -11256,18 +11203,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem +..} ) (Maybe Bool -> XmlItem) -> f (Maybe Bool) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe Bool -> f (Maybe Bool) -f Maybe Bool -xmlItemPrefixNsBoolean +f Maybe Bool +xmlItemPrefixNsBoolean {-# INLINE xmlItemPrefixNsBooleanL #-} -- | 'xmlItemPrefixNsArray' Lens xmlItemPrefixNsArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemPrefixNsArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemPrefixNsArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemPrefixNsArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemPrefixNsArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -11330,8 +11277,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemPrefixNsArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemPrefixNsArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -11364,7 +11311,7 @@ XmlItem { Maybe [Int] xmlItemPrefixNsArray :: Maybe [Int] xmlItemPrefixNsArray :: Maybe [Int] -xmlItemPrefixNsArray, Maybe Bool +xmlItemPrefixNsArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -11425,18 +11372,18 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemPrefixNsArray +f Maybe [Int] +xmlItemPrefixNsArray {-# INLINE xmlItemPrefixNsArrayL #-} -- | 'xmlItemPrefixNsWrappedArray' Lens xmlItemPrefixNsWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) -xmlItemPrefixNsWrappedArrayL :: (Maybe [Int] -> f (Maybe [Int])) -> XmlItem -> f XmlItem -xmlItemPrefixNsWrappedArrayL Maybe [Int] -> f (Maybe [Int]) -f XmlItem{Maybe Bool +xmlItemPrefixNsWrappedArrayL :: Lens_' XmlItem (Maybe [Int]) +xmlItemPrefixNsWrappedArrayL Maybe [Int] -> f (Maybe [Int]) +f XmlItem{Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -11499,8 +11446,8 @@ xmlItemAttributeInteger :: XmlItem -> Maybe Int xmlItemAttributeNumber :: XmlItem -> Maybe Double xmlItemAttributeString :: XmlItem -> Maybe Text -..} = (\Maybe [Int] -xmlItemPrefixNsWrappedArray -> XmlItem :: Maybe Text +..} = (\Maybe [Int] +xmlItemPrefixNsWrappedArray -> XmlItem :: Maybe Text -> Maybe Double -> Maybe Int -> Maybe Bool @@ -11533,7 +11480,7 @@ XmlItem { Maybe [Int] xmlItemPrefixNsWrappedArray :: Maybe [Int] xmlItemPrefixNsWrappedArray :: Maybe [Int] -xmlItemPrefixNsWrappedArray, Maybe Bool +xmlItemPrefixNsWrappedArray, Maybe Bool Maybe Double Maybe Int Maybe [Int] @@ -11594,11 +11541,11 @@ xmlItemAttributeInteger :: Maybe Int xmlItemAttributeNumber :: Maybe Double xmlItemAttributeString :: Maybe Text -..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem +..} ) (Maybe [Int] -> XmlItem) -> f (Maybe [Int]) -> f XmlItem forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b <$> Maybe [Int] -> f (Maybe [Int]) -f Maybe [Int] -xmlItemPrefixNsWrappedArray +f Maybe [Int] +xmlItemPrefixNsWrappedArray {-# INLINE xmlItemPrefixNsWrappedArrayL #-} diff --git a/samples/client/petstore/haskell-http-client/docs/src/Paths_openapi_petstore.html b/samples/client/petstore/haskell-http-client/docs/src/Paths_openapi_petstore.html index 26554c4a3985..c2ac5e4583c0 100644 --- a/samples/client/petstore/haskell-http-client/docs/src/Paths_openapi_petstore.html +++ b/samples/client/petstore/haskell-http-client/docs/src/Paths_openapi_petstore.html @@ -1,21 +1,22 @@
{-# LANGUAGE CPP #-}
 {-# LANGUAGE NoRebindableSyntax #-}
 {-# OPTIONS_GHC -fno-warn-missing-import-lists #-}
-module Paths_openapi_petstore (
-    version,
-    getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir,
-    getDataFileName, getSysconfDir
-  ) where
-
-import qualified Control.Exception as Exception
-import Data.Version (Version(..))
-import System.Environment (getEnv)
-import Prelude
+{-# OPTIONS_GHC -Wno-missing-safe-haskell-mode #-}
+module Paths_openapi_petstore (
+    version,
+    getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir,
+    getDataFileName, getSysconfDir
+  ) where
+
+import qualified Control.Exception as Exception
+import Data.Version (Version(..))
+import System.Environment (getEnv)
+import Prelude
 
 #if defined(VERSION_base)
 
 #if MIN_VERSION_base(4,0,0)
-catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
+catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
 #else
 catchIO :: IO a -> (Exception.Exception -> IO a) -> IO a
 #endif
@@ -23,42 +24,42 @@
 #else
 catchIO :: IO a -> (Exception.IOException -> IO a) -> IO a
 #endif
-catchIO :: IO a -> (IOException -> IO a) -> IO a
+catchIO :: forall a. IO a -> (IOException -> IO a) -> IO a
 catchIO = IO a -> (IOException -> IO a) -> IO a
 forall e a. Exception e => IO a -> (e -> IO a) -> IO a
 Exception.catch
-
-version :: Version
-version :: Version
+
+version :: Version
+version :: Version
 version = [Int] -> [String] -> Version
 Version [Int
 0,Int
 1,Int
 0,Int
 0] []
-bindir, libdir, dynlibdir, datadir, libexecdir, sysconfdir :: FilePath
-
-bindir :: String
+bindir, libdir, dynlibdir, datadir, libexecdir, sysconfdir :: FilePath
+
+bindir :: String
 bindir     = String
-"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/c2d06f167ed22c3aeac6ab338dd025e6d4619b0164253f553a46d24aab5989bd/8.10.7/bin"
-libdir :: String
+"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/2f9e8e6d6a0225b440573e2ade8cf024ba1ae60293b2eb0dca9acdb6bef1c3d4/9.0.2/bin"
+libdir :: String
 libdir     = String
-"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/c2d06f167ed22c3aeac6ab338dd025e6d4619b0164253f553a46d24aab5989bd/8.10.7/lib/x86_64-linux-ghc-8.10.7/openapi-petstore-0.1.0.0-KK0a84V9cgE7ifsb9ACXB1"
-dynlibdir :: String
+"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/2f9e8e6d6a0225b440573e2ade8cf024ba1ae60293b2eb0dca9acdb6bef1c3d4/9.0.2/lib/x86_64-linux-ghc-9.0.2/openapi-petstore-0.1.0.0-LfIoi9irso0DTsv4QrcEur"
+dynlibdir :: String
 dynlibdir  = String
-"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/c2d06f167ed22c3aeac6ab338dd025e6d4619b0164253f553a46d24aab5989bd/8.10.7/lib/x86_64-linux-ghc-8.10.7"
-datadir :: String
+"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/2f9e8e6d6a0225b440573e2ade8cf024ba1ae60293b2eb0dca9acdb6bef1c3d4/9.0.2/lib/x86_64-linux-ghc-9.0.2"
+datadir :: String
 datadir    = String
-"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/c2d06f167ed22c3aeac6ab338dd025e6d4619b0164253f553a46d24aab5989bd/8.10.7/share/x86_64-linux-ghc-8.10.7/openapi-petstore-0.1.0.0"
-libexecdir :: String
+"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/2f9e8e6d6a0225b440573e2ade8cf024ba1ae60293b2eb0dca9acdb6bef1c3d4/9.0.2/share/x86_64-linux-ghc-9.0.2/openapi-petstore-0.1.0.0"
+libexecdir :: String
 libexecdir = String
-"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/c2d06f167ed22c3aeac6ab338dd025e6d4619b0164253f553a46d24aab5989bd/8.10.7/libexec/x86_64-linux-ghc-8.10.7/openapi-petstore-0.1.0.0"
-sysconfdir :: String
+"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/2f9e8e6d6a0225b440573e2ade8cf024ba1ae60293b2eb0dca9acdb6bef1c3d4/9.0.2/libexec/x86_64-linux-ghc-9.0.2/openapi-petstore-0.1.0.0"
+sysconfdir :: String
 sysconfdir = String
-"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/c2d06f167ed22c3aeac6ab338dd025e6d4619b0164253f553a46d24aab5989bd/8.10.7/etc"
-
-getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir, getSysconfDir :: IO FilePath
-getBinDir :: IO String
+"/home/jon/fs/git/openapi-generator/samples/client/petstore/haskell-http-client/.stack-work/install/x86_64-linux-tinfo6/2f9e8e6d6a0225b440573e2ade8cf024ba1ae60293b2eb0dca9acdb6bef1c3d4/9.0.2/etc"
+
+getBinDir, getLibDir, getDynLibDir, getDataDir, getLibexecDir, getSysconfDir :: IO FilePath
+getBinDir :: IO String
 getBinDir = IO String -> (IOException -> IO String) -> IO String
 forall a. IO a -> (IOException -> IO a) -> IO a
 catchIO (String -> IO String
@@ -68,7 +69,7 @@
 forall (m :: * -> *) a. Monad m => a -> m a
 return String
 bindir)
-getLibDir :: IO String
+getLibDir :: IO String
 getLibDir = IO String -> (IOException -> IO String) -> IO String
 forall a. IO a -> (IOException -> IO a) -> IO a
 catchIO (String -> IO String
@@ -78,7 +79,7 @@
 forall (m :: * -> *) a. Monad m => a -> m a
 return String
 libdir)
-getDynLibDir :: IO String
+getDynLibDir :: IO String
 getDynLibDir = IO String -> (IOException -> IO String) -> IO String
 forall a. IO a -> (IOException -> IO a) -> IO a
 catchIO (String -> IO String
@@ -88,7 +89,7 @@
 forall (m :: * -> *) a. Monad m => a -> m a
 return String
 dynlibdir)
-getDataDir :: IO String
+getDataDir :: IO String
 getDataDir = IO String -> (IOException -> IO String) -> IO String
 forall a. IO a -> (IOException -> IO a) -> IO a
 catchIO (String -> IO String
@@ -98,7 +99,7 @@
 forall (m :: * -> *) a. Monad m => a -> m a
 return String
 datadir)
-getLibexecDir :: IO String
+getLibexecDir :: IO String
 getLibexecDir = IO String -> (IOException -> IO String) -> IO String
 forall a. IO a -> (IOException -> IO a) -> IO a
 catchIO (String -> IO String
@@ -108,7 +109,7 @@
 forall (m :: * -> *) a. Monad m => a -> m a
 return String
 libexecdir)
-getSysconfDir :: IO String
+getSysconfDir :: IO String
 getSysconfDir = IO String -> (IOException -> IO String) -> IO String
 forall a. IO a -> (IOException -> IO a) -> IO a
 catchIO (String -> IO String
@@ -118,22 +119,22 @@
 forall (m :: * -> *) a. Monad m => a -> m a
 return String
 sysconfdir)
-
-getDataFileName :: FilePath -> IO FilePath
-getDataFileName :: String -> IO String
-getDataFileName String
-name = do
-  String
-dir <- IO String
+
+getDataFileName :: FilePath -> IO FilePath
+getDataFileName :: String -> IO String
+getDataFileName String
+name = do
+  String
+dir <- IO String
 getDataDir
-  String -> IO String
+  String -> IO String
 forall (m :: * -> *) a. Monad m => a -> m a
 return (String
-dir String -> String -> String
+dir String -> String -> String
 forall a. [a] -> [a] -> [a]
 ++ String
 "/" String -> String -> String
 forall a. [a] -> [a] -> [a]
 ++ String
-name)
-
\ No newline at end of file +
name) +
\ No newline at end of file diff --git a/samples/client/petstore/haskell-http-client/example-app/openapi-petstore-app.cabal b/samples/client/petstore/haskell-http-client/example-app/openapi-petstore-app.cabal index 62a64a181a95..cdef6063b76a 100644 --- a/samples/client/petstore/haskell-http-client/example-app/openapi-petstore-app.cabal +++ b/samples/client/petstore/haskell-http-client/example-app/openapi-petstore-app.cabal @@ -24,7 +24,7 @@ executable openapi-petstore-app Paths_openapi_petstore_app ghc-options: -Wall build-depends: - aeson >=1.0 && <2.0 + aeson >=2.0 && <3.0 , base >=4.7 && <5.0 , bytestring >=0.10.0 && <0.11 , case-insensitive diff --git a/samples/client/petstore/haskell-http-client/example-app/package.yaml b/samples/client/petstore/haskell-http-client/example-app/package.yaml index 09d6e3a5ad5f..f181c010c96a 100644 --- a/samples/client/petstore/haskell-http-client/example-app/package.yaml +++ b/samples/client/petstore/haskell-http-client/example-app/package.yaml @@ -19,7 +19,7 @@ dependencies: - mtl >=2.2.1 - unordered-containers - containers >=0.5.0.0 && <0.8 -- aeson >=1.0 && <2.0 +- aeson >=2.0 && <3.0 - bytestring >=0.10.0 && <0.11 - http-types >=0.8 && <0.13 - http-client >=0.5 && <0.8 diff --git a/samples/client/petstore/haskell-http-client/example-app/stack.yaml b/samples/client/petstore/haskell-http-client/example-app/stack.yaml index fcdf5e378a50..cbe0002aef9e 100644 --- a/samples/client/petstore/haskell-http-client/example-app/stack.yaml +++ b/samples/client/petstore/haskell-http-client/example-app/stack.yaml @@ -1,2 +1,2 @@ -resolver: lts-18.10 +resolver: lts-19.6 extra-deps: [ '..' ] diff --git a/samples/client/petstore/haskell-http-client/example-app/stack.yaml.lock b/samples/client/petstore/haskell-http-client/example-app/stack.yaml.lock index 1756465cbc36..d8ab114c4289 100644 --- a/samples/client/petstore/haskell-http-client/example-app/stack.yaml.lock +++ b/samples/client/petstore/haskell-http-client/example-app/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 587546 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/10.yaml - sha256: 88b4f81e162ba3adc230a9fcccc4d19ac116377656bab56c7382ca88598b257a - original: lts-18.10 + size: 618876 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/6.yaml + sha256: fb634b19f31da06684bb07ce02a20c75a3162138f279b388905b03ebd57bb50f + original: lts-19.6 diff --git a/samples/client/petstore/haskell-http-client/lib/OpenAPIPetstore/Core.hs b/samples/client/petstore/haskell-http-client/lib/OpenAPIPetstore/Core.hs index 855d83ce97be..3a30cf046e96 100644 --- a/samples/client/petstore/haskell-http-client/lib/OpenAPIPetstore/Core.hs +++ b/samples/client/petstore/haskell-http-client/lib/OpenAPIPetstore/Core.hs @@ -79,7 +79,7 @@ data OpenAPIPetstoreConfig = OpenAPIPetstoreConfig , configLogContext :: LogContext -- ^ Configures the logger , configAuthMethods :: [AnyAuthMethod] -- ^ List of configured auth methods , configValidateAuthMethods :: Bool -- ^ throw exceptions if auth methods are not configured - , configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':' + , configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':' } -- | display the config @@ -428,7 +428,7 @@ _applyAuthMethods req config@(OpenAPIPetstoreConfig {configAuthMethods = as}) = -- * Utils -- | Removes Null fields. (OpenAPI-Specification 2.0 does not allow Null in JSON) -_omitNulls :: [(Text, A.Value)] -> A.Value +_omitNulls :: [(A.Key, A.Value)] -> A.Value _omitNulls = A.object . P.filter notNull where notNull (_, A.Null) = False diff --git a/samples/client/petstore/haskell-http-client/openapi-petstore.cabal b/samples/client/petstore/haskell-http-client/openapi-petstore.cabal index 0ce64e3eba48..8955fd7aed19 100644 --- a/samples/client/petstore/haskell-http-client/openapi-petstore.cabal +++ b/samples/client/petstore/haskell-http-client/openapi-petstore.cabal @@ -35,7 +35,7 @@ library lib ghc-options: -Wall -funbox-strict-fields build-depends: - aeson >=1.0 && <2.0 + aeson >=2.0 && <3.0 , base >=4.7 && <5.0 , base64-bytestring >1.0 && <2.0 , bytestring >=0.10.0 diff --git a/samples/client/petstore/haskell-http-client/stack.yaml b/samples/client/petstore/haskell-http-client/stack.yaml index 940a7cd0ca24..f8c340aa8a96 100644 --- a/samples/client/petstore/haskell-http-client/stack.yaml +++ b/samples/client/petstore/haskell-http-client/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-18.6 +resolver: lts-19.6 build: haddock-arguments: haddock-args: diff --git a/samples/client/petstore/haskell-http-client/tests-integration/package.yaml b/samples/client/petstore/haskell-http-client/tests-integration/package.yaml index b3ab247b07e3..dfea41b6a06c 100644 --- a/samples/client/petstore/haskell-http-client/tests-integration/package.yaml +++ b/samples/client/petstore/haskell-http-client/tests-integration/package.yaml @@ -19,7 +19,7 @@ dependencies: - mtl >=2.2.1 - unordered-containers - containers >=0.5.0.0 && <0.7 -- aeson >=1.0 && <2.0 +- aeson >=2.0 && <3.0 - bytestring >=0.10.0 - http-types >=0.8 && <0.13 - http-client >=0.5 && <0.8 diff --git a/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml b/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml index fcdf5e378a50..cbe0002aef9e 100644 --- a/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml +++ b/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml @@ -1,2 +1,2 @@ -resolver: lts-18.10 +resolver: lts-19.6 extra-deps: [ '..' ] diff --git a/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml.lock b/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml.lock index 1756465cbc36..d8ab114c4289 100644 --- a/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml.lock +++ b/samples/client/petstore/haskell-http-client/tests-integration/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 587546 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/10.yaml - sha256: 88b4f81e162ba3adc230a9fcccc4d19ac116377656bab56c7382ca88598b257a - original: lts-18.10 + size: 618876 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/6.yaml + sha256: fb634b19f31da06684bb07ce02a20c75a3162138f279b388905b03ebd57bb50f + original: lts-19.6 diff --git a/samples/client/petstore/haskell-http-client/tests/Instances.hs b/samples/client/petstore/haskell-http-client/tests/Instances.hs index 7f19bcbe1949..aeb0f9b771e5 100644 --- a/samples/client/petstore/haskell-http-client/tests/Instances.hs +++ b/samples/client/petstore/haskell-http-client/tests/Instances.hs @@ -12,6 +12,7 @@ import qualified Data.Set as Set import qualified Data.Text as T import qualified Data.Time as TI import qualified Data.Vector as V +import Data.String (fromString) import Control.Monad import Data.Char (isSpace) @@ -52,8 +53,12 @@ instance Arbitrary Date where shrink (Date xs) = Date <$> shrink xs -- | A naive Arbitrary instance for A.Value: -instance Arbitrary A.Value where - arbitrary = frequency [(3, simpleTypes), (1, arrayTypes), (1, objectTypes)] +-- instance Arbitrary A.Value where +-- arbitrary = arbitraryValue + +arbitraryValue :: Gen A.Value +arbitraryValue = + frequency [(3, simpleTypes), (1, arrayTypes), (1, objectTypes)] where simpleTypes :: Gen A.Value simpleTypes = @@ -63,7 +68,7 @@ instance Arbitrary A.Value where , (2, liftM (A.Number . fromIntegral) (arbitrary :: Gen Int)) , (2, liftM (A.String . T.pack) (arbitrary :: Gen String)) ] - mapF (k, v) = (T.pack k, v) + mapF (k, v) = (fromString k, v) simpleAndArrays = frequency [(1, sized sizedArray), (4, simpleTypes)] arrayTypes = sized sizedArray objectTypes = sized sizedObject