@yolo-croket-dev/amqp-access 0.6.93 → 0.6.94

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.
@@ -33,8 +33,8 @@ import { Types } from 'mongoose';
33
33
  * 네이버 검색광고 엑셀 전체 프로세스 실행 Payload
34
34
  */
35
35
  export declare class RunNaverSearchAdExcelProcessPayload {
36
- /** 캠페인 ID (필수) */
37
- nccCampaignId: string;
36
+ /** 캠페인 ID (선택) */
37
+ nccCampaignId?: string;
38
38
  /** 광고그룹 ID (선택) */
39
39
  nccAdgroupId?: string;
40
40
  /** 소재 ID (선택) */
@@ -62,7 +62,7 @@ class RunNaverSearchAdExcelProcessPayload {
62
62
  exports.RunNaverSearchAdExcelProcessPayload = RunNaverSearchAdExcelProcessPayload;
63
63
  __decorate([
64
64
  (0, class_validator_1.IsString)(),
65
- (0, class_validator_1.IsNotEmpty)(),
65
+ (0, class_validator_1.IsOptional)(),
66
66
  __metadata("design:type", String)
67
67
  ], RunNaverSearchAdExcelProcessPayload.prototype, "nccCampaignId", void 0);
68
68
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.6.93",
3
+ "version": "0.6.94",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",