Skip to content

Commit 047a9c7

Browse files
algolia-botraed667
andcommitted
feat(specs): add lastUpdatedAt to personalization real-time user (generated)
algolia/api-clients-automation#5126 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Raed <[email protected]>
1 parent dfdef0b commit 047a9c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/advanced-personalization/model/realtimeUser.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ export type RealtimeUser = {
1313
*/
1414
userID: string;
1515

16+
/**
17+
* Date and time when the profile was last computed, in RFC 3339 format.
18+
*/
19+
lastUpdatedAt: string;
20+
1621
/**
1722
* Index personalization filters by index name.
1823
*/

0 commit comments

Comments
 (0)