@royalinvest/dto 0.69.2 → 0.69.3

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.
@@ -83,7 +83,7 @@ export declare const RABBITMQ_EXCHANGES: {
83
83
  readonly rent_payment_checkout_completed: "job_scheduling.rent_payment_checkout_session_completed";
84
84
  readonly rent_payment_invoice_paid: "job_scheduling_rent_payment_invoice_paid";
85
85
  readonly rent_payment_subscription_delete: "job_scheduling.rent_payment_subscription_delete";
86
- readonly rent_collection_subscription_update: "job_scheduling.rent_payment_subscription_update";
86
+ readonly rent_payment_subscription_update: "job_scheduling.rent_payment_subscription_update";
87
87
  };
88
88
  readonly queues: {
89
89
  readonly job_scheduling: "job_scheduling_queue";
@@ -86,7 +86,7 @@ exports.RABBITMQ_EXCHANGES = {
86
86
  rent_payment_checkout_completed: "job_scheduling.rent_payment_checkout_session_completed",
87
87
  rent_payment_invoice_paid: "job_scheduling_rent_payment_invoice_paid",
88
88
  rent_payment_subscription_delete: "job_scheduling.rent_payment_subscription_delete",
89
- rent_collection_subscription_update: "job_scheduling.rent_payment_subscription_update",
89
+ rent_payment_subscription_update: "job_scheduling.rent_payment_subscription_update",
90
90
  },
91
91
  queues: {
92
92
  job_scheduling: "job_scheduling_queue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.69.2",
3
+ "version": "0.69.3",
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",