@yolo-croket-dev/amqp-access 0.7.237 → 0.7.239

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,11 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Read(//Users/jun/Desktop/code/work/monorepo/**)",
5
+ "Bash(npm ls:*)",
6
+ "Bash(cd:*)",
7
+ "WebFetch(domain:developers.nicepay.co.kr)",
8
+ "Bash(npx lerna:*)"
9
+ ]
10
+ }
11
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.237",
3
+ "version": "0.7.239",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -22,10 +22,10 @@
22
22
  "@yolo-croket-dev/core": "^1.9.3",
23
23
  "@yolo-croket-dev/domain": "0.2.40",
24
24
  "@yolo-croket-dev/dto-v2": "0.2.22",
25
- "@yolo-croket-dev/entity": "0.2.94",
26
- "@yolo-croket-dev/entity-v2": "0.3.8",
25
+ "@yolo-croket-dev/entity": "0.2.95",
26
+ "@yolo-croket-dev/entity-v2": "0.3.9",
27
27
  "class-transformer": "^0.5.1",
28
28
  "class-validator": "^0.13.2",
29
29
  "dotenv": "^16.3.1"
30
30
  }
31
- }
31
+ }
@@ -16,12 +16,11 @@ export declare class EditStoreItemUsedReleasePriceInfo {
16
16
  */
17
17
  export declare class EditStoreItemUsedInfo {
18
18
  productionYear?: number | null;
19
- discoveryCountryCode?: string | null;
20
19
  rarity?: StoreItemUsedRarityEnum | null;
21
20
  conditionGrade?: StoreItemUsedConditionGradeEnum | null;
22
21
  releasePriceInfo?: EditStoreItemUsedReleasePriceInfo | null;
23
22
  }
24
- declare const EditStoreItemBasePayload_base: import("@nestjs/mapped-types").MappedType<Omit<RegStoreItemPayload, "itemType" | "usedItemInfo" | "mainSku">>;
23
+ declare const EditStoreItemBasePayload_base: import("@nestjs/mapped-types").MappedType<Omit<RegStoreItemPayload, "itemType" | "mainSku" | "usedItemInfo">>;
25
24
  declare class EditStoreItemBasePayload extends EditStoreItemBasePayload_base {
26
25
  }
27
26
  /**
@@ -61,12 +61,6 @@ __decorate([
61
61
  (0, class_validator_1.IsOptional)(),
62
62
  __metadata("design:type", Object)
63
63
  ], EditStoreItemUsedInfo.prototype, "productionYear", void 0);
64
- __decorate([
65
- (0, class_transformer_1.Transform)(normalizeNullableString),
66
- (0, class_validator_1.IsString)(),
67
- (0, class_validator_1.IsOptional)(),
68
- __metadata("design:type", Object)
69
- ], EditStoreItemUsedInfo.prototype, "discoveryCountryCode", void 0);
70
64
  __decorate([
71
65
  (0, class_transformer_1.Transform)(normalizeNullableString),
72
66
  (0, class_validator_1.IsEnum)(store_item_1.StoreItemUsedRarityEnum),
@@ -40,7 +40,6 @@ export declare class RegStoreItemUsedReleasePriceInfo {
40
40
  }
41
41
  export declare class RegStoreItemUsedInfo {
42
42
  productionYear?: number;
43
- discoveryCountryCode?: string;
44
43
  rarity?: StoreItemUsedRarityEnum;
45
44
  conditionGrade?: StoreItemUsedConditionGradeEnum;
46
45
  releasePriceInfo?: RegStoreItemUsedReleasePriceInfo;
@@ -148,11 +148,6 @@ __decorate([
148
148
  (0, class_validator_1.IsOptional)(),
149
149
  __metadata("design:type", Number)
150
150
  ], RegStoreItemUsedInfo.prototype, "productionYear", void 0);
151
- __decorate([
152
- (0, class_validator_1.IsString)(),
153
- (0, class_validator_1.IsOptional)(),
154
- __metadata("design:type", String)
155
- ], RegStoreItemUsedInfo.prototype, "discoveryCountryCode", void 0);
156
151
  __decorate([
157
152
  (0, class_validator_1.IsEnum)(store_item_2.StoreItemUsedRarityEnum),
158
153
  (0, class_validator_1.IsOptional)(),