@nomalism-com/types 0.43.20 → 0.43.22

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.
@@ -14,16 +14,12 @@ export interface ICreateAttachments {
14
14
  }
15
15
  export interface ICreateRequest {
16
16
  name: string;
17
- to: string;
18
- subject: string;
19
17
  body: string;
20
18
  attachments: ICreateAttachments[];
21
19
  key: string;
22
20
  }
23
21
  export interface IUpdateRequest {
24
22
  name?: string;
25
- to?: string;
26
- subject?: string;
27
23
  body?: string;
28
24
  }
29
25
  export interface ISendRequest {
@@ -204,6 +204,7 @@ export interface ITransferOwnershipRequest {
204
204
  client_id: string;
205
205
  }
206
206
  export interface IFindResponse {
207
+ chat_document_header_id: string;
207
208
  document_header_id: string;
208
209
  document_label: string;
209
210
  total: number;
@@ -12,3 +12,4 @@ export declare const sendClientNotificationBody: joi.ObjectSchema<any>;
12
12
  export declare const findByTypeQuery: joi.ObjectSchema<any>;
13
13
  export declare const documentPdfQuery: joi.ObjectSchema<any>;
14
14
  export declare const documentLineQuery: joi.ObjectSchema<IShared.IRouteRequest<IDocumentListRequest>>;
15
+ export declare const createSiteProposalBody: joi.ObjectSchema<any>;
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.20",
4
+ "version": "0.43.22",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@swc/core": "^1.15.11",
33
- "@types/node": "^24.10.12",
34
- "@typescript-eslint/eslint-plugin": "^8.54.0",
35
- "@typescript-eslint/parser": "^8.54.0",
33
+ "@types/node": "^24.10.13",
34
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
35
+ "@typescript-eslint/parser": "^8.55.0",
36
36
  "eslint": "^9.39.2",
37
37
  "eslint-config-prettier": "^10.1.8",
38
38
  "eslint-import-resolver-typescript": "^4.4.4",