@ludeo/cloud-common 1.1.45 → 1.1.47

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.
@@ -0,0 +1,8 @@
1
+ import { LudeoEvent } from "../../infra/ludeo-event";
2
+ import { CloudSessionContext } from "../contexts";
3
+ export declare class CloudSessionTerminated extends LudeoEvent {
4
+ static readonly EVENT_NAME = "cloud-sessions.cloud-session-terminated";
5
+ constructor(payload: {}, context: CloudSessionContext);
6
+ context: CloudSessionContext;
7
+ payload: {};
8
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CloudSessionTerminated = void 0;
13
+ const validate_nested_type_decorator_1 = require("../../decorators/validate-nested-type.decorator");
14
+ const ludeo_event_1 = require("../../infra/ludeo-event");
15
+ const contexts_1 = require("../contexts");
16
+ class CloudSessionTerminated extends ludeo_event_1.LudeoEvent {
17
+ constructor(payload, context) {
18
+ super(CloudSessionTerminated.EVENT_NAME);
19
+ this.context = context;
20
+ this.payload = payload;
21
+ }
22
+ }
23
+ exports.CloudSessionTerminated = CloudSessionTerminated;
24
+ CloudSessionTerminated.EVENT_NAME = "cloud-sessions.cloud-session-terminated";
25
+ __decorate([
26
+ (0, validate_nested_type_decorator_1.ValidateNestedType)(() => contexts_1.CloudSessionContext),
27
+ __metadata("design:type", contexts_1.CloudSessionContext)
28
+ ], CloudSessionTerminated.prototype, "context", void 0);
29
+ //# sourceMappingURL=cloud-session-terminated.event.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cloud-session-terminated.event.js","sourceRoot":"","sources":["../../../src/v2/events/cloud-session-terminated.event.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oGAAqF;AACrF,yDAAqD;AACrD,0CAAkD;AAElD,MAAa,sBAAuB,SAAQ,wBAAU;IAGpD,YAAY,OAAW,EAAE,OAA4B;QACnD,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC;QACzC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,wDAaC;AAZiB,iCAAU,GAAG,yCAAyC,CAAC;AASvE;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,8BAAmB,CAAC;8BACrC,8BAAmB;uDAAC"}
@@ -8,7 +8,7 @@ export * from "./cloud-resource-created.event";
8
8
  export * from "./cloud-resource-creation-failed.event";
9
9
  export * from "./cloud-resource-status.event";
10
10
  export * from "./cloud-session-allocated.event";
11
- export * from "./cloud-session-ended.event";
11
+ export * from "./cloud-session-terminated.event";
12
12
  export * from "./create-cloud-resource-request.event";
13
13
  export * from "./monitor-pool-task.event";
14
14
  export * from "./pool-created.event";
@@ -24,7 +24,7 @@ __exportStar(require("./cloud-resource-created.event"), exports);
24
24
  __exportStar(require("./cloud-resource-creation-failed.event"), exports);
25
25
  __exportStar(require("./cloud-resource-status.event"), exports);
26
26
  __exportStar(require("./cloud-session-allocated.event"), exports);
27
- __exportStar(require("./cloud-session-ended.event"), exports);
27
+ __exportStar(require("./cloud-session-terminated.event"), exports);
28
28
  __exportStar(require("./create-cloud-resource-request.event"), exports);
29
29
  __exportStar(require("./monitor-pool-task.event"), exports);
30
30
  __exportStar(require("./pool-created.event"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v2/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0EAAwD;AACxD,wEAAsD;AACtD,yEAAuD;AACvD,oEAAkD;AAClD,qEAAmD;AACnD,mEAAiD;AACjD,iEAA+C;AAC/C,yEAAuD;AACvD,gEAA8C;AAC9C,kEAAgD;AAChD,8DAA4C;AAC5C,wEAAsD;AACtD,4DAA0C;AAC1C,uDAAqC;AACrC,8DAA4C;AAC5C,8DAA4C;AAC5C,sDAAoC;AACpC,uDAAqC;AACrC,wEAAsD;AACtD,8DAA4C;AAC5C,gEAA8C;AAC9C,mDAAiC;AACjC,yDAAuC;AACvC,gEAA8C;AAC9C,6DAA2C;AAC3C,2EAAyD;AACzD,oEAAkD;AAClD,2EAAyD;AACzD,0EAAwD;AACxD,sEAAoD;AACpD,0EAAwD;AACxD,qEAAmD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v2/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0EAAwD;AACxD,wEAAsD;AACtD,yEAAuD;AACvD,oEAAkD;AAClD,qEAAmD;AACnD,mEAAiD;AACjD,iEAA+C;AAC/C,yEAAuD;AACvD,gEAA8C;AAC9C,kEAAgD;AAChD,mEAAiD;AACjD,wEAAsD;AACtD,4DAA0C;AAC1C,uDAAqC;AACrC,8DAA4C;AAC5C,8DAA4C;AAC5C,sDAAoC;AACpC,uDAAqC;AACrC,wEAAsD;AACtD,8DAA4C;AAC5C,gEAA8C;AAC9C,mDAAiC;AACjC,yDAAuC;AACvC,gEAA8C;AAC9C,6DAA2C;AAC3C,2EAAyD;AACzD,oEAAkD;AAClD,2EAAyD;AACzD,0EAAwD;AACxD,sEAAoD;AACpD,0EAAwD;AACxD,qEAAmD"}
@@ -1,16 +1,16 @@
1
1
  import { LudeoEvent } from "../../infra/ludeo-event";
2
2
  import { CloudResourceContext } from "../contexts/cloud-resource-context";
3
3
  import { AWSResourceProviderSettings, CloudResourceStatus } from "../types";
4
- export declare class GameStatusChangedEventPayload {
4
+ export declare class GameResourceStatusChangedEventPayload {
5
5
  gameResourceId: string;
6
6
  gamePoolId: string;
7
7
  providerSettings: AWSResourceProviderSettings;
8
8
  status: CloudResourceStatus;
9
9
  error?: string;
10
10
  }
11
- export declare class GameStatusChangedEvent extends LudeoEvent {
12
- static readonly EVENT_NAME = "cloud-resource-monitor.game-status-changed";
13
- constructor(payload: GameStatusChangedEventPayload, context: CloudResourceContext);
11
+ export declare class GameResourceStatusChangedEvent extends LudeoEvent {
12
+ static readonly EVENT_NAME = "cloud-resource-monitor.game-resource-status-changed";
13
+ constructor(payload: GameResourceStatusChangedEventPayload, context: CloudResourceContext);
14
14
  context: CloudResourceContext;
15
- payload: GameStatusChangedEventPayload;
15
+ payload: GameResourceStatusChangedEventPayload;
16
16
  }
@@ -9,51 +9,51 @@ 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.GameStatusChangedEvent = exports.GameStatusChangedEventPayload = void 0;
12
+ exports.GameResourceStatusChangedEvent = exports.GameResourceStatusChangedEventPayload = void 0;
13
13
  const class_validator_1 = require("class-validator");
14
14
  const ludeo_event_1 = require("../../infra/ludeo-event");
15
15
  const cloud_resource_context_1 = require("../contexts/cloud-resource-context");
16
16
  const types_1 = require("../types");
17
17
  const validate_nested_type_decorator_1 = require("../../decorators/validate-nested-type.decorator");
18
- class GameStatusChangedEventPayload {
18
+ class GameResourceStatusChangedEventPayload {
19
19
  }
20
- exports.GameStatusChangedEventPayload = GameStatusChangedEventPayload;
20
+ exports.GameResourceStatusChangedEventPayload = GameResourceStatusChangedEventPayload;
21
21
  __decorate([
22
22
  (0, class_validator_1.IsUUID)(),
23
23
  __metadata("design:type", String)
24
- ], GameStatusChangedEventPayload.prototype, "gameResourceId", void 0);
24
+ ], GameResourceStatusChangedEventPayload.prototype, "gameResourceId", void 0);
25
25
  __decorate([
26
26
  (0, class_validator_1.IsUUID)(),
27
27
  __metadata("design:type", String)
28
- ], GameStatusChangedEventPayload.prototype, "gamePoolId", void 0);
28
+ ], GameResourceStatusChangedEventPayload.prototype, "gamePoolId", void 0);
29
29
  __decorate([
30
30
  (0, validate_nested_type_decorator_1.ValidateNestedType)(() => types_1.AWSResourceProviderSettings),
31
31
  __metadata("design:type", types_1.AWSResourceProviderSettings)
32
- ], GameStatusChangedEventPayload.prototype, "providerSettings", void 0);
32
+ ], GameResourceStatusChangedEventPayload.prototype, "providerSettings", void 0);
33
33
  __decorate([
34
34
  (0, class_validator_1.IsString)(),
35
35
  __metadata("design:type", String)
36
- ], GameStatusChangedEventPayload.prototype, "status", void 0);
36
+ ], GameResourceStatusChangedEventPayload.prototype, "status", void 0);
37
37
  __decorate([
38
38
  (0, class_validator_1.IsOptional)(),
39
39
  (0, class_validator_1.IsString)(),
40
40
  __metadata("design:type", String)
41
- ], GameStatusChangedEventPayload.prototype, "error", void 0);
42
- class GameStatusChangedEvent extends ludeo_event_1.LudeoEvent {
41
+ ], GameResourceStatusChangedEventPayload.prototype, "error", void 0);
42
+ class GameResourceStatusChangedEvent extends ludeo_event_1.LudeoEvent {
43
43
  constructor(payload, context) {
44
- super(GameStatusChangedEvent.EVENT_NAME);
44
+ super(GameResourceStatusChangedEvent.EVENT_NAME);
45
45
  this.payload = payload;
46
46
  this.context = context;
47
47
  }
48
48
  }
