@yolo-croket-dev/amqp-access 0.7.47-jun.33 → 0.7.47-jun.35

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.
@@ -9,8 +9,6 @@ export declare class RegisterBillingCardPayload {
9
9
  authToken: string;
10
10
  /** 전문생성일시 (YYYYMMDDHHMMSS) */
11
11
  ediDate: string;
12
- /** 카드 저장 여부 */
13
- isSaveCard: boolean;
14
12
  }
15
13
  /**
16
14
  * @description NicePay 빌링키 발급 + 유저 카드 등록 통합 응답 Result
@@ -33,11 +33,6 @@ __decorate([
33
33
  (0, class_validator_1.IsNotEmpty)(),
34
34
  __metadata("design:type", String)
35
35
  ], RegisterBillingCardPayload.prototype, "ediDate", void 0);
36
- __decorate([
37
- (0, class_validator_1.IsBoolean)(),
38
- (0, class_validator_1.IsNotEmpty)(),
39
- __metadata("design:type", Boolean)
40
- ], RegisterBillingCardPayload.prototype, "isSaveCard", void 0);
41
36
  /**
42
37
  * @description NicePay 빌링키 발급 + 유저 카드 등록 통합 응답 Result
43
38
  */
@@ -35,4 +35,6 @@ export declare class WriteStoreItemReservationPayTryLogDonePayload {
35
35
  payTryLogId: string;
36
36
  /** 할부 개월수 (00: 일시불, 02~12: 할부) */
37
37
  cardQuota: string;
38
+ /** 카드 저장 여부 */
39
+ isSaveCard: boolean;
38
40
  }
@@ -56,3 +56,8 @@ __decorate([
56
56
  (0, class_validator_1.IsString)(),
57
57
  __metadata("design:type", String)
58
58
  ], WriteStoreItemReservationPayTryLogDonePayload.prototype, "cardQuota", void 0);
59
+ __decorate([
60
+ (0, class_validator_1.IsBoolean)(),
61
+ (0, class_validator_1.IsNotEmpty)(),
62
+ __metadata("design:type", Boolean)
63
+ ], WriteStoreItemReservationPayTryLogDonePayload.prototype, "isSaveCard", void 0);
@@ -43,6 +43,10 @@ export declare class WriteStoreItemReservationPayTryLogInitPayload {
43
43
  itemId: string;
44
44
  pOptionInfo: WriteStoreItemReservationPayTryLogInitPOptionInfo;
45
45
  paidPrice: number;
46
+ /** 유저 트래킹 ID (어트리뷰션) */
47
+ userTrackingId?: string;
48
+ /** 어트리뷰션 디바이스 타입 */
49
+ attributionDeviceType?: string;
46
50
  }
47
51
  export declare class WriteStoreItemReservationPayTryLogInitResult {
48
52
  payTryLogId: string;
@@ -11,6 +11,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.WriteStoreItemReservationPayTryLogInitResult = exports.WriteStoreItemReservationPayTryLogInitPayload = exports.WriteStoreItemReservationPayTryLogInitPOptionInfo = exports.WriteStoreItemReservationPayTryLogInitPOptionInfoChild = exports.ReservationPayTryLogErrorEnum = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
+ const class_transformer_1 = require("class-transformer");
14
15
  /** @description 예약 상품 결제 시도 에러 코드 */
15
16
  var ReservationPayTryLogErrorEnum;
16
17
  (function (ReservationPayTryLogErrorEnum) {
@@ -45,7 +46,6 @@ var ReservationPayTryLogErrorEnum;
45
46
  /** 셀렉션 프레임 미존재 */
46
47
  ReservationPayTryLogErrorEnum["NOT_FOUND_SELECTION_FRAME"] = "NOT_FOUND_SELECTION_FRAME";
47
48
  })(ReservationPayTryLogErrorEnum || (exports.ReservationPayTryLogErrorEnum = ReservationPayTryLogErrorEnum = {}));
48
- const class_transformer_1 = require("class-transformer");
49
49
  class WriteStoreItemReservationPayTryLogInitPOptionInfoChild {
50
50
  }
51
51
  exports.WriteStoreItemReservationPayTryLogInitPOptionInfoChild = WriteStoreItemReservationPayTryLogInitPOptionInfoChild;
@@ -90,6 +90,16 @@ __decorate([
90
90
  (0, class_validator_1.IsNumber)(),
91
91
  __metadata("design:type", Number)
92
92
  ], WriteStoreItemReservationPayTryLogInitPayload.prototype, "paidPrice", void 0);
93
+ __decorate([
94
+ (0, class_validator_1.IsString)(),
95
+ (0, class_validator_1.IsOptional)(),
96
+ __metadata("design:type", String)
97
+ ], WriteStoreItemReservationPayTryLogInitPayload.prototype, "userTrackingId", void 0);
98
+ __decorate([
99
+ (0, class_validator_1.IsString)(),
100
+ (0, class_validator_1.IsOptional)(),
101
+ __metadata("design:type", String)
102
+ ], WriteStoreItemReservationPayTryLogInitPayload.prototype, "attributionDeviceType", void 0);
93
103
  class WriteStoreItemReservationPayTryLogInitResult {
94
104
  }
95
105
  exports.WriteStoreItemReservationPayTryLogInitResult = WriteStoreItemReservationPayTryLogInitResult;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.47-jun.33",
3
+ "version": "0.7.47-jun.35",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",