Skip to content

Commit

Permalink
chore(docs): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2024
1 parent c7d2d18 commit 58d3e94
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
#### Parameters

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

[`ClientConfigurations`](../core/interfaces/ClientConfigurations.md)

#### Returns

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

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

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

Expand Down

0 comments on commit 58d3e94

Please sign in to comment.