49
- exports.GameStatusChangedEvent = GameStatusChangedEvent;
50
- GameStatusChangedEvent.EVENT_NAME = "cloud-resource-monitor.game-status-changed";
49
+ exports.GameResourceStatusChangedEvent = GameResourceStatusChangedEvent;
50
+ GameResourceStatusChangedEvent.EVENT_NAME = "cloud-resource-monitor.game-resource-status-changed";
51
51
  __decorate([
52
52
  (0, validate_nested_type_decorator_1.ValidateNestedType)(() => cloud_resource_context_1.CloudResourceContext),
53
53
  __metadata("design:type", cloud_resource_context_1.CloudResourceContext)
54
- ], GameStatusChangedEvent.prototype, "context", void 0);
54
+ ], GameResourceStatusChangedEvent.prototype, "context", void 0);
55
55
  __decorate([
56
- (0, validate_nested_type_decorator_1.ValidateNestedType)(() => GameStatusChangedEventPayload),
57
- __metadata("design:type", GameStatusChangedEventPayload)
58
- ], GameStatusChangedEvent.prototype, "payload", void 0);
59
- //# sourceMappingURL=game-status-changed.js.map
56
+ (0, validate_nested_type_decorator_1.ValidateNestedType)(() => GameResourceStatusChangedEventPayload),
57
+ __metadata("design:type", GameResourceStatusChangedEventPayload)
58
+ ], GameResourceStatusChangedEvent.prototype, "payload", void 0);
59
+ //# sourceMappingURL=game-resource-status-changed.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"game-resource-status-changed.js","sourceRoot":"","sources":["../../../src/v3/events/game-resource-status-changed.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yDAAqD;AACrD,+EAA0E;AAC1E,oCAA4E;AAC5E,oGAAqF;AAErF,MAAa,qCAAqC;CAgBjD;AAhBD,sFAgBC;AAdC;IADC,IAAA,wBAAM,GAAE;;6EACc;AAGvB;IADC,IAAA,wBAAM,GAAE;;yEACU;AAGnB;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,mCAA2B,CAAC;8BACpC,mCAA2B;+EAAC;AAG9C;IADC,IAAA,0BAAQ,GAAE;;qEACiB;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oEACI;AAGjB,MAAa,8BAA+B,SAAQ,wBAAU;IAI5D,YACE,OAA8C,EAC9C,OAA6B;QAE7B,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,CAAC;QACjD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAXH,wEAkBC;AAjBiB,yCAAU,GACxB,qDAAqD,CAAC;AAYxD;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;8BACtC,6CAAoB;+DAAC;AAG9B;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,qCAAqC,CAAC;8BACvD,qCAAqC;+DAAC"}
@@ -13,7 +13,7 @@ export * from "./game-resource-created-response";
13
13
  export * from "./game-resource-creation-failed-response";
