Skip to content

Commit

Permalink
chore(deps-dev): Bump typedoc-plugin-markdown from 4.0.0-next.46 to 4…
Browse files Browse the repository at this point in the history
….0.0-next.50 in /generator/src/main/resources/dependencies (#209)
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 7d3f68e commit b54db9f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion generator/src/main/resources/dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"typedoc": "0.25.7",
"typedoc-plugin-markdown": "4.0.0-next.46",
"typedoc-plugin-markdown": "4.0.0-next.50",
"typedoc-plugin-missing-exports": "2.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#### Parameters

`configurations`: [`ClientConfigurations`](../core/interfaces/ClientConfigurations.md)
**configurations**: [`ClientConfigurations`](../core/interfaces/ClientConfigurations.md)

#### Returns

Expand All @@ -38,7 +38,7 @@ Get a \"Hello $partnerName\" response for an authenticated request

#### Parameters

`transactionId`: `string`= `undefined`
**transactionId**: `string`= `undefined`

A unique ID to uniquely identify a request/response cycle (optional, defaults to a random generated UUID)`<Greeting>`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#### Parameters

`endpoint`: `string`= `Constant.ENDPOINT`
**endpoint**: `string`= `Constant.ENDPOINT`

`requestTimeout`: `number`= `Constant.TEN_SECONDS_IN_MILLIS`
**requestTimeout**: `number`= `Constant.TEN_SECONDS_IN_MILLIS`

#### Returns

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#### Parameters

`greeting`: [`GreetingProperties`](../interfaces/GreetingProperties.md)
**greeting**: [`GreetingProperties`](../interfaces/GreetingProperties.md)

#### Returns

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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

Expand Down

0 comments on commit b54db9f

Please sign in to comment.