@yolo-croket-dev/amqp-access 0.0.93-jun.13 → 0.0.93-jun.14

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.
@@ -1,3 +1,3 @@
1
- export declare class ProcessTestPayPayload {
1
+ export declare class ProcessStoreItemTestPaymentPayload {
2
2
  payTryLogId: string;
3
3
  }
@@ -9,12 +9,12 @@ 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.ProcessTestPayPayload = void 0;
12
+ exports.ProcessStoreItemTestPaymentPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class ProcessTestPayPayload {
14
+ class ProcessStoreItemTestPaymentPayload {
15
15
  }
16
16
  __decorate([
17
17
  (0, class_validator_1.IsMongoId)(),
18
18
  __metadata("design:type", String)
19
- ], ProcessTestPayPayload.prototype, "payTryLogId", void 0);
20
- exports.ProcessTestPayPayload = ProcessTestPayPayload;
19
+ ], ProcessStoreItemTestPaymentPayload.prototype, "payTryLogId", void 0);
20
+ exports.ProcessStoreItemTestPaymentPayload = ProcessStoreItemTestPaymentPayload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.93-jun.13",
3
+ "version": "0.0.93-jun.14",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",