redis-smq-rest-api 9.0.4 → 9.0.5-next.1

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/LICENSE +1 -1
  3. package/README.md +13 -13
  4. package/dist/cjs/src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts +2 -2
  5. package/dist/cjs/src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts.map +1 -1
  6. package/dist/cjs/src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts +2 -2
  7. package/dist/cjs/src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts.map +1 -1
  8. package/dist/cjs/src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts +2 -2
  9. package/dist/cjs/src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts.map +1 -1
  10. package/dist/cjs/src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.d.ts +2 -2
  11. package/dist/cjs/src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.d.ts.map +1 -1
  12. package/dist/cjs/src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.d.ts +2 -2
  13. package/dist/cjs/src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.d.ts.map +1 -1
  14. package/dist/cjs/src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.d.ts +2 -2
  15. package/dist/cjs/src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.d.ts.map +1 -1
  16. package/dist/cjs/src/errors/errors.d.ts +2 -0
  17. package/dist/cjs/src/errors/errors.d.ts.map +1 -1
  18. package/dist/cjs/src/errors/errors.js +8 -0
  19. package/dist/cjs/src/errors/errors.js.map +1 -1
  20. package/dist/cjs/src/services/ConsumerGroupsService.d.ts +2 -2
  21. package/dist/cjs/src/services/QueueAcknowledgedMessagesService.d.ts +2 -2
  22. package/dist/cjs/src/services/QueueDeadLetteredMessagesService.d.ts +2 -2
  23. package/dist/cjs/src/services/QueueMessagesService.d.ts +2 -2
  24. package/dist/cjs/src/services/QueuePendingMessagesService.d.ts +2 -2
  25. package/dist/cjs/src/services/QueueScheduledMessagesService.d.ts +2 -2
  26. package/dist/esm/src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts +2 -2
  27. package/dist/esm/src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts.map +1 -1
  28. package/dist/esm/src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts +2 -2
  29. package/dist/esm/src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts.map +1 -1
  30. package/dist/esm/src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts +2 -2
  31. package/dist/esm/src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts.map +1 -1
  32. package/dist/esm/src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.d.ts +2 -2
  33. package/dist/esm/src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.d.ts.map +1 -1
  34. package/dist/esm/src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.d.ts +2 -2
  35. package/dist/esm/src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.d.ts.map +1 -1
  36. package/dist/esm/src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.d.ts +2 -2
  37. package/dist/esm/src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.d.ts.map +1 -1
  38. package/dist/esm/src/errors/errors.d.ts +2 -0
  39. package/dist/esm/src/errors/errors.d.ts.map +1 -1
  40. package/dist/esm/src/errors/errors.js +8 -0
  41. package/dist/esm/src/errors/errors.js.map +1 -1
  42. package/dist/esm/src/services/ConsumerGroupsService.d.ts +2 -2
  43. package/dist/esm/src/services/QueueAcknowledgedMessagesService.d.ts +2 -2
  44. package/dist/esm/src/services/QueueDeadLetteredMessagesService.d.ts +2 -2
  45. package/dist/esm/src/services/QueueMessagesService.d.ts +2 -2
  46. package/dist/esm/src/services/QueuePendingMessagesService.d.ts +2 -2
  47. package/dist/esm/src/services/QueueScheduledMessagesService.d.ts +2 -2
  48. package/dist/schema.json +40 -0
  49. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.5-next.1](https://github.com/weyoss/redis-smq/compare/v9.0.5-next.0...v9.0.5-next.1) (2025-12-14)
7
+
8
+ ### ♻️ Code Refactoring
9
+
10
+ - **redis-smq-rest-api:** adopt IBrowserPage type from redis-smq ([2383261](https://github.com/weyoss/redis-smq/commit/2383261fa95581bd103d563c2042e5304a97f416))
11
+
12
+ ## [9.0.5-next.0](https://github.com/weyoss/redis-smq/compare/v9.0.4...v9.0.5-next.0) (2025-12-04)
13
+
14
+ ### 🚀 Chore
15
+
16
+ - update READMEs after merging 'v9.0.4' into 'next' ([9fce2ae](https://github.com/weyoss/redis-smq/commit/9fce2ae4158c1c2ca112a897e08d73913d1a7bd1))
17
+
18
+ ### ♻️ Code Refactoring
19
+
20
+ - **redis-smq-rest-api:** add new error classes ([0da54a6](https://github.com/weyoss/redis-smq/commit/0da54a6293e6053534a696d0f7d15dbd892587be))
21
+
6
22
  ## [9.0.4](https://github.com/weyoss/redis-smq/compare/v9.0.4-next.0...v9.0.4) (2025-11-13)
7
23
 
8
24
  ### 🚀 Chore
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) Weyoss <weyoss@protonmail.com>, https://github.com/weyoss
3
+ Copyright (c) Weyoss <weyoss@outlook.com>, https://github.com/weyoss
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # RedisSMQ REST API
2
2
 
3
3
  > [!NOTE]
4
- > You are viewing the documentation for the "master" branch. These docs describe the latest stable release.
5
- > For pre-release documentation, see:
4
+ > You are viewing the documentation for the "next" branch. These docs describe unreleased changes published under the npm "next" dist-tag.
5
+ > For the latest stable documentation, see:
6
6
  >
7
- > - Next (pre-release) README: https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-rest-api
7
+ > - Master (stable) README: https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api
8
8
  > - Latest release notes/tags: https://github.com/weyoss/redis-smq/releases/latest
9
9
  > - Install stable packages with @latest; pre-release with @next.
10
10
 
11
- [![Stable](https://img.shields.io/npm/v/redis-smq-rest-api/latest?style=flat-square&label=redis-smq-rest-api%40latest)](https://github.com/weyoss/redis-smq/releases/latest)
12
- [![Code Coverage (master)](https://img.shields.io/codecov/c/github/weyoss/redis-smq/master?flag=redis-smq-rest-api&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api)
11
+ [![Pre-release (next)](https://img.shields.io/npm/v/redis-smq-rest-api/next?style=flat-square&label=redis-smq-rest-api%40next)](https://github.com/weyoss/redis-smq/releases)
12
+ [![Code Coverage (next)](https://img.shields.io/codecov/c/github/weyoss/redis-smq/next?flag=redis-smq-rest-api&style=flat-square)](https://app.codecov.io/github/weyoss/redis-smq/tree/next/packages/redis-smq-rest-api)
13
13
 
14
14
  RedisSMQ REST API provides an HTTP interface enabling any web-capable application to interact with the RedisSMQ message
15
15
  queue using a RESTful API.
@@ -26,7 +26,7 @@ queue using a RESTful API.
26
26
 
27
27
  ```bash
28
28
  # Using npm
29
- npm install redis-smq redis-smq-common redis-smq-rest-api --save
29
+ npm install redis-smq@next redis-smq-common@next redis-smq-rest-api@next --save
30
30
  ```
31
31
 
32
32
  Don't forget to install a Redis client. Choose either node-redis or ioredis:
@@ -39,19 +39,19 @@ npm install ioredis --save
39
39
 
40
40
  ## Version Compatibility
41
41
 
42
- Always install matching versions of RedisSMQ packages to ensure compatibility. See [version compatibility](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq/docs/version-compatibility.md) for details.
42
+ Always install matching versions of RedisSMQ packages to ensure compatibility. See [version compatibility](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq/docs/version-compatibility.md) for details.
43
43
 
44
44
  ## Documentation
45
45
 
46
- For in-depth guides and API references, see [the documentation page](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-rest-api/docs/README.md):
46
+ For in-depth guides and API references, see [the documentation page](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-rest-api/docs/README.md):
47
47
 
48
48
  ## Related packages
49
49
 
50
- - [redis-smq](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq/README.md): Core message queue
51
- - [redis-smq-common](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-common/README.md): Shared components/utilities
52
- - [redis-smq-web-server](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-web-server/README.md): Static hosting + in-process or proxied API
53
- - [redis-smq-web-ui](https://github.com/weyoss/redis-smq/tree/master/packages/redis-smq-web-ui/README.md): SPA for monitoring and managing RedisSMQ
50
+ - [redis-smq](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq/README.md): Core message queue
51
+ - [redis-smq-common](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-common/README.md): Shared components/utilities
52
+ - [redis-smq-web-server](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-web-server/README.md): Static hosting + in-process or proxied API
53
+ - [redis-smq-web-ui](https://github.com/weyoss/redis-smq/tree/next/packages/redis-smq-web-ui/README.md): SPA for monitoring and managing RedisSMQ
54
54
 
55
55
  ## License
56
56
 
57
- RedisSMQ REST API is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/master/LICENSE).
57
+ RedisSMQ REST API is released under the [MIT License](https://github.com/weyoss/redis-smq/tree/next/LICENSE).
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetConsumerGroupPendingMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['ConsumerGroupsNotSupportedError'];
3
+ export type GetConsumerGroupPendingMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['ConsumerGroupsNotSupportedError'];
4
4
  //# sourceMappingURL=GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,oDAAoD,GAC5D,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,iCAAiC,CAAC,CAAC"}
1
+ {"version":3,"file":"GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,oDAAoD,GAC5D,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,iCAAiC,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueAcknowledgedMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueAcknowledgedMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueDeadLetteredMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueDeadLetteredMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,qCAAqC,GAC7C,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,qCAAqC,GAC7C,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueuePendingMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'] | TErrors['ConsumerGroupsNotSupportedError'] | TErrors['ConsumerGroupRequiredError'];
3
+ export type GetQueuePendingMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'] | TErrors['ConsumerGroupsNotSupportedError'] | TErrors['ConsumerGroupRequiredError'];
4
4
  //# sourceMappingURL=GetQueuePendingMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueuePendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,4CAA4C,GACpD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,GAC7B,OAAO,CAAC,iCAAiC,CAAC,GAC1C,OAAO,CAAC,4BAA4B,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueuePendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,4CAA4C,GACpD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,GAC7B,OAAO,CAAC,iCAAiC,CAAC,GAC1C,OAAO,CAAC,4BAA4B,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueScheduledMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueScheduledMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueScheduledMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueScheduledMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,8CAA8C,GACtD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueScheduledMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,8CAA8C,GACtD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export declare const errors: {
2
+ readonly AcknowledgedMessageAuditNotEnabledError: readonly [500, "AcknowledgedMessageAuditNotEnabledError"];
2
3
  readonly ConfigurationError: readonly [400, "ConfigurationError"];
3
4
  readonly ConfigurationMessageAuditExpireError: readonly [400, "ConfigurationMessageAuditExpireError"];
4
5
  readonly ConfigurationMessageAuditQueueSizeError: readonly [400, "ConfigurationMessageAuditQueueSizeError"];
@@ -9,6 +10,7 @@ export declare const errors: {
9
10
  readonly ConsumerGroupRequiredError: readonly [400, "ConsumerGroupRequiredError"];
10
11
  readonly ConsumerGroupsError: readonly [500, "ConsumerGroupsError"];
11
12
  readonly ConsumerGroupsNotSupportedError: readonly [501, "ConsumerGroupsNotSupportedError"];
13
+ readonly DeadLetteredMessageAuditNotEnabledError: readonly [500, "DeadLetteredMessageAuditNotEnabledError"];
12
14
  readonly ExchangeError: readonly [500, "ExchangeError"];
13
15
  readonly ExchangeFanoutError: readonly [500, "ExchangeFanoutError"];
14
16
  readonly ExchangeHasBoundQueuesError: readonly [500, "ExchangeHasBoundQueuesError"];
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqFT,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,OAAO,MAAM,CAAC"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FT,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,OAAO,MAAM,CAAC"}
@@ -2,6 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.errors = void 0;
4
4
  exports.errors = {
5
+ AcknowledgedMessageAuditNotEnabledError: [
6
+ 500,
7
+ 'AcknowledgedMessageAuditNotEnabledError',
8
+ ],
5
9
  ConfigurationError: [400, 'ConfigurationError'],
6
10
  ConfigurationMessageAuditExpireError: [
7
11
  400,
@@ -18,6 +22,10 @@ exports.errors = {
18
22
  ConsumerGroupRequiredError: [400, 'ConsumerGroupRequiredError'],
19
23
  ConsumerGroupsError: [500, 'ConsumerGroupsError'],
20
24
  ConsumerGroupsNotSupportedError: [501, 'ConsumerGroupsNotSupportedError'],
25
+ DeadLetteredMessageAuditNotEnabledError: [
26
+ 500,
27
+ 'DeadLetteredMessageAuditNotEnabledError',
28
+ ],
21
29
  ExchangeError: [500, 'ExchangeError'],
22
30
  ExchangeFanoutError: [500, 'ExchangeFanoutError'],
23
31
  ExchangeHasBoundQueuesError: [500, 'ExchangeHasBoundQueuesError'],
@@ -1 +1 @@
1
- {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"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"}
@@ -8,14 +8,14 @@ export declare class ConsumerGroupsService {
8
8
  } & ConsumerGroups;
9
9
  protected queuePendingMessages: {
10
10
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
11
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
11
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
12
12
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
13
13
  } & QueuePendingMessages;
14
14
  constructor(consumerGroups: ConsumerGroups, queuePendingMessages: QueuePendingMessages);
15
15
  deleteConsumerGroup(queueParams: IQueueParams, consumerGroupId: string): Promise<void>;
16
16
  getConsumerGroups(queueParams: IQueueParams): Promise<string[]>;
17
17
  saveConsumerGroup(queueParams: IQueueParams, consumerGroupId: string): Promise<void>;
18
- getPendingMessages(queueParams: IQueueParams, consumerGroupId: string, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
18
+ getPendingMessages(queueParams: IQueueParams, consumerGroupId: string, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
19
19
  countPendingMessages(queueParams: IQueueParams, consumerGroupId: string): Promise<number>;
20
20
  purgePendingMessages(queueParams: IQueueParams, consumerGroupId: string): Promise<void>;
21
21
  }
@@ -1,12 +1,12 @@
1
1
  import { IQueueParams, QueueAcknowledgedMessages } from 'redis-smq';
2
2
  export declare class QueueAcknowledgedMessagesService {
3
3
  protected queueAcknowledgedMessages: {
4
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
4
5
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
5
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
7
7
  } & QueueAcknowledgedMessages;
8
8
  constructor(queueAcknowledgedMessages: QueueAcknowledgedMessages);
9
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  }
@@ -1,12 +1,12 @@
1
1
  import { IQueueParams, QueueDeadLetteredMessages } from 'redis-smq';
2
2
  export declare class QueueDeadLetteredMessagesService {
3
3
  protected queueDeadLetteredMessages: {
4
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
4
5
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
5
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
7
7
  } & QueueDeadLetteredMessages;
8
8
  constructor(queueDeadLetteredMessages: QueueDeadLetteredMessages);
9
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  }
@@ -3,11 +3,11 @@ export declare class QueueMessagesService {
3
3
  protected queueMessages: {
4
4
  countMessagesByStatusAsync: (queue: string | IQueueParams) => Promise<import("redis-smq").IQueueMessagesCount>;
5
5
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
6
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
7
7
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
8
8
  } & QueueMessages;
9
9
  constructor(queueMessages: QueueMessages);
10
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  purge(queueParams: IQueueParams): Promise<void>;
13
13
  countMessagesByStatus(queueParams: IQueueParams): Promise<import("redis-smq").IQueueMessagesCount>;
@@ -2,11 +2,11 @@ import { IQueueParams, QueuePendingMessages, TQueueExtendedParams } from 'redis-
2
2
  export declare class QueuePendingMessagesService {
3
3
  protected queuePendingMessages: {
4
4
  countMessagesAsync: (queue: TQueueExtendedParams) => Promise<number>;
5
- getMessagesAsync: (queue: TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
5
+ getMessagesAsync: (queue: TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  purgeAsync: ((queue: TQueueExtendedParams) => Promise<undefined>) | ((queue: TQueueExtendedParams) => Promise<void>);
7
7
  } & QueuePendingMessages;
8
8
  constructor(queuePendingMessages: QueuePendingMessages);
9
- getMessages(queueParams: TQueueExtendedParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: TQueueExtendedParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queue: IQueueParams, groupId?: string): Promise<number>;
12
12
  }
@@ -2,11 +2,11 @@ import { IQueueParams, QueueScheduledMessages } from 'redis-smq';
2
2
  export declare class QueueScheduledMessagesService {
3
3
  protected queueScheduledMessages: {
4
4
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
5
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
5
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
7
7
  } & QueueScheduledMessages;
8
8
  constructor(queueScheduledMessages: QueueScheduledMessages);
9
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  }
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetConsumerGroupPendingMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['ConsumerGroupsNotSupportedError'];
3
+ export type GetConsumerGroupPendingMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['ConsumerGroupsNotSupportedError'];
4
4
  //# sourceMappingURL=GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,oDAAoD,GAC5D,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,iCAAiC,CAAC,CAAC"}
1
+ {"version":3,"file":"GetConsumerGroupPendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/consumer-groups/GetConsumerGroupPendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,oDAAoD,GAC5D,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,iCAAiC,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueAcknowledgedMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueAcknowledgedMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueAcknowledgedMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-acknowledged-messages/GetQueueAcknowledgedMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueDeadLetteredMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueDeadLetteredMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueDeadLetteredMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-dead-lettered-messages/GetQueueDeadLetteredMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,iDAAiD,GACzD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,qCAAqC,GAC7C,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-messages/GetQueueMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,qCAAqC,GAC7C,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueuePendingMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'] | TErrors['ConsumerGroupsNotSupportedError'] | TErrors['ConsumerGroupRequiredError'];
3
+ export type GetQueuePendingMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'] | TErrors['ConsumerGroupsNotSupportedError'] | TErrors['ConsumerGroupRequiredError'];
4
4
  //# sourceMappingURL=GetQueuePendingMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueuePendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,4CAA4C,GACpD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,GAC7B,OAAO,CAAC,iCAAiC,CAAC,GAC1C,OAAO,CAAC,4BAA4B,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueuePendingMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-pending-messages/GetQueuePendingMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,4CAA4C,GACpD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,GAC7B,OAAO,CAAC,iCAAiC,CAAC,GAC1C,OAAO,CAAC,4BAA4B,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMessageTransferable, IPaginationPage } from 'redis-smq';
1
+ import { IMessageTransferable, IBrowserPage } from 'redis-smq';
2
2
  import { TErrors } from '../../../errors/errors.js';
3
- export type GetQueueScheduledMessagesControllerResponseDTO = readonly [200, IPaginationPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
3
+ export type GetQueueScheduledMessagesControllerResponseDTO = readonly [200, IBrowserPage<IMessageTransferable>] | TErrors['InvalidQueueParametersError'] | TErrors['QueueNotFoundError'];
4
4
  //# sourceMappingURL=GetQueueScheduledMessagesControllerResponseDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetQueueScheduledMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,8CAA8C,GACtD,SAAS,CAAC,GAAG,EAAE,eAAe,CAAC,oBAAoB,CAAC,CAAC,GACrD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
1
+ {"version":3,"file":"GetQueueScheduledMessagesControllerResponseDTO.d.ts","sourceRoot":"","sources":["../../../../../../src/dto/controllers/queue-scheduled-messages/GetQueueScheduledMessagesControllerResponseDTO.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,MAAM,8CAA8C,GACtD,SAAS,CAAC,GAAG,EAAE,YAAY,CAAC,oBAAoB,CAAC,CAAC,GAClD,OAAO,CAAC,6BAA6B,CAAC,GACtC,OAAO,CAAC,oBAAoB,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export declare const errors: {
2
+ readonly AcknowledgedMessageAuditNotEnabledError: readonly [500, "AcknowledgedMessageAuditNotEnabledError"];
2
3
  readonly ConfigurationError: readonly [400, "ConfigurationError"];
3
4
  readonly ConfigurationMessageAuditExpireError: readonly [400, "ConfigurationMessageAuditExpireError"];
4
5
  readonly ConfigurationMessageAuditQueueSizeError: readonly [400, "ConfigurationMessageAuditQueueSizeError"];
@@ -9,6 +10,7 @@ export declare const errors: {
9
10
  readonly ConsumerGroupRequiredError: readonly [400, "ConsumerGroupRequiredError"];
10
11
  readonly ConsumerGroupsError: readonly [500, "ConsumerGroupsError"];
11
12
  readonly ConsumerGroupsNotSupportedError: readonly [501, "ConsumerGroupsNotSupportedError"];
13
+ readonly DeadLetteredMessageAuditNotEnabledError: readonly [500, "DeadLetteredMessageAuditNotEnabledError"];
12
14
  readonly ExchangeError: readonly [500, "ExchangeError"];
13
15
  readonly ExchangeFanoutError: readonly [500, "ExchangeFanoutError"];
14
16
  readonly ExchangeHasBoundQueuesError: readonly [500, "ExchangeHasBoundQueuesError"];
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqFT,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,OAAO,MAAM,CAAC"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FT,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,OAAO,MAAM,CAAC"}
@@ -1,4 +1,8 @@
1
1
  export const errors = {
2
+ AcknowledgedMessageAuditNotEnabledError: [
3
+ 500,
4
+ 'AcknowledgedMessageAuditNotEnabledError',
5
+ ],
2
6
  ConfigurationError: [400, 'ConfigurationError'],
3
7
  ConfigurationMessageAuditExpireError: [
4
8
  400,
@@ -15,6 +19,10 @@ export const errors = {
15
19
  ConsumerGroupRequiredError: [400, 'ConsumerGroupRequiredError'],
16
20
  ConsumerGroupsError: [500, 'ConsumerGroupsError'],
17
21
  ConsumerGroupsNotSupportedError: [501, 'ConsumerGroupsNotSupportedError'],
22
+ DeadLetteredMessageAuditNotEnabledError: [
23
+ 500,
24
+ 'DeadLetteredMessageAuditNotEnabledError',
25
+ ],
18
26
  ExchangeError: [500, 'ExchangeError'],
19
27
  ExchangeFanoutError: [500, 'ExchangeFanoutError'],
20
28
  ExchangeHasBoundQueuesError: [500, 'ExchangeHasBoundQueuesError'],
@@ -1 +1 @@
1
- {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/errors/errors.ts"],"names":[],"mappings":"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"}
@@ -8,14 +8,14 @@ export declare class ConsumerGroupsService {
8
8
  } & ConsumerGroups;
9
9
  protected queuePendingMessages: {
10
10
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
11
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
11
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
12
12
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
13
13
  } & QueuePendingMessages;
14
14
  constructor(consumerGroups: ConsumerGroups, queuePendingMessages: QueuePendingMessages);
15
15
  deleteConsumerGroup(queueParams: IQueueParams, consumerGroupId: string): Promise<void>;
16
16
  getConsumerGroups(queueParams: IQueueParams): Promise<string[]>;
17
17
  saveConsumerGroup(queueParams: IQueueParams, consumerGroupId: string): Promise<void>;
18
- getPendingMessages(queueParams: IQueueParams, consumerGroupId: string, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
18
+ getPendingMessages(queueParams: IQueueParams, consumerGroupId: string, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
19
19
  countPendingMessages(queueParams: IQueueParams, consumerGroupId: string): Promise<number>;
20
20
  purgePendingMessages(queueParams: IQueueParams, consumerGroupId: string): Promise<void>;
21
21
  }
@@ -1,12 +1,12 @@
1
1
  import { IQueueParams, QueueAcknowledgedMessages } from 'redis-smq';
2
2
  export declare class QueueAcknowledgedMessagesService {
3
3
  protected queueAcknowledgedMessages: {
4
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
4
5
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
5
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
7
7
  } & QueueAcknowledgedMessages;
8
8
  constructor(queueAcknowledgedMessages: QueueAcknowledgedMessages);
9
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  }
@@ -1,12 +1,12 @@
1
1
  import { IQueueParams, QueueDeadLetteredMessages } from 'redis-smq';
2
2
  export declare class QueueDeadLetteredMessagesService {
3
3
  protected queueDeadLetteredMessages: {
4
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
4
5
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
5
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
7
7
  } & QueueDeadLetteredMessages;
8
8
  constructor(queueDeadLetteredMessages: QueueDeadLetteredMessages);
9
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  }
@@ -3,11 +3,11 @@ export declare class QueueMessagesService {
3
3
  protected queueMessages: {
4
4
  countMessagesByStatusAsync: (queue: string | IQueueParams) => Promise<import("redis-smq").IQueueMessagesCount>;
5
5
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
6
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
7
7
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
8
8
  } & QueueMessages;
9
9
  constructor(queueMessages: QueueMessages);
10
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  purge(queueParams: IQueueParams): Promise<void>;
13
13
  countMessagesByStatus(queueParams: IQueueParams): Promise<import("redis-smq").IQueueMessagesCount>;
@@ -2,11 +2,11 @@ import { IQueueParams, QueuePendingMessages, TQueueExtendedParams } from 'redis-
2
2
  export declare class QueuePendingMessagesService {
3
3
  protected queuePendingMessages: {
4
4
  countMessagesAsync: (queue: TQueueExtendedParams) => Promise<number>;
5
- getMessagesAsync: (queue: TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
5
+ getMessagesAsync: (queue: TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  purgeAsync: ((queue: TQueueExtendedParams) => Promise<undefined>) | ((queue: TQueueExtendedParams) => Promise<void>);
7
7
  } & QueuePendingMessages;
8
8
  constructor(queuePendingMessages: QueuePendingMessages);
9
- getMessages(queueParams: TQueueExtendedParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: TQueueExtendedParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queue: IQueueParams, groupId?: string): Promise<number>;
12
12
  }
@@ -2,11 +2,11 @@ import { IQueueParams, QueueScheduledMessages } from 'redis-smq';
2
2
  export declare class QueueScheduledMessagesService {
3
3
  protected queueScheduledMessages: {
4
4
  purgeAsync: ((queue: import("redis-smq").TQueueExtendedParams) => Promise<undefined>) | ((queue: import("redis-smq").TQueueExtendedParams) => Promise<void>);
5
- getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
5
+ getMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams, page: number, pageSize: number) => Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
6
6
  countMessagesAsync: (queue: import("redis-smq").TQueueExtendedParams) => Promise<number>;
7
7
  } & QueueScheduledMessages;
8
8
  constructor(queueScheduledMessages: QueueScheduledMessages);
9
- getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IPaginationPage<import("redis-smq").IMessageTransferable<unknown>>>;
9
+ getMessages(queueParams: IQueueParams, page: number, pageSize: number): Promise<import("redis-smq").IBrowserPage<import("redis-smq").IMessageTransferable<unknown>>>;
10
10
  purge(queueParams: IQueueParams): Promise<void>;
11
11
  countMessagesAsync(queueParams: IQueueParams): Promise<number>;
12
12
  }
package/dist/schema.json CHANGED
@@ -6822,6 +6822,25 @@
6822
6822
  },
6823
6823
  "TErrors": {
6824
6824
  "properties": {
6825
+ "AcknowledgedMessageAuditNotEnabledError": {
6826
+ "default": [
6827
+ 500,
6828
+ "AcknowledgedMessageAuditNotEnabledError"
6829
+ ],
6830
+ "items": [
6831
+ {
6832
+ "const": 500,
6833
+ "type": "number"
6834
+ },
6835
+ {
6836
+ "const": "AcknowledgedMessageAuditNotEnabledError",
6837
+ "type": "string"
6838
+ }
6839
+ ],
6840
+ "maxItems": 2,
6841
+ "minItems": 2,
6842
+ "type": "array"
6843
+ },
6825
6844
  "ConfigurationError": {
6826
6845
  "default": [
6827
6846
  400,
@@ -7012,6 +7031,25 @@
7012
7031
  "minItems": 2,
7013
7032
  "type": "array"
7014
7033
  },
7034
+ "DeadLetteredMessageAuditNotEnabledError": {
7035
+ "default": [
7036
+ 500,
7037
+ "DeadLetteredMessageAuditNotEnabledError"
7038
+ ],
7039
+ "items": [
7040
+ {
7041
+ "const": 500,
7042
+ "type": "number"
7043
+ },
7044
+ {
7045
+ "const": "DeadLetteredMessageAuditNotEnabledError",
7046
+ "type": "string"
7047
+ }
7048
+ ],
7049
+ "maxItems": 2,
7050
+ "minItems": 2,
7051
+ "type": "array"
7052
+ },
7015
7053
  "ExchangeError": {
7016
7054
  "default": [
7017
7055
  500,
@@ -7964,6 +8002,7 @@
7964
8002
  }
7965
8003
  },
7966
8004
  "required": [
8005
+ "AcknowledgedMessageAuditNotEnabledError",
7967
8006
  "ConfigurationError",
7968
8007
  "ConfigurationMessageAuditExpireError",
7969
8008
  "ConfigurationMessageAuditQueueSizeError",
@@ -7974,6 +8013,7 @@
7974
8013
  "ConsumerGroupRequiredError",
7975
8014
  "ConsumerGroupsError",
7976
8015
  "ConsumerGroupsNotSupportedError",
8016
+ "DeadLetteredMessageAuditNotEnabledError",
7977
8017
  "ExchangeError",
7978
8018
  "ExchangeFanoutError",
7979
8019
  "ExchangeHasBoundQueuesError",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq-rest-api",
3
- "version": "9.0.4",
3
+ "version": "9.0.5-next.1",
4
4
  "description": "REST API for RedisSMQ: OpenAPI 3 schema and Swagger UI for managing queues, messages, and consumers.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",
@@ -68,8 +68,8 @@
68
68
  "peerDependencies": {
69
69
  "@redis/client": "^5",
70
70
  "ioredis": "^5",
71
- "redis-smq": "^9.0.4",
72
- "redis-smq-common": "^9.0.4"
71
+ "redis-smq": "^9.0.5-next.1",
72
+ "redis-smq-common": "^9.0.5-next.1"
73
73
  },
74
74
  "peerDependenciesMeta": {
75
75
  "@redis/client": {