@yolo-croket-dev/amqp-access 0.4.41-jun.15 → 0.4.41-jun.16

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.41-jun.15",
3
+ "version": "0.4.41-jun.16",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,3 +1,4 @@
1
- import { GetAreaResult } from '../../../store-item/query/area-nation-ciry/get-area.dto';
1
+ import { GetAreaResult, GetAreaData } from '../../../store-item/query/area-nation-ciry/get-area.dto';
2
2
  export declare class GetAreaBySabangResult extends GetAreaResult {
3
3
  }
4
+ export { GetAreaData };
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAreaBySabangResult = void 0;
3
+ exports.GetAreaData = exports.GetAreaBySabangResult = void 0;
4
4
  const get_area_dto_1 = require("../../../store-item/query/area-nation-ciry/get-area.dto");
5
+ Object.defineProperty(exports, "GetAreaData", { enumerable: true, get: function () { return get_area_dto_1.GetAreaData; } });
5
6
  class GetAreaBySabangResult extends get_area_dto_1.GetAreaResult {
6
7
  }
7
8
  exports.GetAreaBySabangResult = GetAreaBySabangResult;
@@ -1,5 +1,6 @@
1
- import { GetCityResult, GetCityPayload } from '../../../store-item/query/area-nation-ciry/get-city.dto';
1
+ import { GetCityResult, GetCityPayload, GetCityData } from '../../../store-item/query/area-nation-ciry/get-city.dto';
2
2
  export declare class GetCityBySabangPayload extends GetCityPayload {
3
3
  }
4
4
  export declare class GetCityBySabangResult extends GetCityResult {
5
5
  }
6
+ export { GetCityData };
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCityBySabangResult = exports.GetCityBySabangPayload = void 0;
3
+ exports.GetCityData = exports.GetCityBySabangResult = exports.GetCityBySabangPayload = void 0;
4
4
  const get_city_dto_1 = require("../../../store-item/query/area-nation-ciry/get-city.dto");
5
+ Object.defineProperty(exports, "GetCityData", { enumerable: true, get: function () { return get_city_dto_1.GetCityData; } });
5
6
  class GetCityBySabangPayload extends get_city_dto_1.GetCityPayload {
6
7
  }
7
8
  exports.GetCityBySabangPayload = GetCityBySabangPayload;
@@ -1,5 +1,6 @@
1
- import { GetNationResult, GetNationPayload } from '../../../store-item/query/area-nation-ciry/get-nation.dto';
1
+ import { GetNationResult, GetNationPayload, GetNationData } from '../../../store-item/query/area-nation-ciry/get-nation.dto';
2
2
  export declare class GetNationBySabangPayload extends GetNationPayload {
3
3
  }
4
4
  export declare class GetNationBySabangResult extends GetNationResult {
5
5
  }
6
+ export { GetNationData };
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNationBySabangResult = exports.GetNationBySabangPayload = void 0;
3
+ exports.GetNationData = exports.GetNationBySabangResult = exports.GetNationBySabangPayload = void 0;
4
4
  const get_nation_dto_1 = require("../../../store-item/query/area-nation-ciry/get-nation.dto");
5
+ Object.defineProperty(exports, "GetNationData", { enumerable: true, get: function () { return get_nation_dto_1.GetNationData; } });
5
6
  class GetNationBySabangPayload extends get_nation_dto_1.GetNationPayload {
6
7
  }
7
8
  exports.GetNationBySabangPayload = GetNationBySabangPayload;