@nomalism-com/types 0.40.119 → 0.40.120
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/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/dist/shared/interface.d.ts +10 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -468,6 +468,7 @@ var IBrokerTopic = /* @__PURE__ */ ((IBrokerTopic2) => {
|
|
|
468
468
|
IBrokerTopic2["retry_errored_emails"] = "retry_errored_emails";
|
|
469
469
|
IBrokerTopic2["send_errored_emails_summary"] = "send_errored_emails_summary";
|
|
470
470
|
IBrokerTopic2["warning_email"] = "warning_email";
|
|
471
|
+
IBrokerTopic2["espera_devolver_catalogo_email"] = "espera_devolver_catalogo_email";
|
|
471
472
|
IBrokerTopic2["verification_email"] = "verification_email";
|
|
472
473
|
IBrokerTopic2["dispatch_chat_message"] = "dispatch_chat_message";
|
|
473
474
|
IBrokerTopic2["perform_task"] = "perform_task";
|
package/dist/index.js
CHANGED
|
@@ -468,6 +468,7 @@ var IBrokerTopic = /* @__PURE__ */ ((IBrokerTopic2) => {
|
|
|
468
468
|
IBrokerTopic2["retry_errored_emails"] = "retry_errored_emails";
|
|
469
469
|
IBrokerTopic2["send_errored_emails_summary"] = "send_errored_emails_summary";
|
|
470
470
|
IBrokerTopic2["warning_email"] = "warning_email";
|
|
471
|
+
IBrokerTopic2["espera_devolver_catalogo_email"] = "espera_devolver_catalogo_email";
|
|
471
472
|
IBrokerTopic2["verification_email"] = "verification_email";
|
|
472
473
|
IBrokerTopic2["dispatch_chat_message"] = "dispatch_chat_message";
|
|
473
474
|
IBrokerTopic2["perform_task"] = "perform_task";
|
|
@@ -151,6 +151,7 @@ export declare enum IBrokerTopic {
|
|
|
151
151
|
retry_errored_emails = "retry_errored_emails",
|
|
152
152
|
send_errored_emails_summary = "send_errored_emails_summary",
|
|
153
153
|
warning_email = "warning_email",
|
|
154
|
+
espera_devolver_catalogo_email = "espera_devolver_catalogo_email",
|
|
154
155
|
verification_email = "verification_email",
|
|
155
156
|
dispatch_chat_message = "dispatch_chat_message",
|
|
156
157
|
perform_task = "perform_task",
|
|
@@ -269,6 +270,15 @@ export type IBrokerTopicPayload = {
|
|
|
269
270
|
state: string;
|
|
270
271
|
}[];
|
|
271
272
|
};
|
|
273
|
+
[IBrokerTopic.espera_devolver_catalogo_email]: {
|
|
274
|
+
owner_id: string;
|
|
275
|
+
document_header_id: string;
|
|
276
|
+
chat_id: string;
|
|
277
|
+
email: string;
|
|
278
|
+
name: string | null;
|
|
279
|
+
subject: string;
|
|
280
|
+
message: string;
|
|
281
|
+
};
|
|
272
282
|
[IBrokerTopic.retry_errored_emails]: Record<string, never>;
|
|
273
283
|
[IBrokerTopic.send_errored_emails_summary]: {
|
|
274
284
|
warningErrors: 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.40.
|
|
4
|
+
"version": "0.40.120",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|