@knocklabs/client
Advanced tools
Comparing version 0.11.3 to 0.11.4
# Changelog | ||
## 0.11.4 | ||
### Patch Changes | ||
- 8ea25f4: fix: include missing timestamp fields on FeedItem and Message | ||
## 0.11.3 | ||
@@ -4,0 +10,0 @@ |
@@ -58,2 +58,5 @@ import { GenericData, PageInfo } from '@knocklabs/types'; | ||
seen_at: string | null; | ||
clicked_at: string | null; | ||
interacted_at: string | null; | ||
link_clicked_at: string | null; | ||
archived_at: string | null; | ||
@@ -60,0 +63,0 @@ total_activities: number; |
@@ -20,2 +20,5 @@ import { GenericData } from '@knocklabs/types'; | ||
archived_at: string | null; | ||
clicked_at: string | null; | ||
interacted_at: string | null; | ||
link_clicked_at: string | null; | ||
tenant: string | null; | ||
@@ -22,0 +25,0 @@ status: MessageDeliveryStatus; |
{ | ||
"name": "@knocklabs/client", | ||
"version": "0.11.3", | ||
"version": "0.11.4", | ||
"description": "The clientside library for interacting with Knock", | ||
@@ -59,3 +59,3 @@ "homepage": "https://github.com/knocklabs/javascript/tree/main/packages/client", | ||
"@typescript-eslint/eslint-plugin": "^8.19.1", | ||
"@typescript-eslint/parser": "^8.16.0", | ||
"@typescript-eslint/parser": "^8.24.0", | ||
"cross-env": "^7.0.3", | ||
@@ -62,0 +62,0 @@ "crypto": "^1.0.1", |
@@ -83,2 +83,5 @@ import { GenericData, PageInfo } from "@knocklabs/types"; | ||
seen_at: string | null; | ||
clicked_at: string | null; | ||
interacted_at: string | null; | ||
link_clicked_at: string | null; | ||
archived_at: string | null; | ||
@@ -85,0 +88,0 @@ total_activities: number; |
@@ -35,2 +35,5 @@ import { GenericData } from "@knocklabs/types"; | ||
archived_at: string | null; | ||
clicked_at: string | null; | ||
interacted_at: string | null; | ||
link_clicked_at: string | null; | ||
tenant: string | null; | ||
@@ -37,0 +40,0 @@ status: MessageDeliveryStatus; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
376866
4017