@ludeo/cloud-common 1.1.108 → 1.1.110
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/cloud-session-ended.d.ts +8 -0
- package/dist/v3/events/cloud-session-ended.js +29 -0
- package/dist/v3/events/cloud-session-ended.js.map +1 -0
- package/dist/v3/events/index.d.ts +1 -0
- package/dist/v3/events/index.js +1 -0
- package/dist/v3/events/index.js.map +1 -1
- package/dist/v3/events/set-pools-state.d.ts +1 -1
- package/dist/v3/events/set-pools-state.js +1 -1
- package/package.json +1 -1
- package/src/v3/events/cloud-session-ended.ts +18 -0
- package/src/v3/events/index.ts +1 -0
- package/src/v3/events/set-pools-state.ts +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { LudeoEvent } from "../../infra/ludeo-event";
|
|
2
|
+
import { CloudSessionContext } from "../contexts";
|
|
3
|
+
export declare class CloudSessionEnded extends LudeoEvent {
|
|
4
|
+
static readonly EVENT_NAME = "cloud-sessions.cloud-session-ended";
|
|
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.CloudSessionEnded = 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 CloudSessionEnded extends ludeo_event_1.LudeoEvent {
|
|
17
|
+
constructor(payload, context) {
|
|
18
|
+
super(CloudSessionEnded.EVENT_NAME);
|
|
19
|
+
this.context = context;
|
|
20
|
+
this.payload = payload;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.CloudSessionEnded = CloudSessionEnded;
|
|
24
|
+
CloudSessionEnded.EVENT_NAME = "cloud-sessions.cloud-session-ended";
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, validate_nested_type_decorator_1.ValidateNestedType)(() => contexts_1.CloudSessionContext),
|
|
27
|
+
__metadata("design:type", contexts_1.CloudSessionContext)
|
|
28
|
+
], CloudSessionEnded.prototype, "context", void 0);
|
|
29
|
+
//# sourceMappingURL=cloud-session-ended.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloud-session-ended.js","sourceRoot":"","sources":["../../../src/v3/events/cloud-session-ended.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oGAAqF;AACrF,yDAAqD;AACrD,0CAAkD;AAElD,MAAa,iBAAkB,SAAQ,wBAAU;IAG/C,YAAY,OAAW,EAAE,OAA4B;QACnD,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC;QACpC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,8CAaC;AAZiB,4BAAU,GAAG,oCAAoC,CAAC;AASlE;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,8BAAmB,CAAC;8BACrC,8BAAmB;kDAAC"}
|
package/dist/v3/events/index.js
CHANGED
|
@@ -73,4 +73,5 @@ __exportStar(require("./terminate-cloud-session-request"), exports);
|
|
|
73
73
|
__exportStar(require("./cloud-session-created"), exports);
|
|
74
74
|
__exportStar(require("./cloud-session-allocated"), exports);
|
|
75
75
|
__exportStar(require("./terminate-stale-resources-task"), exports);
|
|
76
|
+
__exportStar(require("./cloud-session-ended"), exports);
|
|
76
77
|
//# sourceMappingURL=index.js.map
|
|
@@ -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,oFAAkE;AAClE,uFAAqE;AACrE,sEAAoD;AACpD,8EAA4D;AAC5D,yEAAuD;AACvD,6DAA2C;AAC3C,+DAA6C;AAC7C,gDAA8B;AAC9B,4DAA0C;AAC1C,6CAA2B;AAC3B,oDAAkC;AAClC,8DAA4C;AAC5C,mEAAiD;AACjD,4DAA0C;AAC1C,2DAAyC;AACzC,oEAAkD;AAClD,4DAA0C;AAC1C,uEAAqD;AACrD,6EAA2D;AAC3D,+DAA6C;AAC7C,0DAAwC;AACxC,6DAA2C;AAC3C,+DAA6C;AAC7C,sEAAoD;AACpD,yDAAuC;AACvC,6DAA2C;AAC3C,kEAAgD;AAChD,mEAAiD;AACjD,+DAA6C;AAC7C,gEAA8C;AAC9C,oEAAkD;AAClD,0DAAwC;AACxC,4DAA0C;AAC1C,mEAAiD"}
|
|
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,oFAAkE;AAClE,uFAAqE;AACrE,sEAAoD;AACpD,8EAA4D;AAC5D,yEAAuD;AACvD,6DAA2C;AAC3C,+DAA6C;AAC7C,gDAA8B;AAC9B,4DAA0C;AAC1C,6CAA2B;AAC3B,oDAAkC;AAClC,8DAA4C;AAC5C,mEAAiD;AACjD,4DAA0C;AAC1C,2DAAyC;AACzC,oEAAkD;AAClD,4DAA0C;AAC1C,uEAAqD;AACrD,6EAA2D;AAC3D,+DAA6C;AAC7C,0DAAwC;AACxC,6DAA2C;AAC3C,+DAA6C;AAC7C,sEAAoD;AACpD,yDAAuC;AACvC,6DAA2C;AAC3C,kEAAgD;AAChD,mEAAiD;AACjD,+DAA6C;AAC7C,gEAA8C;AAC9C,oEAAkD;AAClD,0DAAwC;AACxC,4DAA0C;AAC1C,mEAAiD;AACjD,wDAAsC"}
|
|
@@ -17,7 +17,7 @@ export declare class SetPoolStateEventPayload {
|
|
|
17
17
|
requestId?: SetPoolsStateEventRequestId;
|
|
18
18
|
}
|
|
19
19
|
export declare class SetPoolsStateEvent extends LudeoEvent {
|
|
20
|
-
static readonly EVENT_NAME = "predictor.
|
|
20
|
+
static readonly EVENT_NAME = "predictor.set-pools-state";
|
|
21
21
|
constructor(payload: SetPoolStateEventPayload);
|
|
22
22
|
payload: SetPoolStateEventPayload;
|
|
23
23
|
}
|
|
@@ -61,7 +61,7 @@ class SetPoolsStateEvent extends ludeo_event_1.LudeoEvent {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.SetPoolsStateEvent = SetPoolsStateEvent;
|
|
64
|
-
SetPoolsStateEvent.EVENT_NAME = "predictor.
|
|
64
|
+
SetPoolsStateEvent.EVENT_NAME = "predictor.set-pools-state";
|
|
65
65
|
__decorate([
|
|
66
66
|
(0, validate_nested_type_decorator_1.ValidateNestedType)(() => SetPoolStateEventPayload),
|
|
67
67
|
__metadata("design:type", SetPoolStateEventPayload)
|
package/package.json
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ValidateNestedType } from "../../decorators/validate-nested-type.decorator";
|
|
2
|
+
import { LudeoEvent } from "../../infra/ludeo-event";
|
|
3
|
+
import { CloudSessionContext } from "../contexts";
|
|
4
|
+
|
|
5
|
+
export class CloudSessionEnded extends LudeoEvent {
|
|
6
|
+
static readonly EVENT_NAME = "cloud-sessions.cloud-session-ended";
|
|
7
|
+
|
|
8
|
+
constructor(payload: {}, context: CloudSessionContext) {
|
|
9
|
+
super(CloudSessionEnded.EVENT_NAME);
|
|
10
|
+
this.context = context;
|
|
11
|
+
this.payload = payload;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@ValidateNestedType(() => CloudSessionContext)
|
|
15
|
+
context: CloudSessionContext;
|
|
16
|
+
|
|
17
|
+
payload: {};
|
|
18
|
+
}
|
package/src/v3/events/index.ts
CHANGED
|
@@ -39,7 +39,7 @@ export class SetPoolStateEventPayload {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
export class SetPoolsStateEvent extends LudeoEvent {
|
|
42
|
-
static readonly EVENT_NAME = "predictor.
|
|
42
|
+
static readonly EVENT_NAME = "predictor.set-pools-state";
|
|
43
43
|
|
|
44
44
|
constructor(payload: SetPoolStateEventPayload) {
|
|
45
45
|
super(SetPoolsStateEvent.EVENT_NAME);
|