Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Sep 9, 2022
1 parent b538790 commit 3eec745
Show file tree
Hide file tree
Showing 7 changed files with 1,408 additions and 61 deletions.
14 changes: 14 additions & 0 deletions docs/ProductsResponseIdentificationData.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | **str** | Unique identifier of the user's identification request. |
**browser_details** | [**BrowserDetails**](BrowserDetails.md) | |
**incognito** | **bool** | Flag if user used incognito session. |
**ip** | **str** | |
**ip_location** | [**IPLocation**](IPLocation.md) | |
**timestamp** | **int** | Timestamp of the event with millisecond precision in Unix time. |
**time** | **datetime** | Time expressed according to ISO 8601 in UTC format. |
**url** | **str** | Page URL from which identification request was sent. |
**tag** | **dict(str, object)** | A customer-provided value or an object that was sent with identification request. | [optional]
**linked_id** | **str** | A customer-provided id that was sent with identification request. | [optional]
**confidence** | [**Confidence**](Confidence.md) | |
**visitor_found** | **bool** | Attribute represents if a visitor had been identified before. |
**first_seen_at** | [**StSeenAt**](StSeenAt.md) | |
**last_seen_at** | [**StSeenAt**](StSeenAt.md) | |
**visitor_id** | **str** | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/Visit.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**request_id** | **str** | Unique identifier of the user's identification request. |
**browser_details** | [**BrowserDetails**](BrowserDetails.md) | |
**incognito** | **bool** | Flag if user used incognito session. |
**ip** | **str** | |
**ip_location** | [**IPLocation**](IPLocation.md) | |
**timestamp** | **int** | Timestamp of the event with millisecond precision in Unix time. |
**time** | **datetime** | Time expressed according to ISO 8601 in UTC format. |
**url** | **str** | Page URL from which identification request was sent. |
**tag** | **dict(str, object)** | A customer-provided value or an object that was sent with identification request. | [optional]
**linked_id** | **str** | A customer-provided id that was sent with identification request. | [optional]
**confidence** | [**Confidence**](Confidence.md) | |
**visitor_found** | **bool** | Attribute represents if a visitor had been identified before. |
**first_seen_at** | [**StSeenAt**](StSeenAt.md) | |
**last_seen_at** | [**StSeenAt**](StSeenAt.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

14 changes: 14 additions & 0 deletions docs/WebhookVisit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**visitor_id** | **str** | |
**client_referrer** | **str** | | [optional]
**request_id** | **str** | Unique identifier of the user's identification request. |
**browser_details** | [**BrowserDetails**](BrowserDetails.md) | |
**incognito** | **bool** | Flag if user used incognito session. |
**ip** | **str** | |
**ip_location** | [**IPLocation**](IPLocation.md) | |
**timestamp** | **int** | Timestamp of the event with millisecond precision in Unix time. |
**time** | **datetime** | Time expressed according to ISO 8601 in UTC format. |
**url** | **str** | Page URL from which identification request was sent. |
**tag** | **dict(str, object)** | A customer-provided value or an object that was sent with identification request. | [optional]
**linked_id** | **str** | A customer-provided id that was sent with identification request. | [optional]
**confidence** | [**Confidence**](Confidence.md) | |
**visitor_found** | **bool** | Attribute represents if a visitor had been identified before. |
**first_seen_at** | [**StSeenAt**](StSeenAt.md) | |
**last_seen_at** | [**StSeenAt**](StSeenAt.md) | |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading

0 comments on commit 3eec745

Please sign in to comment.