@yolo-croket-dev/amqp-access 0.4.33 → 0.4.34-slowquery.0

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.
@@ -45,4 +45,6 @@ export declare class SendTemplateNotificationPayload {
45
45
  notificationActivityParam?: ActivityParam;
46
46
  /** 테스트용으로 사용, 활동 저장하지 않기 */
47
47
  isNotAcitivtySave?: boolean;
48
+ /** 활동내역만 저장하고, 이후 프로세스 하지 않기 */
49
+ isOnlyActivitySave?: boolean;
48
50
  }
@@ -58,3 +58,10 @@ __decorate([
58
58
  ,
59
59
  __metadata("design:type", Boolean)
60
60
  ], SendTemplateNotificationPayload.prototype, "isNotAcitivtySave", void 0);
61
+ __decorate([
62
+ (0, class_validator_1.IsOptional)(),
63
+ (0, class_validator_1.IsBoolean)()
64
+ /** 활동내역만 저장하고, 이후 프로세스 하지 않기 */
65
+ ,
66
+ __metadata("design:type", Boolean)
67
+ ], SendTemplateNotificationPayload.prototype, "isOnlyActivitySave", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.4.33",
3
+ "version": "0.4.34-slowquery.0",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",