@yolo-croket-dev/amqp-access 0.0.49-jun.15 → 0.0.49-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.
@@ -0,0 +1,3 @@
1
+ export declare class DeleteEsPInfosPayload {
2
+ PInfoIds: string[];
3
+ }
@@ -9,13 +9,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.DeleteEsPInfoPayload = void 0;
12
+ exports.DeleteEsPInfosPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class DeleteEsPInfoPayload {
14
+ class DeleteEsPInfosPayload {
15
15
  }
16
- exports.DeleteEsPInfoPayload = DeleteEsPInfoPayload;
16
+ exports.DeleteEsPInfosPayload = DeleteEsPInfosPayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsMongoId)({ each: true }),
19
19
  (0, class_validator_1.IsArray)(),
20
20
  __metadata("design:type", Array)
21
- ], DeleteEsPInfoPayload.prototype, "PInfoIds", void 0);
21
+ ], DeleteEsPInfosPayload.prototype, "PInfoIds", void 0);
@@ -1,2 +1,2 @@
1
- export * from './delete-es-p-info.dto';
2
- export * from './update-es-p-info.dto';
1
+ export * from './delete-es-p-infos.dto';
2
+ export * from './update-es-p-infos.dto';
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./delete-es-p-info.dto"), exports);
18
- __exportStar(require("./update-es-p-info.dto"), exports);
17
+ __exportStar(require("./delete-es-p-infos.dto"), exports);
18
+ __exportStar(require("./update-es-p-infos.dto"), exports);
@@ -0,0 +1,3 @@
1
+ export declare class UpdateEsPInfosPayload {
2
+ PInfoIds: string[];
3
+ }
@@ -9,13 +9,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.UpdateEsPInfoPayload = void 0;
12
+ exports.UpdateEsPInfosPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
- class UpdateEsPInfoPayload {
14
+ class UpdateEsPInfosPayload {
15
15
  }
16
- exports.UpdateEsPInfoPayload = UpdateEsPInfoPayload;
16
+ exports.UpdateEsPInfosPayload = UpdateEsPInfosPayload;
17
17
  __decorate([
18
18
  (0, class_validator_1.IsMongoId)({ each: true }),
19
19
  (0, class_validator_1.IsArray)(),
20
20
  __metadata("design:type", Array)
21
- ], UpdateEsPInfoPayload.prototype, "PInfoIds", void 0);
21
+ ], UpdateEsPInfosPayload.prototype, "PInfoIds", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.0.49-jun.15",
3
+ "version": "0.0.49-jun.16",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -1,3 +0,0 @@
1
- export declare class DeleteEsPInfoPayload {
2
- PInfoIds: string[];
3
- }
@@ -1,3 +0,0 @@
1
- export declare class UpdateEsPInfoPayload {
2
- PInfoIds: string[];
3
- }