@ludeo/cloud-common 1.2.52-ygarbage2 → 1.2.52-ygarbage3
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.
|
@@ -11,7 +11,7 @@ export declare class LudeoPoolAttributesWithQuantity extends BasePoolAttributesW
|
|
|
11
11
|
export declare class GamePoolAttributesWithQuantity extends BasePoolAttributesWithQuantity {
|
|
12
12
|
ludeos: LudeoPoolAttributesWithQuantity[];
|
|
13
13
|
}
|
|
14
|
-
export declare class
|
|
14
|
+
export declare class MachinePoolAttributesWithQuantity extends BasePoolAttributesWithQuantity {
|
|
15
15
|
games: GamePoolAttributesWithQuantity[];
|
|
16
16
|
}
|
|
17
17
|
export declare class SetPoolsStateEventRequestId {
|
|
@@ -19,7 +19,7 @@ export declare class SetPoolsStateEventRequestId {
|
|
|
19
19
|
platformStatusRequestId: string;
|
|
20
20
|
}
|
|
21
21
|
export declare class SetPoolStateEventPayload {
|
|
22
|
-
machines:
|
|
22
|
+
machines: MachinePoolAttributesWithQuantity[];
|
|
23
23
|
requestId?: SetPoolsStateEventRequestId;
|
|
24
24
|
}
|
|
25
25
|
export declare class SetPoolsStateEvent extends LudeoEvent {
|
|
@@ -9,7 +9,7 @@ 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.SetPoolsStateEvent = exports.SetPoolStateEventPayload = exports.SetPoolsStateEventRequestId = exports.
|
|
12
|
+
exports.SetPoolsStateEvent = exports.SetPoolStateEventPayload = exports.SetPoolsStateEventRequestId = exports.MachinePoolAttributesWithQuantity = exports.GamePoolAttributesWithQuantity = exports.LudeoPoolAttributesWithQuantity = exports.BasePoolAttributesWithQuantity = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const ludeo_event_1 = require("../../infra/ludeo-event");
|
|
15
15
|
const validate_nested_type_decorator_1 = require("../../decorators/validate-nested-type.decorator");
|
|
@@ -22,9 +22,9 @@ exports.LudeoPoolAttributesWithQuantity = LudeoPoolAttributesWithQuantity;
|
|
|
22
22
|
class GamePoolAttributesWithQuantity extends BasePoolAttributesWithQuantity {
|
|
23
23
|
}
|
|
24
24
|
exports.GamePoolAttributesWithQuantity = GamePoolAttributesWithQuantity;
|
|
25
|
-
class
|
|
25
|
+
class MachinePoolAttributesWithQuantity extends BasePoolAttributesWithQuantity {
|
|
26
26
|
}
|
|
27
|
-
exports.
|
|
27
|
+
exports.MachinePoolAttributesWithQuantity = MachinePoolAttributesWithQuantity;
|
|
28
28
|
class SetPoolsStateEventRequestId {
|
|
29
29
|
}
|
|
30
30
|
exports.SetPoolsStateEventRequestId = SetPoolsStateEventRequestId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-pools-state.js","sourceRoot":"","sources":["../../../src/v4/events/set-pools-state.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,yDAAqD;AACrD,oGAAqF;AAIrF,MAAa,8BAA8B;CAQ1C;AARD,wEAQC;AAED,MAAa,+BAAgC,SAAQ,8BAA8B;CAAG;AAAtF,0EAAsF;AAEtF,MAAa,8BAA+B,SAAQ,8BAA8B;CAEjF;AAFD,wEAEC;AAED,MAAa,
|
|
1
|
+
{"version":3,"file":"set-pools-state.js","sourceRoot":"","sources":["../../../src/v4/events/set-pools-state.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA8D;AAE9D,yDAAqD;AACrD,oGAAqF;AAIrF,MAAa,8BAA8B;CAQ1C;AARD,wEAQC;AAED,MAAa,+BAAgC,SAAQ,8BAA8B;CAAG;AAAtF,0EAAsF;AAEtF,MAAa,8BAA+B,SAAQ,8BAA8B;CAEjF;AAFD,wEAEC;AAED,MAAa,iCAAkC,SAAQ,8BAA8B;CAEpF;AAFD,8EAEC;AAED,MAAa,2BAA2B;CAMvC;AAND,kEAMC;AAJC;IADC,IAAA,wBAAM,GAAE;;yEACoB;AAG7B;IADC,IAAA,wBAAM,GAAE;;4EACuB;AAGlC,MAAa,wBAAwB;CAQpC;AARD,4DAQC;AALC;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,KAAwC,CAAC;;0DACrB;AAI9C;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,2BAA2B,CAAC;8BAC1C,2BAA2B;2DAAC;AAG1C,MAAa,kBAAmB,SAAQ,wBAAU;IAGhD,YAAY,OAAiC;QAC3C,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,CAAC;QACrC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AANH,gDAUC;AATiB,6BAAU,GAAG,2BAA2B,CAAC;AAQzD;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,wBAAwB,CAAC;8BAC1C,wBAAwB;mDAAC"}
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@ export class GamePoolAttributesWithQuantity extends BasePoolAttributesWithQuanti
|
|
|
21
21
|
ludeos: LudeoPoolAttributesWithQuantity[];
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
export class
|
|
24
|
+
export class MachinePoolAttributesWithQuantity extends BasePoolAttributesWithQuantity {
|
|
25
25
|
games: GamePoolAttributesWithQuantity[];
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -35,8 +35,8 @@ export class SetPoolsStateEventRequestId {
|
|
|
35
35
|
|
|
36
36
|
export class SetPoolStateEventPayload {
|
|
37
37
|
@IsArray()
|
|
38
|
-
@ValidateNestedType(() => Array<
|
|
39
|
-
machines:
|
|
38
|
+
@ValidateNestedType(() => Array<MachinePoolAttributesWithQuantity>)
|
|
39
|
+
machines: MachinePoolAttributesWithQuantity[];
|
|
40
40
|
|
|
41
41
|
@IsOptional()
|
|
42
42
|
@ValidateNestedType(() => SetPoolsStateEventRequestId)
|