@yolo-croket-dev/amqp-access 0.7.23 → 0.7.24

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.
@@ -22,8 +22,10 @@ export declare enum ExtendWaitingReceiveByChannelTalkResultEnum {
22
22
  /** @description 자동수령확정일 연장이 불가능한 상태의 주문건 */
23
23
  FAIL_INVALID_PROCESS = "FAIL_INVALID_PROCESS",
24
24
  /** @description 예기치 못한 오류가 발생 */
25
- FAIL_INTERNAL_SERVER_ERROR = "FAIL_INTERNAL_SERVER_ERROR"
25
+ FAIL_INTERNAL_SERVER_ERROR = "FAIL_INTERNAL_SERVER_ERROR",
26
+ /** @description 최대 연장 횟수 초과 */
27
+ FAIL_MAX_EXTEND_NUMS = "FAIL_MAX_EXTEND_NUMS"
26
28
  }
27
29
  export declare class ExtendWaitingReceiveByChannelTalkResult {
28
- result: ExtendWaitingReceiveByChannelTalkResultEnum;
30
+ result: string;
29
31
  }
@@ -44,11 +44,9 @@ var ExtendWaitingReceiveByChannelTalkResultEnum;
44
44
  ExtendWaitingReceiveByChannelTalkResultEnum["FAIL_INVALID_PROCESS"] = "FAIL_INVALID_PROCESS";
45
45
  /** @description 예기치 못한 오류가 발생 */
46
46
  ExtendWaitingReceiveByChannelTalkResultEnum["FAIL_INTERNAL_SERVER_ERROR"] = "FAIL_INTERNAL_SERVER_ERROR";
47
+ /** @description 최대 연장 횟수 초과 */
48
+ ExtendWaitingReceiveByChannelTalkResultEnum["FAIL_MAX_EXTEND_NUMS"] = "FAIL_MAX_EXTEND_NUMS";
47
49
  })(ExtendWaitingReceiveByChannelTalkResultEnum || (exports.ExtendWaitingReceiveByChannelTalkResultEnum = ExtendWaitingReceiveByChannelTalkResultEnum = {}));
48
50
  class ExtendWaitingReceiveByChannelTalkResult {
49
51
  }
50
52
  exports.ExtendWaitingReceiveByChannelTalkResult = ExtendWaitingReceiveByChannelTalkResult;
51
- __decorate([
52
- (0, class_validator_1.IsEnum)(ExtendWaitingReceiveByChannelTalkResultEnum),
53
- __metadata("design:type", String)
54
- ], ExtendWaitingReceiveByChannelTalkResult.prototype, "result", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.23",
3
+ "version": "0.7.24",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",