@nomalism-com/types 0.43.43 → 0.43.44
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.
|
@@ -279,7 +279,6 @@ export type IBrokerTopicPayload = {
|
|
|
279
279
|
email: string;
|
|
280
280
|
name: string | null;
|
|
281
281
|
subject: string;
|
|
282
|
-
message: string;
|
|
283
282
|
};
|
|
284
283
|
[IBrokerTopic.retry_errored_emails]: Record<string, never>;
|
|
285
284
|
[IBrokerTopic.send_errored_emails_summary]: {
|
|
@@ -369,7 +368,8 @@ export type IBrokerTopicPayload = {
|
|
|
369
368
|
email: string;
|
|
370
369
|
name: string | null;
|
|
371
370
|
subject: string;
|
|
372
|
-
|
|
371
|
+
documents_text: string;
|
|
372
|
+
username: string;
|
|
373
373
|
};
|
|
374
374
|
[IBrokerTopic.send_email_client_survey]: {
|
|
375
375
|
persona_id: string;
|
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.44",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|