@yolo-croket-dev/amqp-access 0.4.104-jun.10 → 0.4.104-jun.11

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.4.104-jun.10",
3
+ "version": "0.4.104-jun.11",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -2,7 +2,7 @@ export declare class SaveInvoiceToLegacyApiPayloadData {
2
2
  /** 결제 정보 아이디 */
3
3
  pInfoId: string;
4
4
  /** 회사명 */
5
- SCompany: string;
5
+ company: string;
6
6
  /** 송장번호 */
7
7
  invoice: string;
8
8
  /** 송장번호 직접 입력일때 */
@@ -22,7 +22,7 @@ __decorate([
22
22
  __decorate([
23
23
  (0, class_validator_1.IsString)(),
24
24
  __metadata("design:type", String)
25
- ], SaveInvoiceToLegacyApiPayloadData.prototype, "SCompany", void 0);
25
+ ], SaveInvoiceToLegacyApiPayloadData.prototype, "company", void 0);
26
26
  __decorate([
27
27
  (0, class_validator_1.IsString)(),
28
28
  __metadata("design:type", String)
@@ -33,6 +33,7 @@ __decorate([
33
33
  ], SaveInvoiceToLegacyApiPayloadData.prototype, "isDirectInput", void 0);
34
34
  __decorate([
35
35
  (0, class_validator_1.IsString)(),
36
+ (0, class_validator_1.IsOptional)(),
36
37
  __metadata("design:type", String)
37
38
  ], SaveInvoiceToLegacyApiPayloadData.prototype, "invoiceUrl", void 0);
38
39
  class SaveInvoiceToLegacyApiPayload {