@nomalism-com/types 0.43.27 → 0.43.29
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.
|
@@ -1071,8 +1071,11 @@ export type ConferirEncomenda = {
|
|
|
1071
1071
|
export type DocumentHeaderSurvey = {
|
|
1072
1072
|
id: string;
|
|
1073
1073
|
owner_id: string;
|
|
1074
|
-
document_header_id: string;
|
|
1075
1074
|
persona_id: string;
|
|
1075
|
+
persona_name: string;
|
|
1076
|
+
persona_email: string;
|
|
1077
|
+
document_header_id: string;
|
|
1078
|
+
document_number: number;
|
|
1076
1079
|
sent: Date | null;
|
|
1077
1080
|
data: unknown | null;
|
|
1078
1081
|
};
|
|
@@ -375,7 +375,8 @@ export type IBrokerTopicPayload = {
|
|
|
375
375
|
persona_id: string;
|
|
376
376
|
document_header_id: string;
|
|
377
377
|
document_number: number;
|
|
378
|
-
|
|
378
|
+
persona_name: string;
|
|
379
|
+
persona_email: string;
|
|
379
380
|
};
|
|
380
381
|
};
|
|
381
382
|
export interface IBrokerMessage<T extends IBrokerTopic = IBrokerTopic> {
|
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.29",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|