@yolo-croket-dev/amqp-access 0.6.43 → 0.6.45

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,9 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "mcp__serena__check_onboarding_performed",
5
+ "mcp__serena__list_dir",
6
+ "Bash(/tmp/check_incomplete.sh)"
7
+ ]
8
+ }
9
+ }
@@ -15,6 +15,19 @@ const class_transformer_1 = require("class-transformer");
15
15
  class GetStoreItemBrandSearchCountLastHourBrand {
16
16
  }
17
17
  exports.GetStoreItemBrandSearchCountLastHourBrand = GetStoreItemBrandSearchCountLastHourBrand;
18
+ __decorate([
19
+ (0, class_validator_1.IsMongoId)(),
20
+ __metadata("design:type", String)
21
+ ], GetStoreItemBrandSearchCountLastHourBrand.prototype, "_id", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ __metadata("design:type", String)
25
+ ], GetStoreItemBrandSearchCountLastHourBrand.prototype, "brandName", void 0);
26
+ __decorate([
27
+ (0, class_validator_1.IsOptional)(),
28
+ (0, class_validator_1.IsString)(),
29
+ __metadata("design:type", String)
30
+ ], GetStoreItemBrandSearchCountLastHourBrand.prototype, "engBrandName", void 0);
18
31
  class GetStoreItemBrandSearchCountLastHourPayload {
19
32
  }
20
33
  exports.GetStoreItemBrandSearchCountLastHourPayload = GetStoreItemBrandSearchCountLastHourPayload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.6.43",
3
+ "version": "0.6.45",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,8 +1,18 @@
1
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
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  exports.GetAdCenterSettlesForGoogleSheetResult = exports.GetAdCenterSettlesForGoogleSheetPayload = exports.AdCenterSettleForGoogleSheet = void 0;
4
13
  const ad_center_settle_schema_1 = require("@yolo-croket-dev/entity/src/ad-center-settle/ad-center-settle.schema");
5
14
  const swagger_1 = require("@nestjs/swagger");
15
+ const class_validator_1 = require("class-validator");
6
16
  /** 구글 시트용 광고센터정산 데이터 */
7
17
  class AdCenterSettleForGoogleSheet extends (0, swagger_1.PickType)(ad_center_settle_schema_1.AdCenterSettle, [
8
18
  '_id',
@@ -28,6 +38,16 @@ exports.AdCenterSettleForGoogleSheet = AdCenterSettleForGoogleSheet;
28
38
  class GetAdCenterSettlesForGoogleSheetPayload {
29
39
  }
30
40
  exports.GetAdCenterSettlesForGoogleSheetPayload = GetAdCenterSettlesForGoogleSheetPayload;
41
+ __decorate([
42
+ (0, class_validator_1.IsOptional)(),
43
+ (0, class_validator_1.IsDateString)(),
44
+ __metadata("design:type", Date)
45
+ ], GetAdCenterSettlesForGoogleSheetPayload.prototype, "expectedSettleSDate", void 0);
46
+ __decorate([
47
+ (0, class_validator_1.IsOptional)(),
48
+ (0, class_validator_1.IsDateString)(),
49
+ __metadata("design:type", Date)
50
+ ], GetAdCenterSettlesForGoogleSheetPayload.prototype, "expectedSettleEDate", void 0);
31
51
  class GetAdCenterSettlesForGoogleSheetResult {
32
52
  }
33
53
  exports.GetAdCenterSettlesForGoogleSheetResult = GetAdCenterSettlesForGoogleSheetResult;
@@ -1,9 +1,35 @@
1
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
+ };
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  exports.GetUserInfoByIdResult = exports.GetUserInfoByIdPayload = void 0;
13
+ const class_validator_1 = require("class-validator");
4
14
  class GetUserInfoByIdPayload {
5
15
  }
6
16
  exports.GetUserInfoByIdPayload = GetUserInfoByIdPayload;
17
+ __decorate([
18
+ (0, class_validator_1.IsMongoId)(),
19
+ __metadata("design:type", String)
20
+ ], GetUserInfoByIdPayload.prototype, "userId", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsArray)(),
23
+ (0, class_validator_1.IsString)({ each: true }),
24
+ (0, class_validator_1.IsOptional)(),
25
+ __metadata("design:type", Array)
26
+ ], GetUserInfoByIdPayload.prototype, "includeFields", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsArray)(),
29
+ (0, class_validator_1.IsString)({ each: true }),
30
+ (0, class_validator_1.IsOptional)(),
31
+ __metadata("design:type", Array)
32
+ ], GetUserInfoByIdPayload.prototype, "excludeFields", void 0);
7
33
  class GetUserInfoByIdResult {
8
34
  }
9
35
  exports.GetUserInfoByIdResult = GetUserInfoByIdResult;