@royalinvest/dto 0.69.16 → 0.69.18

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.
@@ -92,6 +92,7 @@ export declare const RABBITMQ_EXCHANGES: {
92
92
  readonly cancel: "job_scheduling.cancel";
93
93
  readonly report_status: "job_scheduling.report_status";
94
94
  readonly rent_payment_initiate: "job_execution.rent_payment_initiate";
95
+ readonly rent_payment_invoice_prepare: "job_execution.rent_payment_invoice_prepare";
95
96
  };
96
97
  readonly queues: {
97
98
  readonly job_scheduling: "job_scheduling_queue";
@@ -96,6 +96,7 @@ exports.RABBITMQ_EXCHANGES = {
96
96
  cancel: "job_scheduling.cancel",
97
97
  report_status: "job_scheduling.report_status",
98
98
  rent_payment_initiate: "job_execution.rent_payment_initiate",
99
+ rent_payment_invoice_prepare: "job_execution.rent_payment_invoice_prepare",
99
100
  },
100
101
  queues: {
101
102
  job_scheduling: "job_scheduling_queue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.69.16",
3
+ "version": "0.69.18",
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",