@nomalism-com/types 0.45.6 → 0.45.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.
@@ -12,7 +12,7 @@ import type { ProjectInfo } from './entities/integration';
12
12
  import type { IAttachment } from '../modules/supply/externalDocumentHeader/interface';
13
13
  import type { Persona } from './entities/user';
14
14
  import type { IChatBalloon, ITranslateRequest } from '../modules/stock/chat/interfaces';
15
- import type { IPublicDocument, IPublicFindBySubscriberId } from '../modules/ui/portal/interface';
15
+ import type { IPublicDocument, IPublicFindBySubscriberId, ITags } from '../modules/ui/portal/interface';
16
16
  export { messages };
17
17
  type CreatedAt = 'created_at';
18
18
  type UpdatedAt = 'updated_at';
@@ -167,7 +167,7 @@ export interface ChatReadStateUpdatedEvent {
167
167
  export interface ChatTagsUpdatedEvent {
168
168
  type: 'chat.tags.updated';
169
169
  chat_document_header_id: string;
170
- tags: string[];
170
+ tags: ITags[];
171
171
  }
172
172
  export interface PersonaUpdatedEvent {
173
173
  type: 'persona.updated';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.45.6",
4
+ "version": "0.45.7",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",