@nomalism-com/types 1.0.37 → 1.0.39

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.
@@ -254,7 +254,6 @@ export type DocumentHeader = {
254
254
  gross_value: number | null;
255
255
  net_value: number | null;
256
256
  taxes_value: number | null;
257
- document_name: string;
258
257
  external_document_name: string | null;
259
258
  sequence_number: number | null;
260
259
  paired_with: string | null;
@@ -4,8 +4,7 @@ import type { ILastTicketCalledTodayByChannel, IRemainingTodayTickets } from '..
4
4
  import type { IGetUserData } from '../modules/integration/googleSheets/interfaces';
5
5
  import type { IDocumentTypeUserType } from '../modules/supply/documentType/interfaces';
6
6
  import type { IScheduleType } from '../modules/supply/schedule/interface';
7
- import type { IWarningType } from '../modules/supply/documentHeader/interfaces';
8
- import type { IProjectInfoType } from '../modules/integration/projectInfo/interfaces';
7
+ import type { IWarningType, IProjectInfo as KafkaProjectInfo } from '../modules/supply/documentHeader/interfaces';
9
8
  import type { IChat, IEmail, IEncomenda, IMultimedia, IMultimediaSummary, IPostgresBackup, IPrint, IProjectInfo, IProposta, IServiceLogs, IServiceStatus, IStock, ITask } from '../modules/view/adminPanel/interfaces';
10
9
  export { messages };
11
10
  type CreatedAt = 'created_at';
@@ -267,14 +266,7 @@ export type IBrokerTopicPayload = {
267
266
  email_subject?: string;
268
267
  created_by: string;
269
268
  };
270
- [IBrokerTopic.create_site_proposal]: {
271
- document_header_id: string;
272
- type: IProjectInfoType;
273
- name: string;
274
- email: string;
275
- telephone: string;
276
- description: string;
277
- };
269
+ [IBrokerTopic.create_site_proposal]: KafkaProjectInfo;
278
270
  [IBrokerTopic.verification_email]: {
279
271
  email: string;
280
272
  token: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "typescript",
10
10
  "helper"
11
11
  ],
12
- "version": "1.0.37",
12
+ "version": "1.0.39",
13
13
  "main": "./dist/index.min.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "files": [
@@ -39,7 +39,7 @@
39
39
  "devDependencies": {
40
40
  "@rollup/plugin-terser": "^0.4.4",
41
41
  "@rollup/plugin-typescript": "^12.1.2",
42
- "@types/node": "^22.15.14",
42
+ "@types/node": "^22.15.17",
43
43
  "@typescript-eslint/eslint-plugin": "^8.32.0",
44
44
  "@typescript-eslint/parser": "^8.32.0",
45
45
  "eslint": "^9.26.0",