@ludeo/cloud-common 1.1.91 → 1.1.92
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.
|
@@ -7,8 +7,8 @@ export declare class GamePoolAttributesWithQuantity extends GamePoolAttributes {
|
|
|
7
7
|
quantity: number;
|
|
8
8
|
}
|
|
9
9
|
export declare class SetPoolsStateEventRequestId {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
poolMonitorRequestId: string;
|
|
11
|
+
platformStatusRequestId: string;
|
|
12
12
|
}
|
|
13
13
|
export declare class SetPoolStateEventPayload {
|
|
14
14
|
machines: MachinePoolAttributesWithQuantity[];
|
|
@@ -26,11 +26,11 @@ exports.SetPoolsStateEventRequestId = SetPoolsStateEventRequestId;
|
|
|
26
26
|
__decorate([
|
|
27
27
|
(0, class_validator_1.IsUUID)(),
|
|
28
28
|
__metadata("design:type", String)
|
|
29
|
-
], SetPoolsStateEventRequestId.prototype, "
|
|
29
|
+
], SetPoolsStateEventRequestId.prototype, "poolMonitorRequestId", void 0);
|
|
30
30
|
__decorate([
|
|
31
31
|
(0, class_validator_1.IsUUID)(),
|
|
32
32
|
__metadata("design:type", String)
|
|
33
|
-
], SetPoolsStateEventRequestId.prototype, "
|
|
33
|
+
], SetPoolsStateEventRequestId.prototype, "platformStatusRequestId", void 0);
|
|
34
34
|
class SetPoolStateEventPayload {
|
|
35
35
|
}
|
|
36
36
|
exports.SetPoolStateEventPayload = SetPoolStateEventPayload;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-pools-state.js","sourceRoot":"","sources":["../../../src/v3/events/set-pools-state.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwE;AAExE,yDAAqD;AACrD,oCAAqE;AACrE,oGAAqF;AAErF,MAAa,iCAAkC,SAAQ,6BAAqB;CAE3E;AAFD,8EAEC;AAED,MAAa,8BAA+B,SAAQ,0BAAkB;CAErE;AAFD,wEAEC;AAED,MAAa,2BAA2B;CAMvC;AAND,kEAMC;AAJC;IADC,IAAA,wBAAM,GAAE;;
|
|
1
|
+
{"version":3,"file":"set-pools-state.js","sourceRoot":"","sources":["../../../src/v3/events/set-pools-state.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwE;AAExE,yDAAqD;AACrD,oCAAqE;AACrE,oGAAqF;AAErF,MAAa,iCAAkC,SAAQ,6BAAqB;CAE3E;AAFD,8EAEC;AAED,MAAa,8BAA+B,SAAQ,0BAAkB;CAErE;AAFD,wEAEC;AAED,MAAa,2BAA2B;CAMvC;AAND,kEAMC;AAJC;IADC,IAAA,wBAAM,GAAE;;yEACoB;AAG7B;IADC,IAAA,wBAAM,GAAE;;4EACuB;AAGlC,MAAa,wBAAwB;CAgBpC;AAhBD,4DAgBC;AAbC;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,KAAwC,CAAC;;0DACrB;AAI9C;IAFC,IAAA,yBAAO,GAAE;IACT,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,KAAqC,CAAC;;uDACxB;AAIxC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;+DACY;AAIvB;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
|
@@ -14,10 +14,10 @@ export class GamePoolAttributesWithQuantity extends GamePoolAttributes {
|
|
|
14
14
|
|
|
15
15
|
export class SetPoolsStateEventRequestId {
|
|
16
16
|
@IsUUID()
|
|
17
|
-
|
|
17
|
+
poolMonitorRequestId: string;
|
|
18
18
|
|
|
19
19
|
@IsUUID()
|
|
20
|
-
|
|
20
|
+
platformStatusRequestId: string;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
export class SetPoolStateEventPayload {
|