14
14
  export * from "./game-resource-terminated-response";
15
15
  export * from "./game-resource-termination-failed-response";
16
- export * from "./game-status-changed";
16
+ export * from "./game-resource-status-changed";
17
17
  export * from "./machine-allocated-response";
18
18
  export * from "./machine-allocation-failed-response";
19
19
  export * from "./machine-deallocated-response";
@@ -29,7 +29,7 @@ __exportStar(require("./game-resource-created-response"), exports);
29
29
  __exportStar(require("./game-resource-creation-failed-response"), exports);
30
30
  __exportStar(require("./game-resource-terminated-response"), exports);
31
31
  __exportStar(require("./game-resource-termination-failed-response"), exports);
32
- __exportStar(require("./game-status-changed"), exports);
32
+ __exportStar(require("./game-resource-status-changed"), exports);
33
33
  __exportStar(require("./machine-allocated-response"), exports);
34
34
  __exportStar(require("./machine-allocation-failed-response"), exports);
35
35
  __exportStar(require("./machine-deallocated-response"), 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,qEAAmD;AACnD,6EAA2D;AAC3D,mEAAiD;AACjD,2EAAyD;AACzD,sEAAoD;AACpD,8EAA4D;AAC5D,wDAAsC;AACtC,+DAA6C;AAC7C,uEAAqD;AACrD,iEAA+C;AAC/C,yEAAuD;AACvD,+DAA6C;AAC7C,sEAAoD;AACpD,8EAA4D;AAC5D,+DAA6C;AAC7C,mDAAiC;AACjC,oEAAkD;AAClD,4DAA0C;AAC1C,6EAA2D;AAC3D,+DAA6C;AAC7C,4DAA0C;AAC1C,mEAAiD;AACjD,+DAA6C;AAC7C,sEAAoD;AACpD,yDAAuC;AACvC,8DAA4C;AAC5C,6DAA2C"}
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,qEAAmD;AACnD,6EAA2D;AAC3D,mEAAiD;AACjD,2EAAyD;AACzD,sEAAoD;AACpD,8EAA4D;AAC5D,iEAA+C;AAC/C,+DAA6C;AAC7C,uEAAqD;AACrD,iEAA+C;AAC/C,yEAAuD;AACvD,+DAA6C;AAC7C,sEAAoD;AACpD,8EAA4D;AAC5D,+DAA6C;AAC7C,mDAAiC;AACjC,oEAAkD;AAClD,4DAA0C;AAC1C,6EAA2D;AAC3D,+DAA6C;AAC7C,4DAA0C;AAC1C,mEAAiD;AACjD,+DAA6C;AAC7C,sEAAoD;AACpD,yDAAuC;AACvC,8DAA4C;AAC5C,6DAA2C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludeo/cloud-common",
3
- "version": "1.1.45",
3
+ "version": "1.1.47",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Yahil Didi",
@@ -1,17 +1,18 @@
1
- import { CloudSessionContext } from "../contexts/cloud-session-context";
2
1
  import { ValidateNestedType } from "../../decorators/validate-nested-type.decorator";
3
2
  import { LudeoEvent } from "../../infra/ludeo-event";
3
+ import { CloudSessionContext } from "../contexts";
4
4
 
5
5
  export class CloudSessionTerminated extends LudeoEvent {
6
6
  static readonly EVENT_NAME = "cloud-sessions.cloud-session-terminated";
7
7
 
8
- constructor(context: CloudSessionContext) {
8
+ constructor(payload: {}, context: CloudSessionContext) {
9
9
  super(CloudSessionTerminated.EVENT_NAME);
10
10
  this.context = context;
11
+ this.payload = payload;
11
12
  }
12
13
 
13
14
  @ValidateNestedType(() => CloudSessionContext)
14
15
  context: CloudSessionContext;
15
16
 
16
- payload: never;
17
+ payload: {};
17
18
  }
@@ -8,7 +8,7 @@ export * from "./cloud-resource-created.event";
8
8
  export * from "./cloud-resource-creation-failed.event";
9
9
  export * from "./cloud-resource-status.event";
10
10
  export * from "./cloud-session-allocated.event";
11
- export * from "./cloud-session-ended.event";
11
+ export * from "./cloud-session-terminated.event";
12
12
  export * from "./create-cloud-resource-request.event";
13
13
  export * from "./monitor-pool-task.event";
14
14
  export * from "./pool-created.event";
@@ -4,7 +4,7 @@ import { CloudResourceContext } from "../contexts/cloud-resource-context";
4
4
  import { AWSResourceProviderSettings, CloudResourceStatus } from "../types";
5
5
  import { ValidateNestedType } from "../../decorators/validate-nested-type.decorator";
6
6
 
7
- export class GameStatusChangedEventPayload {
7
+ export class GameResourceStatusChangedEventPayload {
8
8
  @IsUUID()
9
9
  gameResourceId: string;
10
10
 
@@ -22,14 +22,15 @@ export class GameStatusChangedEventPayload {
22
22
  error?: string;
23
23
  }
24
24
 
25
- export class GameStatusChangedEvent extends LudeoEvent {
26
- static readonly EVENT_NAME = "cloud-resource-monitor.game-status-changed";
25
+ export class GameResourceStatusChangedEvent extends LudeoEvent {
26
+ static readonly EVENT_NAME =
27
+ "cloud-resource-monitor.game-resource-status-changed";
27
28
 
28
29
  constructor(
29
- payload: GameStatusChangedEventPayload,
30
+ payload: GameResourceStatusChangedEventPayload,
30
31
  context: CloudResourceContext
31
32
  ) {
32
- super(GameStatusChangedEvent.EVENT_NAME);
33
+ super(GameResourceStatusChangedEvent.EVENT_NAME);
33
34
  this.payload = payload;
34
35
  this.context = context;
35
36
  }
@@ -37,6 +38,6 @@ export class GameStatusChangedEvent extends LudeoEvent {
37
38
  @ValidateNestedType(() => CloudResourceContext)
38
39
  context: CloudResourceContext;
39
40
 
40
- @ValidateNestedType(() => GameStatusChangedEventPayload)
41
- payload: GameStatusChangedEventPayload;
41
+ @ValidateNestedType(() => GameResourceStatusChangedEventPayload)
42
+ payload: GameResourceStatusChangedEventPayload;
42
43
  }
@@ -13,7 +13,7 @@ export * from "./game-resource-created-response";
13
13
  export * from "./game-resource-creation-failed-response";
14
14
  export * from "./game-resource-terminated-response";
15
15
  export * from "./game-resource-termination-failed-response";
16
- export * from "./game-status-changed";
16
+ export * from "./game-resource-status-changed";
17
17
  export * from "./machine-allocated-response";
18
18
  export * from "./machine-allocation-failed-response";
19
19
  export * from "./machine-deallocated-response";
@@ -1 +0,0 @@
1
- {"version":3,"file":"game-status-changed.js","sourceRoot":"","sources":["../../../src/v3/events/game-status-changed.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,yDAAqD;AACrD,+EAA0E;AAC1E,oCAA4E;AAC5E,oGAAqF;AAErF,MAAa,6BAA6B;CAgBzC;AAhBD,sEAgBC;AAdC;IADC,IAAA,wBAAM,GAAE;;qEACc;AAGvB;IADC,IAAA,wBAAM,GAAE;;iEACU;AAGnB;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,mCAA2B,CAAC;8BACpC,mCAA2B;uEAAC;AAG9C;IADC,IAAA,0BAAQ,GAAE;;6DACiB;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACI;AAGjB,MAAa,sBAAuB,SAAQ,wBAAU;IAGpD,YACE,OAAsC,EACtC,OAA6B;QAE7B,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,CAAC;QACzC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAVH,wDAiBC;AAhBiB,iCAAU,GAAG,4CAA4C,CAAC;AAY1E;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;8BACtC,6CAAoB;uDAAC;AAG9B;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,6BAA6B,CAAC;8BAC/C,6BAA6B;uDAAC"}
@@ -1,14 +0,0 @@
1
- import { LudeoEvent } from "../../infra/ludeo-event";
2
- import { AWSResourceProviderSettings, CloudProvider } from "../types";
3
- export declare class MonitorGameTaskEventPayload {
4
- gameResourceId: string;
5
- gamePoolId: string;
6
- providerSettings: AWSResourceProviderSettings;
7
- cloudProvider: CloudProvider;
8
- }
9
- export declare class MonitorGameTaskEvent extends LudeoEvent {
10
- static readonly EVENT_NAME = "cloud-resources.monitor-game-task";
11
- constructor(payload: MonitorGameTaskEventPayload);
12
- context: never;
13
- payload: MonitorGameTaskEventPayload;
14
- }
@@ -1,48 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.MonitorGameTaskEvent = exports.MonitorGameTaskEventPayload = void 0;
13
- const class_validator_1 = require("class-validator");
14
- const ludeo_event_1 = require("../../infra/ludeo-event");
15
- const types_1 = require("../types");
16
- const decorators_1 = require("../../decorators");
17
- class MonitorGameTaskEventPayload {
18
- }
19
- exports.MonitorGameTaskEventPayload = MonitorGameTaskEventPayload;
20
- __decorate([
21
- (0, class_validator_1.IsUUID)(),
22
- __metadata("design:type", String)
23
- ], MonitorGameTaskEventPayload.prototype, "gameResourceId", void 0);
24
- __decorate([
25
- (0, class_validator_1.IsUUID)(),
26
- __metadata("design:type", String)
27
- ], MonitorGameTaskEventPayload.prototype, "gamePoolId", void 0);
28
- __decorate([
29
- (0, decorators_1.ValidateNestedType)(() => types_1.AWSResourceProviderSettings),
30
- __metadata("design:type", types_1.AWSResourceProviderSettings)
31
- ], MonitorGameTaskEventPayload.prototype, "providerSettings", void 0);
32
- __decorate([
33
- (0, class_validator_1.IsEnum)(types_1.CloudProvider),
34
- __metadata("design:type", String)
35
- ], MonitorGameTaskEventPayload.prototype, "cloudProvider", void 0);
36
- class MonitorGameTaskEvent extends ludeo_event_1.LudeoEvent {
37
- constructor(payload) {
38
- super(MonitorGameTaskEvent.EVENT_NAME);
39
- this.payload = payload;
40
- }
41
- }
42
- exports.MonitorGameTaskEvent = MonitorGameTaskEvent;
43
- MonitorGameTaskEvent.EVENT_NAME = "cloud-resources.monitor-game-task";
44
- __decorate([
45
- (0, decorators_1.ValidateNestedType)(() => MonitorGameTaskEventPayload),
46
- __metadata("design:type", MonitorGameTaskEventPayload)
47
- ], MonitorGameTaskEvent.prototype, "payload", void 0);
48
- //# sourceMappingURL=monitor-game-task.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"monitor-game-task.js","sourceRoot":"","sources":["../../../src/v3/events/monitor-game-task.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAiD;AACjD,yDAAqD;AACrD,oCAAsE;AACtE,iDAAsD;AAEtD,MAAa,2BAA2B;CAYvC;AAZD,kEAYC;AAVC;IADC,IAAA,wBAAM,GAAE;;mEACc;AAGvB;IADC,IAAA,wBAAM,GAAE;;+DACU;AAGnB;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,mCAA2B,CAAC;8BACpC,mCAA2B;qEAAC;AAG9C;IADC,IAAA,wBAAM,EAAC,qBAAa,CAAC;;kEACO;AAG/B,MAAa,oBAAqB,SAAQ,wBAAU;IAGlD,YAAY,OAAoC;QAC9C,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,CAAC;QACvC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AANH,oDAYC;AAXiB,+BAAU,GAAG,mCAAmC,CAAC;AAUjE;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,2BAA2B,CAAC;8BAC7C,2BAA2B;qDAAC"}