@yolo-croket-dev/amqp-access 0.5.110 → 0.5.111

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.
@@ -0,0 +1,6 @@
1
+ export declare class CheckPurchasedInfoExistsInLastDaysPayload {
2
+ days: number;
3
+ }
4
+ export declare class CheckPurchasedInfoExistsInLastDaysResult {
5
+ isExists: boolean;
6
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CheckPurchasedInfoExistsInLastDaysResult = exports.CheckPurchasedInfoExistsInLastDaysPayload = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class CheckPurchasedInfoExistsInLastDaysPayload {
15
+ }
16
+ exports.CheckPurchasedInfoExistsInLastDaysPayload = CheckPurchasedInfoExistsInLastDaysPayload;
17
+ __decorate([
18
+ (0, class_validator_1.IsNumber)(),
19
+ __metadata("design:type", Number)
20
+ ], CheckPurchasedInfoExistsInLastDaysPayload.prototype, "days", void 0);
21
+ class CheckPurchasedInfoExistsInLastDaysResult {
22
+ }
23
+ exports.CheckPurchasedInfoExistsInLastDaysResult = CheckPurchasedInfoExistsInLastDaysResult;
@@ -3,4 +3,5 @@ export declare class CheckPurchasedInfoExistsInLastDaysPayload {
3
3
  }
4
4
  export declare class CheckPurchasedInfoExistsInLastDaysResult {
5
5
  isExists: boolean;
6
+ purchasedCount: number;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.5.110",
3
+ "version": "0.5.111",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",