@nomalism-com/types 0.40.121 → 0.40.123

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 CHANGED
@@ -469,6 +469,7 @@ var IBrokerTopic = /* @__PURE__ */ ((IBrokerTopic2) => {
469
469
  IBrokerTopic2["send_errored_emails_summary"] = "send_errored_emails_summary";
470
470
  IBrokerTopic2["warning_email"] = "warning_email";
471
471
  IBrokerTopic2["espera_devolver_catalogo_email"] = "espera_devolver_catalogo_email";
472
+ IBrokerTopic2["send_espera_info_cliente_message"] = "send_espera_info_cliente_message";
472
473
  IBrokerTopic2["verification_email"] = "verification_email";
473
474
  IBrokerTopic2["dispatch_chat_message"] = "dispatch_chat_message";
474
475
  IBrokerTopic2["perform_task"] = "perform_task";
package/dist/index.js CHANGED
@@ -469,6 +469,7 @@ var IBrokerTopic = /* @__PURE__ */ ((IBrokerTopic2) => {
469
469
  IBrokerTopic2["send_errored_emails_summary"] = "send_errored_emails_summary";
470
470
  IBrokerTopic2["warning_email"] = "warning_email";
471
471
  IBrokerTopic2["espera_devolver_catalogo_email"] = "espera_devolver_catalogo_email";
472
+ IBrokerTopic2["send_espera_info_cliente_message"] = "send_espera_info_cliente_message";
472
473
  IBrokerTopic2["verification_email"] = "verification_email";
473
474
  IBrokerTopic2["dispatch_chat_message"] = "dispatch_chat_message";
474
475
  IBrokerTopic2["perform_task"] = "perform_task";
@@ -152,6 +152,7 @@ export declare enum IBrokerTopic {
152
152
  send_errored_emails_summary = "send_errored_emails_summary",
153
153
  warning_email = "warning_email",
154
154
  espera_devolver_catalogo_email = "espera_devolver_catalogo_email",
155
+ send_espera_info_cliente_message = "send_espera_info_cliente_message",
155
156
  verification_email = "verification_email",
156
157
  dispatch_chat_message = "dispatch_chat_message",
157
158
  perform_task = "perform_task",
@@ -279,6 +280,15 @@ export type IBrokerTopicPayload = {
279
280
  subject: string;
280
281
  message: string;
281
282
  };
283
+ [IBrokerTopic.send_espera_info_cliente_message]: {
284
+ owner_id: string;
285
+ document_header_id: string;
286
+ chat_id: string;
287
+ email: string;
288
+ name: string | null;
289
+ subject: string;
290
+ message: string;
291
+ };
282
292
  [IBrokerTopic.retry_errored_emails]: Record<string, never>;
283
293
  [IBrokerTopic.send_errored_emails_summary]: {
284
294
  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.121",
4
+ "version": "0.40.123",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",