@yolo-croket-dev/amqp-access 0.2.15-jun.0 → 0.2.16

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.
@@ -4,3 +4,6 @@ export declare class UpdateRelatedIdsPayload {
4
4
  type: RelatedIdTypeEnum;
5
5
  id: string;
6
6
  }
7
+ export declare class UpdateRelatedIdsResult {
8
+ isSuccess: boolean;
9
+ }
@@ -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.UpdateRelatedIdsPayload = void 0;
12
+ exports.UpdateRelatedIdsResult = exports.UpdateRelatedIdsPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const image_log_entity_1 = require("@yolo-croket-dev/entity-v2/image-log/image-log.entity");
15
15
  class UpdateRelatedIdsPayload {
@@ -27,3 +27,6 @@ __decorate([
27
27
  (0, class_validator_1.IsMongoId)(),
28
28
  __metadata("design:type", String)
29
29
  ], UpdateRelatedIdsPayload.prototype, "id", void 0);
30
+ class UpdateRelatedIdsResult {
31
+ }
32
+ exports.UpdateRelatedIdsResult = UpdateRelatedIdsResult;
@@ -22,7 +22,7 @@ let AmqpImageLogService = class AmqpImageLogService {
22
22
  this.amqpManager = new functions_1.AmqpManagement(this.client);
23
23
  }
24
24
  async updateRelatedIdsOnlyPub(payload, param) {
25
- return this.amqpManager.onlyPublish('e-tag 가져오기', 'image.get.e-tag', payload, param);
25
+ return this.amqpManager.onlyPublish('관련 ids 업데이트', 'image-log.update.related-ids', payload, param);
26
26
  }
27
27
  };
28
28
  exports.AmqpImageLogService = AmqpImageLogService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.2.15-jun.0",
3
+ "version": "0.2.16",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",