@connectedxm/admin 2.4.6 → 2.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2630,7 +2630,7 @@ interface BaseThreadMessage {
|
|
|
2630
2630
|
id: string;
|
|
2631
2631
|
body: string;
|
|
2632
2632
|
accountId: string | null;
|
|
2633
|
-
|
|
2633
|
+
viewer: BaseThreadViewer | null;
|
|
2634
2634
|
createdAt: string;
|
|
2635
2635
|
editedAt: string | null;
|
|
2636
2636
|
sentAt: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2630,7 +2630,7 @@ interface BaseThreadMessage {
|
|
|
2630
2630
|
id: string;
|
|
2631
2631
|
body: string;
|
|
2632
2632
|
accountId: string | null;
|
|
2633
|
-
|
|
2633
|
+
viewer: BaseThreadViewer | null;
|
|
2634
2634
|
createdAt: string;
|
|
2635
2635
|
editedAt: string | null;
|
|
2636
2636
|
sentAt: string;
|