@yolo-croket-dev/amqp-access 0.7.88 → 0.7.89-sj1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.88",
3
+ "version": "0.7.89-sj1",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -27,4 +27,4 @@
27
27
  "class-validator": "^0.13.2",
28
28
  "dotenv": "^16.3.1"
29
29
  }
30
- }
30
+ }
@@ -1,6 +1,6 @@
1
1
  import { AdCenterSettle } from '@yolo-croket-dev/entity/src/ad-center-settle/ad-center-settle.schema';
2
2
  import { BusinessInfo } from '@yolo-croket-dev/entity/src/store';
3
- declare const AdCenterSettleForGoogleSheet_base: import("@nestjs/common").Type<Pick<AdCenterSettle, "_id" | "sellerId" | "publicId" | "couponInfo" | "pastStoreInfo" | "expectedSettleDateString" | "adType" | "adCenterStartDateString" | "adCenterEndDateString" | "actualSettleDateString" | "PInfoId" | "transactionInfo" | "subtractionSettleAmountInfo" | "bizMemo" | "financeMemo" | "settlementManagerInfo" | "googleSheetInfo">>;
3
+ declare const AdCenterSettleForGoogleSheet_base: import("@nestjs/common").Type<Pick<AdCenterSettle, "_id" | "sellerId" | "couponInfo" | "publicId" | "pastStoreInfo" | "expectedSettleDateString" | "adType" | "adCenterStartDateString" | "adCenterEndDateString" | "actualSettleDateString" | "PInfoId" | "transactionInfo" | "subtractionSettleAmountInfo" | "bizMemo" | "financeMemo" | "settlementManagerInfo" | "googleSheetInfo">>;
4
4
  /** 구글 시트용 광고센터정산 데이터 */
5
5
  export declare class AdCenterSettleForGoogleSheet extends AdCenterSettleForGoogleSheet_base {
6
6
  storeInfo: {
@@ -1,4 +1,6 @@
1
1
  export declare class GetCampaignStoreItemsForAdminPayload {
2
+ limit: number;
3
+ page: number;
2
4
  lastId?: string;
3
5
  isShow?: boolean;
4
6
  itemId?: string;
@@ -21,6 +23,5 @@ export declare class GetCampaignStoreItemsForAdminResultItem {
21
23
  }
22
24
  export declare class GetCampaignStoreItemsForAdminResult {
23
25
  items: GetCampaignStoreItemsForAdminResultItem[];
24
- totalCount?: number;
25
- lastId?: string;
26
+ maxPage?: number;
26
27
  }
@@ -14,6 +14,14 @@ const class_validator_1 = require("class-validator");
14
14
  class GetCampaignStoreItemsForAdminPayload {
15
15
  }
16
16
  exports.GetCampaignStoreItemsForAdminPayload = GetCampaignStoreItemsForAdminPayload;
17
+ __decorate([
18
+ (0, class_validator_1.IsNumber)(),
19
+ __metadata("design:type", Number)
20
+ ], GetCampaignStoreItemsForAdminPayload.prototype, "limit", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsNumber)(),
23
+ __metadata("design:type", Number)
24
+ ], GetCampaignStoreItemsForAdminPayload.prototype, "page", void 0);
17
25
  __decorate([
18
26
  (0, class_validator_1.IsOptional)(),
19
27
  (0, class_validator_1.IsMongoId)(),
@@ -1,6 +1,8 @@
1
1
  import { StoreItem } from '@yolo-croket-dev/entity/src/store-item';
2
2
  import { MaxDiscountCouponPriceInfo } from '@yolo-croket-dev/entity-v2/store-item-connected-coupon';
3
3
  export declare class GetCampaignStoreItemsForBuyerPayload {
4
+ limit: number;
5
+ page: number;
4
6
  lastId?: string;
5
7
  }
6
8
  export declare class GetCampaignStoreItemsForBuyerResultItem {
@@ -16,6 +18,5 @@ export declare class GetCampaignStoreItemsForBuyerResultItem {
16
18
  }
17
19
  export declare class GetCampaignStoreItemsForBuyerResult {
18
20
  items: GetCampaignStoreItemsForBuyerResultItem[];
19
- totalCount?: number;
20
- lastId?: string;
21
+ maxPage?: number;
21
22
  }
@@ -14,6 +14,14 @@ const class_validator_1 = require("class-validator");
14
14
  class GetCampaignStoreItemsForBuyerPayload {
15
15
  }
16
16
  exports.GetCampaignStoreItemsForBuyerPayload = GetCampaignStoreItemsForBuyerPayload;
17
+ __decorate([
18
+ (0, class_validator_1.IsNumber)(),
19
+ __metadata("design:type", Number)
20
+ ], GetCampaignStoreItemsForBuyerPayload.prototype, "limit", void 0);
21
+ __decorate([
22
+ (0, class_validator_1.IsNumber)(),
23
+ __metadata("design:type", Number)
24
+ ], GetCampaignStoreItemsForBuyerPayload.prototype, "page", void 0);
17
25
  __decorate([
18
26
  (0, class_validator_1.IsOptional)(),
19
27
  (0, class_validator_1.IsMongoId)(),
@@ -1,11 +0,0 @@
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
- }