@nomalism-com/types 0.43.63 → 0.43.64
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.
|
@@ -2,7 +2,7 @@ import * as IShared from '../../../shared/interface';
|
|
|
2
2
|
import type { IChatBalloon } from '../../stock/chat/interfaces';
|
|
3
3
|
import type { IDocumentTypeUserType } from '../../supply/documentType/interfaces';
|
|
4
4
|
import type * as ChatSubscriber from '../../user/chatSubscribers/interfaces';
|
|
5
|
-
export interface
|
|
5
|
+
export interface ITags {
|
|
6
6
|
id: string;
|
|
7
7
|
text: string;
|
|
8
8
|
}
|
|
@@ -21,8 +21,8 @@ export interface IPublicOtherDocument {
|
|
|
21
21
|
emission_date: Date;
|
|
22
22
|
pdf_link: string;
|
|
23
23
|
client_unread: number;
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
tags: ITags[];
|
|
25
|
+
created_by: string;
|
|
26
26
|
closed: boolean;
|
|
27
27
|
}
|
|
28
28
|
export interface IPublicFindBySubscriberId {
|
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.43.
|
|
4
|
+
"version": "0.43.64",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|