@ludeo/cloud-common 1.1.79-beta1 → 1.1.79-beta2
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.
|
@@ -13,7 +13,6 @@ exports.SetPoolEvent = void 0;
|
|
|
13
13
|
const contexts_1 = require("../contexts");
|
|
14
14
|
const validate_nested_type_decorator_1 = require("../../decorators/validate-nested-type.decorator");
|
|
15
15
|
const ludeo_event_1 = require("../../infra/ludeo-event");
|
|
16
|
-
const types_1 = require("../types");
|
|
17
16
|
class SetPoolEvent extends ludeo_event_1.LudeoEvent {
|
|
18
17
|
constructor(payload, context) {
|
|
19
18
|
super(SetPoolEvent.EVENT_NAME);
|
|
@@ -27,8 +26,4 @@ __decorate([
|
|
|
27
26
|
(0, validate_nested_type_decorator_1.ValidateNestedType)(() => contexts_1.CloudPoolContext),
|
|
28
27
|
__metadata("design:type", contexts_1.CloudPoolContext)
|
|
29
28
|
], SetPoolEvent.prototype, "context", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, validate_nested_type_decorator_1.ValidateNestedType)(() => types_1.BaseCloudPoolConfiguration),
|
|
32
|
-
__metadata("design:type", Object)
|
|
33
|
-
], SetPoolEvent.prototype, "payload", void 0);
|
|
34
29
|
//# sourceMappingURL=set-pool.event.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-pool.event.js","sourceRoot":"","sources":["../../../src/v3/events/set-pool.event.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA+C;AAC/C,oGAAqF;AACrF,yDAAqD;
|
|
1
|
+
{"version":3,"file":"set-pool.event.js","sourceRoot":"","sources":["../../../src/v3/events/set-pool.event.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA+C;AAC/C,oGAAqF;AACrF,yDAAqD;AAGrD,MAAa,YAAa,SAAQ,wBAAU;IAG1C,YACE,OAA4C,EAC5C,OAAyB;QAEzB,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;QAC/B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAVH,oCAgBC;AAfiB,uBAAU,GAAG,sBAAsB,CAAC;AAYpD;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,2BAAgB,CAAC;8BAClC,2BAAgB;6CAAC"}
|
package/package.json
CHANGED