@ludeo/cloud-common 1.1.134-ygbeta2 → 1.1.134-ygbeta3
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.
|
@@ -2,9 +2,11 @@ import { LudeoEvent } from "../../infra/ludeo-event";
|
|
|
2
2
|
import { MachinePoolAttributes, GamePoolAttributes } from "../types";
|
|
3
3
|
export declare class MachinePoolAttributesWithQuantity extends MachinePoolAttributes {
|
|
4
4
|
quantity: number;
|
|
5
|
+
poolId: string;
|
|
5
6
|
}
|
|
6
7
|
export declare class GamePoolAttributesWithQuantity extends GamePoolAttributes {
|
|
7
8
|
quantity: number;
|
|
9
|
+
poolId: string;
|
|
8
10
|
}
|
|
9
11
|
export declare class SetPoolsStateEventRequestId {
|
|
10
12
|
poolMonitorRequestId: string;
|
|
@@ -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;
|
|
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;CAI3E;AAJD,8EAIC;AAED,MAAa,8BAA+B,SAAQ,0BAAkB;CAIrE;AAJD,wEAIC;AAED,MAAa,2BAA2B;CAMvC;AAND,kEAMC;AAJC;IADC,IAAA,wBAAM,GAAE;;yEACoB;AAG7B;IADC,IAAA,wBAAM,GAAE;;4EACuB;AAGlC,MAAa,wBAAwB;CAYpC;AAZD,4DAYC;AATC;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,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
|
@@ -6,10 +6,14 @@ import { ValidateNestedType } from "../../decorators/validate-nested-type.decora
|
|
|
6
6
|
|
|
7
7
|
export class MachinePoolAttributesWithQuantity extends MachinePoolAttributes {
|
|
8
8
|
quantity: number;
|
|
9
|
+
|
|
10
|
+
poolId: string;
|
|
9
11
|
}
|
|
10
12
|
|
|
11
13
|
export class GamePoolAttributesWithQuantity extends GamePoolAttributes {
|
|
12
14
|
quantity: number;
|
|
15
|
+
|
|
16
|
+
poolId: string;
|
|
13
17
|
}
|
|
14
18
|
|
|
15
19
|
export class SetPoolsStateEventRequestId {
|