@royalinvest/dto 0.74.5 → 0.74.6

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.
@@ -123,6 +123,7 @@ export declare const RABBITMQ_EXCHANGES: {
123
123
  readonly email_automation: {
124
124
  readonly name: "EMAIL_AUTOMATION_EXCHANGE";
125
125
  readonly keys: {
126
+ readonly user_register: "user.register";
126
127
  readonly contact_sync: "contact.sync";
127
128
  readonly event_send: "event.send";
128
129
  };
@@ -127,6 +127,7 @@ exports.RABBITMQ_EXCHANGES = {
127
127
  email_automation: {
128
128
  name: "EMAIL_AUTOMATION_EXCHANGE",
129
129
  keys: {
130
+ user_register: "user.register",
130
131
  contact_sync: "contact.sync",
131
132
  event_send: "event.send",
132
133
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.74.5",
3
+ "version": "0.74.6",
4
4
  "description": "Data Transfer Objects (DTOs) to carry data between frontend and backend processes.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",