@nomalism-com/types 0.27.58 → 0.27.60

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.
@@ -13,5 +13,5 @@ export declare const projectInfoTypes: string[];
13
13
  export type ISendEmail = Omit<Entity, "created_at" | "updated_at" | "document_header_id" | "id">;
14
14
  export interface IController {
15
15
  sendEmail(data: ISendEmail): Promise<void>;
16
- setDocumentHeaderId(project_info_id: string, document_header_id: string): Promise<void>;
16
+ setDocumentHeaderId(project_info_id: number, document_header_id: string): Promise<void>;
17
17
  }
@@ -241,6 +241,7 @@ export type IBrokerTopicPayload = {
241
241
  created_by: string;
242
242
  };
243
243
  [IBrokerTopic.create_site_proposal]: {
244
+ document_header_id: string;
244
245
  type: IProjectInfoType;
245
246
  name: string;
246
247
  email: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "0.27.58",
12
+ "version": "0.27.60",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [