@ludeo/cloud-common 1.1.80 → 1.1.81
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.
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/v3/events/index.d.ts +2 -1
- package/dist/v3/events/index.js +2 -1
- package/dist/v3/events/index.js.map +1 -1
- package/dist/v3/events/send-pools-to-predictor.d.ts +5 -0
- package/dist/v3/events/send-pools-to-predictor.js +12 -0
- package/dist/v3/events/send-pools-to-predictor.js.map +1 -0
- package/dist/v3/events/{set-pool.event.js → set-pool.js} +1 -1
- package/dist/v3/events/set-pool.js.map +1 -0
- package/package.json +1 -1
- package/src/v3/events/index.ts +2 -1
- package/src/v3/events/send-pools-to-predictor.ts +9 -0
- package/dist/v3/events/set-pool.event.js.map +0 -1
- /package/dist/v3/events/{set-pool.event.d.ts → set-pool.d.ts} +0 -0
- /package/src/v3/events/{set-pool.event.ts → set-pool.ts} +0 -0
|
@@ -27,7 +27,8 @@ export * from "./machine-resource-created-response";
|
|
|
27
27
|
export * from "./machine-resource-creation-failed-response";
|
|
28
28
|
export * from "./monitor-game-resource-task";
|
|
29
29
|
export * from "./pool-status";
|
|
30
|
-
export * from "./
|
|
30
|
+
export * from "./send-pools-to-predictor";
|
|
31
|
+
export * from "./set-pool";
|
|
31
32
|
export * from "./set-pools-state";
|
|
32
33
|
export * from "./swap-cloud-user-completed";
|
|
33
34
|
export * from "./swap-cloud-user-request-failed";
|
package/dist/v3/events/index.js
CHANGED
|
@@ -43,7 +43,8 @@ __exportStar(require("./machine-resource-created-response"), exports);
|
|
|
43
43
|
__exportStar(require("./machine-resource-creation-failed-response"), exports);
|
|
44
44
|
__exportStar(require("./monitor-game-resource-task"), exports);
|
|
45
45
|
__exportStar(require("./pool-status"), exports);
|
|
46
|
-
__exportStar(require("./
|
|
46
|
+
__exportStar(require("./send-pools-to-predictor"), exports);
|
|
47
|
+
__exportStar(require("./set-pool"), exports);
|
|
47
48
|
__exportStar(require("./set-pools-state"), exports);
|
|
48
49
|
__exportStar(require("./swap-cloud-user-completed"), exports);
|
|
49
50
|
__exportStar(require("./swap-cloud-user-request-failed"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v3/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,mEAAiD;AACjD,6DAA2C;AAC3C,iEAA+C;AAC/C,yDAAuC;AACvC,0EAAwD;AACxD,oEAAkD;AAClD,4DAA0C;AAC1C,+DAA6C;AAC7C,4DAA0C;AAC1C,oEAAkD;AAClD,qEAAmD;AACnD,6EAA2D;AAC3D,mEAAiD;AACjD,2EAAyD;AACzD,sEAAoD;AACpD,8EAA4D;AAC5D,6DAA2C;AAC3C,qEAAmD;AACnD,iEAA+C;AAC/C,+DAA6C;AAC7C,uEAAqD;AACrD,iEAA+C;AAC/C,yEAAuD;AACvD,+DAA6C;AAC7C,sEAAoD;AACpD,8EAA4D;AAC5D,+DAA6C;AAC7C,gDAA8B;AAC9B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v3/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,mEAAiD;AACjD,6DAA2C;AAC3C,iEAA+C;AAC/C,yDAAuC;AACvC,0EAAwD;AACxD,oEAAkD;AAClD,4DAA0C;AAC1C,+DAA6C;AAC7C,4DAA0C;AAC1C,oEAAkD;AAClD,qEAAmD;AACnD,6EAA2D;AAC3D,mEAAiD;AACjD,2EAAyD;AACzD,sEAAoD;AACpD,8EAA4D;AAC5D,6DAA2C;AAC3C,qEAAmD;AACnD,iEAA+C;AAC/C,+DAA6C;AAC7C,uEAAqD;AACrD,iEAA+C;AAC/C,yEAAuD;AACvD,+DAA6C;AAC7C,sEAAoD;AACpD,8EAA4D;AAC5D,+DAA6C;AAC7C,gDAA8B;AAC9B,4DAA0C;AAC1C,6CAA2B;AAC3B,oDAAkC;AAClC,8DAA4C;AAC5C,mEAAiD;AACjD,4DAA0C;AAC1C,2DAAyC;AACzC,oEAAkD;AAClD,4DAA0C;AAC1C,6EAA2D;AAC3D,+DAA6C;AAC7C,+DAA6C;AAC7C,sEAAoD;AACpD,yDAAuC;AACvC,6DAA2C"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SendPoolsToPredictorEvent = void 0;
|
|
4
|
+
const ludeo_event_1 = require("../../infra/ludeo-event");
|
|
5
|
+
class SendPoolsToPredictorEvent extends ludeo_event_1.LudeoEvent {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(SendPoolsToPredictorEvent.EVENT_NAME);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.SendPoolsToPredictorEvent = SendPoolsToPredictorEvent;
|
|
11
|
+
SendPoolsToPredictorEvent.EVENT_NAME = "cloud-pools.send-pools-to-predictor";
|
|
12
|
+
//# sourceMappingURL=send-pools-to-predictor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"send-pools-to-predictor.js","sourceRoot":"","sources":["../../../src/v3/events/send-pools-to-predictor.ts"],"names":[],"mappings":";;;AAAA,yDAAqD;AAErD,MAAa,yBAA0B,SAAQ,wBAAU;IAGvD;QACE,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,CAAC;IAC9C,CAAC;;AALH,8DAMC;AALiB,oCAAU,GAAG,qCAAqC,CAAC"}
|
|
@@ -26,4 +26,4 @@ __decorate([
|
|
|
26
26
|
(0, validate_nested_type_decorator_1.ValidateNestedType)(() => contexts_1.CloudPoolContext),
|
|
27
27
|
__metadata("design:type", contexts_1.CloudPoolContext)
|
|
28
28
|
], SetPoolEvent.prototype, "context", void 0);
|
|
29
|
-
//# sourceMappingURL=set-pool.
|
|
29
|
+
//# sourceMappingURL=set-pool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set-pool.js","sourceRoot":"","sources":["../../../src/v3/events/set-pool.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
package/src/v3/events/index.ts
CHANGED
|
@@ -27,7 +27,8 @@ export * from "./machine-resource-created-response";
|
|
|
27
27
|
export * from "./machine-resource-creation-failed-response";
|
|
28
28
|
export * from "./monitor-game-resource-task";
|
|
29
29
|
export * from "./pool-status";
|
|
30
|
-
export * from "./
|
|
30
|
+
export * from "./send-pools-to-predictor";
|
|
31
|
+
export * from "./set-pool";
|
|
31
32
|
export * from "./set-pools-state";
|
|
32
33
|
export * from "./swap-cloud-user-completed";
|
|
33
34
|
export * from "./swap-cloud-user-request-failed";
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
File without changes
|
|
File without changes
|