@vivocha/public-types
Advanced tools
Comparing version 1.3.0-gaia.6 to 1.3.0-gaia.7
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0-gaia.7](https://github.com/vivocha/vivocha/compare/@vivocha/public-types@1.3.0-gaia.6...@vivocha/public-types@1.3.0-gaia.7) (2024-11-18) | ||
### Features | ||
* **server-core:** add group property on ChatClient,Channels ([43a5a60](https://github.com/vivocha/vivocha/commit/43a5a602bf01d965a4b358a8108b8b958789badb)) | ||
# [1.3.0-gaia.6](https://github.com/vivocha/vivocha/compare/@vivocha/public-types@1.3.0-gaia.5...@vivocha/public-types@1.3.0-gaia.6) (2024-09-09) | ||
@@ -8,0 +19,0 @@ |
@@ -46,2 +46,3 @@ import { Encryptable } from './encryptable'; | ||
read?: false | Date; | ||
recipients?: string; | ||
} | ||
@@ -48,0 +49,0 @@ export declare namespace Ai { |
{ | ||
"name": "@vivocha/public-types", | ||
"version": "1.3.0-gaia.6", | ||
"version": "1.3.0-gaia.7", | ||
"description": "Vivocha public types", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "3e2086ec206469c6dbff496c1ea4294d6f946393" | ||
"gitHead": "db6b062da719eb6004b482b999d5de9c5a3a02c1" | ||
} |
73629
2452