@yolo-croket-dev/amqp-access 0.7.139-hj-5 → 0.7.139

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.
@@ -1,5 +1,6 @@
1
1
  export declare class GetExchangeFeeByCountryCodePayload {
2
- countryCode: string;
2
+ /** @description 값이 없다면 로그인 정보에서 가져옴 */
3
+ countryCode?: string;
3
4
  amount: number;
4
5
  }
5
6
  export interface GetExchangeFeeByCountryCodeResult {
@@ -16,6 +16,7 @@ class GetExchangeFeeByCountryCodePayload {
16
16
  exports.GetExchangeFeeByCountryCodePayload = GetExchangeFeeByCountryCodePayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsOptional)(),
19
20
  __metadata("design:type", String)
20
21
  ], GetExchangeFeeByCountryCodePayload.prototype, "countryCode", void 0);
21
22
  __decorate([
@@ -1,5 +1,6 @@
1
1
  export declare class GetExchangedAmountByCountryCodePayload {
2
- countryCode: string;
2
+ /** @description 값이 없다면 로그인 정보에서 가져옴 */
3
+ countryCode?: string;
3
4
  amount: number;
4
5
  }
5
6
  export interface GetExchangedAmountByCountryCodeResult {
@@ -16,6 +16,7 @@ class GetExchangedAmountByCountryCodePayload {
16
16
  exports.GetExchangedAmountByCountryCodePayload = GetExchangedAmountByCountryCodePayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsOptional)(),
19
20
  __metadata("design:type", String)
20
21
  ], GetExchangedAmountByCountryCodePayload.prototype, "countryCode", void 0);
21
22
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.139-hj-5",
3
+ "version": "0.7.139",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",