Skip to content

Commit 662c6fa

Browse files
algolia-botsirockin
andcommitted
fix(specs): insights-api timestamp documentation (generated)
algolia/api-clients-automation#5925 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Dave Sirockin <dave@sirockin.com>
1 parent ebd93fe commit 662c6fa

12 files changed

+12
-12
lines changed

packages/client-insights/model/addedToCartObjectIDs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type AddedToCartObjectIDs = {
4949
objectData?: Array<ObjectData> | undefined;
5050

5151
/**
52-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
52+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
5353
*/
5454
timestamp?: number | undefined;
5555

packages/client-insights/model/addedToCartObjectIDsAfterSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export type AddedToCartObjectIDsAfterSearch = {
5454
objectData?: Array<ObjectDataAfterSearch> | undefined;
5555

5656
/**
57-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
57+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
5858
*/
5959
timestamp?: number | undefined;
6060

packages/client-insights/model/clickedFilters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type ClickedFilters = {
3434
authenticatedUserToken?: string | undefined;
3535

3636
/**
37-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
37+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3838
*/
3939
timestamp?: number | undefined;
4040
};

packages/client-insights/model/clickedObjectIDs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type ClickedObjectIDs = {
3434
authenticatedUserToken?: string | undefined;
3535

3636
/**
37-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
37+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3838
*/
3939
timestamp?: number | undefined;
4040
};

packages/client-insights/model/clickedObjectIDsAfterSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export type ClickedObjectIDsAfterSearch = {
4444
authenticatedUserToken?: string | undefined;
4545

4646
/**
47-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
47+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
4848
*/
4949
timestamp?: number | undefined;
5050
};

packages/client-insights/model/convertedFilters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type ConvertedFilters = {
3131
authenticatedUserToken?: string | undefined;
3232

3333
/**
34-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
34+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3535
*/
3636
timestamp?: number | undefined;
3737
};

packages/client-insights/model/convertedObjectIDs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export type ConvertedObjectIDs = {
3434
authenticatedUserToken?: string | undefined;
3535

3636
/**
37-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
37+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
3838
*/
3939
timestamp?: number | undefined;
4040
};

packages/client-insights/model/convertedObjectIDsAfterSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type ConvertedObjectIDsAfterSearch = {
3939
authenticatedUserToken?: string | undefined;
4040

4141
/**
42-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
42+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
4343
*/
4444
timestamp?: number | undefined;
4545
};

packages/client-insights/model/purchasedObjectIDs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type PurchasedObjectIDs = {
4949
objectData?: Array<ObjectData> | undefined;
5050

5151
/**
52-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
52+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
5353
*/
5454
timestamp?: number | undefined;
5555

packages/client-insights/model/purchasedObjectIDsAfterSearch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type PurchasedObjectIDsAfterSearch = {
4949
objectData: Array<ObjectDataAfterSearch>;
5050

5151
/**
52-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights API uses the time it receives an event as its timestamp.
52+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30 days. If not provided, we use the time at which the request was received.
5353
*/
5454
timestamp?: number | undefined;
5555

0 commit comments

Comments
 (0)