@nomalism-com/types 1.0.38 → 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.
- package/dist/shared/interface.d.ts +2 -10
- package/package.json +1 -1
|
@@ -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;
|