@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
|
};
|
package/package.json
CHANGED