@ludeo/cloud-common 1.2.22-ygbeta1 → 1.2.22-ygbeta2
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,6 +11,7 @@ export declare class PoolStatusEventLudeoPool extends PoolStatusEventBasePool {
|
|
|
11
11
|
}
|
|
12
12
|
export declare class PoolStatusEventGamePool extends PoolStatusEventBasePool {
|
|
13
13
|
machinePoolId: string;
|
|
14
|
+
ludeos: PoolStatusEventLudeoPool[];
|
|
14
15
|
}
|
|
15
16
|
export declare class PoolStatusEventMachinePool extends PoolStatusEventBasePool {
|
|
16
17
|
games: PoolStatusEventGamePool[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pool-status.js","sourceRoot":"","sources":["../../../src/v4/events/pool-status.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AAEnD,yDAAqD;AACrD,oCAAuE;AACvE,oGAAqF;AAErF,MAAa,uBAAuB;CAQnC;AARD,0DAQC;AANC;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,0BAAkB,CAAC;8BACjC,0BAAkB;2DAAC;AAK/B;IADC,IAAA,wBAAM,GAAE;;uDACM;AAGjB,MAAa,wBAAyB,SAAQ,uBAAuB;CAMpE;AAND,4DAMC;AAJC;IADC,IAAA,0BAAQ,GAAE;;4DACQ;AAGnB;IADC,IAAA,0BAAQ,GAAE;;yDACK;AAGlB,MAAa,uBAAwB,SAAQ,uBAAuB;
|
|
1
|
+
{"version":3,"file":"pool-status.js","sourceRoot":"","sources":["../../../src/v4/events/pool-status.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAmD;AAEnD,yDAAqD;AACrD,oCAAuE;AACvE,oGAAqF;AAErF,MAAa,uBAAuB;CAQnC;AARD,0DAQC;AANC;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,0BAAkB,CAAC;8BACjC,0BAAkB;2DAAC;AAK/B;IADC,IAAA,wBAAM,GAAE;;uDACM;AAGjB,MAAa,wBAAyB,SAAQ,uBAAuB;CAMpE;AAND,4DAMC;AAJC;IADC,IAAA,0BAAQ,GAAE;;4DACQ;AAGnB;IADC,IAAA,0BAAQ,GAAE;;yDACK;AAGlB,MAAa,uBAAwB,SAAQ,uBAAuB;CAKnE;AALD,0DAKC;AAHC;IADC,IAAA,wBAAM,GAAE;;8DACa;AAKxB,MAAa,0BAA2B,SAAQ,uBAAuB;CAEtE;AAFD,gEAEC;AAED,MAAa,sBAAsB;CAKlC;AALD,wDAKC;AADC;IADC,IAAA,wBAAM,GAAE;;yDACS;AAGpB,MAAa,eAAgB,SAAQ,wBAAU;IAG7C,YAAY,OAA+B;QACzC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;QAClC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AANH,0CAUC;AATiB,0BAAU,GAAG,yBAAyB,CAAC;AAQvD;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC;8BACxC,sBAAsB;gDAAC"}
|
package/package.json
CHANGED
|
@@ -25,6 +25,8 @@ export class PoolStatusEventLudeoPool extends PoolStatusEventBasePool {
|
|
|
25
25
|
export class PoolStatusEventGamePool extends PoolStatusEventBasePool {
|
|
26
26
|
@IsUUID()
|
|
27
27
|
machinePoolId: string;
|
|
28
|
+
|
|
29
|
+
ludeos: PoolStatusEventLudeoPool[];
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
export class PoolStatusEventMachinePool extends PoolStatusEventBasePool {
|