-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Publish fraudPreventionV2 [4.4.0] SDK (#212)
- Loading branch information
1 parent
b54db9f
commit ae39c0f
Showing
199 changed files
with
1,428 additions
and
1,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
release/fraudPreventionV2/docs/client/core/classes/AxiosClientConfigurations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[@expediagroup/fraudpreventionv2-sdk](../../../index.md) / [client](../../index.md) / [core](../index.md) / AxiosClientConfigurations | ||
|
||
# Class: AxiosClientConfigurations | ||
|
||
## Constructors | ||
|
||
### new AxiosClientConfigurations(endpoint, requestTimeout) | ||
|
||
> **new AxiosClientConfigurations**(`endpoint`, `requestTimeout`): [`AxiosClientConfigurations`](AxiosClientConfigurations.md) | ||
#### Parameters | ||
|
||
• **endpoint**: `string`= `Constant.ENDPOINT` | ||
|
||
• **requestTimeout**: `number`= `Constant.TEN_SECONDS_IN_MILLIS` | ||
|
||
#### Returns | ||
|
||
[`AxiosClientConfigurations`](AxiosClientConfigurations.md) | ||
|
||
#### Source | ||
|
||
core/src/client/AxiosClientConfigurations.ts:24 | ||
|
||
## Properties | ||
|
||
| Property | Modifier | Type | | ||
| :------ | :------ | :------ | | ||
| `endpoint` | `readonly` | `string` | | ||
| `requestTimeout` | `readonly` | `number` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[@expediagroup/fraudpreventionv2-sdk](../../../index.md) / [client](../../index.md) / [core](../index.md) / Client | ||
|
||
# Class: `abstract` Client | ||
|
||
## Extended by | ||
|
||
- [`FraudPreventionV2Client`](../../classes/FraudPreventionV2Client.md) |
2 changes: 1 addition & 1 deletion
2
...audPreventionV2/docs/models/core/index.md → ...audPreventionV2/docs/client/core/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
release/fraudPreventionV2/docs/client/core/interfaces/ClientConfigurations.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[@expediagroup/fraudpreventionv2-sdk](../../../index.md) / [client](../../index.md) / [core](../index.md) / ClientConfigurations | ||
|
||
# Interface: ClientConfigurations | ||
|
||
## Properties | ||
|
||
| Property | Type | | ||
| :------ | :------ | | ||
| `authEndpoint?` | `string` | | ||
| `endpoint?` | `string` | | ||
| `key` | `string` | | ||
| `requestTimeout?` | `number` | | ||
| `secret` | `string` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.