@matchi/api 0.20250526.1 → 0.20250527.1

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.
@@ -549,6 +549,10 @@ type chat = {
549
549
  *
550
550
  */
551
551
  status: chat.status;
552
+ /**
553
+ * Datetime when the user last became an active participant in the chat
554
+ */
555
+ activatedAt?: timeStamp;
552
556
  };
553
557
  declare namespace chat {
554
558
  /**
@@ -549,6 +549,10 @@ type chat = {
549
549
  *
550
550
  */
551
551
  status: chat.status;
552
+ /**
553
+ * Datetime when the user last became an active participant in the chat
554
+ */
555
+ activatedAt?: timeStamp;
552
556
  };
553
557
  declare namespace chat {
554
558
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250526.1",
3
+ "version": "0.20250527.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {