@yolo-croket-dev/amqp-access 0.7.48-sj5 → 0.7.48

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.48-sj5",
3
+ "version": "0.7.48",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -22,7 +22,7 @@
22
22
  "@yolo-croket-dev/domain": "^0.2.27",
23
23
  "@yolo-croket-dev/dto-v2": "0.2.15",
24
24
  "@yolo-croket-dev/entity": "0.2.66",
25
- "@yolo-croket-dev/entity-v2": "0.2.125-sj3",
25
+ "@yolo-croket-dev/entity-v2": "0.2.125",
26
26
  "class-transformer": "^0.5.1",
27
27
  "class-validator": "^0.13.2",
28
28
  "dotenv": "^16.3.1"
@@ -17,7 +17,7 @@ export interface GetCampaignLinksForAdminResultItem {
17
17
  itemName: string;
18
18
  };
19
19
  }
20
- export interface GetCampaignLinksForAdminResult {
20
+ export declare class GetCampaignLinksForAdminResult {
21
21
  items: GetCampaignLinksForAdminResultItem[];
22
22
  totalCount?: number;
23
23
  lastId?: string;
@@ -9,7 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.GetCampaignLinksForAdminPayload = void 0;
12
+ exports.GetCampaignLinksForAdminResult = exports.GetCampaignLinksForAdminPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  class GetCampaignLinksForAdminPayload {
15
15
  }
@@ -29,3 +29,6 @@ __decorate([
29
29
  (0, class_validator_1.IsMongoId)(),
30
30
  __metadata("design:type", String)
31
31
  ], GetCampaignLinksForAdminPayload.prototype, "itemId", void 0);
32
+ class GetCampaignLinksForAdminResult {
33
+ }
34
+ exports.GetCampaignLinksForAdminResult = GetCampaignLinksForAdminResult;