Skip to content

Commit 7fb6215

Browse files
author
Sergey Shelomentsev
committed
chore: add regenerated sources
1 parent 03ff791 commit 7fb6215

File tree

108 files changed

+1082
-2259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+1082
-2259
lines changed

docs/BotdDetectionResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Stores bot detection result
1616

1717
| Name | Value |
1818
|---- | ----- |
19-
| NOTDETECTED | "notDetected" |
19+
| NOT_DETECTED | "notDetected" |
2020
| GOOD | "good" |
2121
| BAD | "bad" |
2222

docs/BotdResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Contains all the information from Bot Detection product
99
| Name | Type | Description | Notes |
1010
|------------ | ------------- | ------------- | -------------|
1111
|**ip** | **String** | IP address of the requesting browser or bot. | |
12-
|**time** | [**OffsetDateTime**](OffsetDateTime.md) | Time in UTC when the request from the JS agent was made. We recommend to treat requests that are older than 2 minutes as malicious. Otherwise, request replay attacks are possible | |
12+
|**time** | **OffsetDateTime** | Time in UTC when the request from the JS agent was made. We recommend to treat requests that are older than 2 minutes as malicious. Otherwise, request replay attacks are possible | |
1313
|**url** | **String** | Page URL from which identification request was sent. | |
1414
|**userAgent** | **String** | | |
1515
|**requestId** | **String** | | |

docs/Common403ErrorResponse.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
| Name | Value |
1717
|---- | ----- |
18-
| TOKENREQUIRED | "TokenRequired" |
19-
| TOKENNOTFOUND | "TokenNotFound" |
20-
| SUBSCRIPTIONNOTACTIVE | "SubscriptionNotActive" |
21-
| WRONGREGION | "WrongRegion" |
22-
| FEATURENOTENABLED | "FeatureNotEnabled" |
18+
| TOKEN_REQUIRED | "TokenRequired" |
19+
| TOKEN_NOT_FOUND | "TokenNotFound" |
20+
| SUBSCRIPTION_NOT_ACTIVE | "SubscriptionNotActive" |
21+
| WRONG_REGION | "WrongRegion" |
22+
| FEATURE_NOT_ENABLED | "FeatureNotEnabled" |
2323

2424

2525

docs/ErrorCommon429ResponseError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
| Name | Value |
1717
|---- | ----- |
18-
| TOOMANYREQUESTS | "TooManyRequests" |
18+
| TOO_MANY_REQUESTS | "TooManyRequests" |
1919

2020

2121

docs/ErrorEvent404ResponseError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
| Name | Value |
1717
|---- | ----- |
18-
| REQUESTNOTFOUND | "RequestNotFound" |
18+
| REQUEST_NOT_FOUND | "RequestNotFound" |
1919

2020

2121

docs/ErrorVisitsDelete400ResponseError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
| Name | Value |
1717
|---- | ----- |
18-
| REQUESTCANNOTBEPARSED | "RequestCannotBeParsed" |
18+
| REQUEST_CANNOT_BE_PARSED | "RequestCannotBeParsed" |
1919

2020

2121

docs/ErrorVisitsDelete404ResponseError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
| Name | Value |
1717
|---- | ----- |
18-
| VISITORNOTFOUND | "VisitorNotFound" |
18+
| VISITOR_NOT_FOUND | "VisitorNotFound" |
1919

2020

2121

docs/FactoryResetResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**time** | [**OffsetDateTime**](OffsetDateTime.md) | Time in UTC when the most recent factory reset of the Android or iOS device was done. If there is no sign of factory reset or the client is not a mobile device, the field will contain the epoch time (1 January 1970) in UTC. | |
10+
|**time** | **OffsetDateTime** | Time in UTC when the most recent factory reset of the Android or iOS device was done. If there is no sign of factory reset or the client is not a mobile device, the field will contain the epoch time (1 January 1970) in UTC. | |
1111
|**timestamp** | **Long** | Same value as it's in the `time` field but represented in timestamp format. | |
1212

1313

docs/ProductError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
| Name | Value |
1717
|---- | ----- |
18-
| TOOMANYREQUESTS | "TooManyRequests" |
18+
| TOO_MANY_REQUESTS | "TooManyRequests" |
1919
| FAILED | "Failed" |
2020

2121

docs/ProductsResponseIdentificationData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|**ip** | **String** | | |
1414
|**ipLocation** | [**DeprecatedIPLocation**](DeprecatedIPLocation.md) | | [optional] |
1515
|**timestamp** | **Long** | Timestamp of the event with millisecond precision in Unix time. | |
16-
|**time** | [**OffsetDateTime**](OffsetDateTime.md) | Time expressed according to ISO 8601 in UTC format. | |
16+
|**time** | **OffsetDateTime** | Time expressed according to ISO 8601 in UTC format. | |
1717
|**url** | **String** | Page URL from which the identification request was sent. | |
1818
|**tag** | **Map<String, Object>** | A customer-provided value or an object that was sent with identification request. | |
1919
|**linkedId** | **String** | A customer-provided id that was sent with identification request. | [optional] |

0 commit comments

Comments
 (0)