@yolo-croket-dev/amqp-access 0.7.47-jun.34 → 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.
@@ -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;
@@ -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.34",
3
+ "version": "0.7.47-jun.35",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",