diff --git a/generator/src/test/resources/exemplar-docs/client/classes/ExemplarClient.md b/generator/src/test/resources/exemplar-docs/client/classes/ExemplarClient.md index 0b5590c8..0acf03f0 100644 --- a/generator/src/test/resources/exemplar-docs/client/classes/ExemplarClient.md +++ b/generator/src/test/resources/exemplar-docs/client/classes/ExemplarClient.md @@ -14,7 +14,9 @@ #### Parameters -• **configurations**: [`ClientConfigurations`](../core/interfaces/ClientConfigurations.md) +##### configurations + +[`ClientConfigurations`](../core/interfaces/ClientConfigurations.md) #### Returns diff --git a/generator/src/test/resources/exemplar-docs/client/core/classes/AxiosClientConfigurations.md b/generator/src/test/resources/exemplar-docs/client/core/classes/AxiosClientConfigurations.md index 21bb4437..35743a72 100644 --- a/generator/src/test/resources/exemplar-docs/client/core/classes/AxiosClientConfigurations.md +++ b/generator/src/test/resources/exemplar-docs/client/core/classes/AxiosClientConfigurations.md @@ -10,9 +10,13 @@ #### Parameters -• **endpoint**: `string` = `Constant.ENDPOINT` +##### endpoint -• **requestTimeout**: `number` = `Constant.TEN_SECONDS_IN_MILLIS` +`string` = `Constant.ENDPOINT` + +##### requestTimeout + +`number` = `Constant.TEN_SECONDS_IN_MILLIS` #### Returns diff --git a/generator/src/test/resources/exemplar-docs/models/classes/ErrorCause.md b/generator/src/test/resources/exemplar-docs/models/classes/ErrorCause.md index 238381fe..e35d73d7 100644 --- a/generator/src/test/resources/exemplar-docs/models/classes/ErrorCause.md +++ b/generator/src/test/resources/exemplar-docs/models/classes/ErrorCause.md @@ -12,7 +12,9 @@ The object used to describe a cause for an error, containing both human-readable #### Parameters -• **errorCause**: [`ErrorCauseProperties`](../interfaces/ErrorCauseProperties.md) +##### errorCause + +[`ErrorCauseProperties`](../interfaces/ErrorCauseProperties.md) #### Returns diff --git a/generator/src/test/resources/exemplar-docs/models/classes/Greeting.md b/generator/src/test/resources/exemplar-docs/models/classes/Greeting.md index 3717b457..750bbf67 100644 --- a/generator/src/test/resources/exemplar-docs/models/classes/Greeting.md +++ b/generator/src/test/resources/exemplar-docs/models/classes/Greeting.md @@ -10,7 +10,9 @@ #### Parameters -• **greeting**: [`GreetingProperties`](../interfaces/GreetingProperties.md) +##### greeting + +[`GreetingProperties`](../interfaces/GreetingProperties.md) #### Returns diff --git a/generator/src/test/resources/exemplar-docs/models/classes/ModelError.md b/generator/src/test/resources/exemplar-docs/models/classes/ModelError.md index 3c45913d..60687900 100644 --- a/generator/src/test/resources/exemplar-docs/models/classes/ModelError.md +++ b/generator/src/test/resources/exemplar-docs/models/classes/ModelError.md @@ -12,7 +12,9 @@ The object used the describe an error, containing both human-readable and in a m #### Parameters -• **error**: [`ModelErrorProperties`](../interfaces/ModelErrorProperties.md) +##### error + +[`ModelErrorProperties`](../interfaces/ModelErrorProperties.md) #### Returns