@ludeo/cloud-common 1.1.129-ybeta1 → 1.1.129-ybeta3
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/aws-reactivate-stream-session-task.d.ts +1 -2
- package/dist/v3/events/aws-reactivate-stream-session-task.js +4 -5
- package/dist/v3/events/aws-reactivate-stream-session-task.js.map +1 -1
- 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/package.json +1 -1
- package/src/v3/events/aws-reactivate-stream-session-task.ts +4 -4
- package/src/v3/events/index.ts +1 -0
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { LudeoEvent } from "../../infra";
|
|
2
|
-
import { CreateGameResourceRequestPayload } from "./create-game-resource-request";
|
|
3
2
|
export declare class AwsReactivateStreamSessionTaskPayload {
|
|
4
|
-
|
|
3
|
+
streamGroupId: string;
|
|
5
4
|
streamSessionId: string;
|
|
6
5
|
}
|
|
7
6
|
export declare class AwsReactivateStreamSessionTask extends LudeoEvent {
|
|
@@ -10,17 +10,16 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.AwsReactivateStreamSessionTask = exports.AwsReactivateStreamSessionTaskPayload = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
13
14
|
const infra_1 = require("../../infra");
|
|
14
15
|
const decorators_1 = require("../../decorators");
|
|
15
|
-
const class_validator_1 = require("class-validator");
|
|
16
|
-
const create_game_resource_request_1 = require("./create-game-resource-request");
|
|
17
16
|
class AwsReactivateStreamSessionTaskPayload {
|
|
18
17
|
}
|
|
19
18
|
exports.AwsReactivateStreamSessionTaskPayload = AwsReactivateStreamSessionTaskPayload;
|
|
20
19
|
__decorate([
|
|
21
|
-
(0,
|
|
22
|
-
__metadata("design:type",
|
|
23
|
-
], AwsReactivateStreamSessionTaskPayload.prototype, "
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], AwsReactivateStreamSessionTaskPayload.prototype, "streamGroupId", void 0);
|
|
24
23
|
__decorate([
|
|
25
24
|
(0, class_validator_1.IsString)(),
|
|
26
25
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aws-reactivate-stream-session-task.js","sourceRoot":"","sources":["../../../src/v3/events/aws-reactivate-stream-session-task.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAyC;AACzC,iDAAsD;
|
|
1
|
+
{"version":3,"file":"aws-reactivate-stream-session-task.js","sourceRoot":"","sources":["../../../src/v3/events/aws-reactivate-stream-session-task.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2C;AAE3C,uCAAyC;AACzC,iDAAsD;AAEtD,MAAa,qCAAqC;CAMjD;AAND,sFAMC;AAJC;IADC,IAAA,0BAAQ,GAAE;;4EACW;AAGtB;IADC,IAAA,0BAAQ,GAAE;;8EACa;AAG1B,MAAa,8BAA+B,SAAQ,kBAAU;IAI5D,YAAY,OAA8C;QACxD,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,CAAC;QACjD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,wEAaC;AAZiB,yCAAU,GACxB,oDAAoD,CAAC;AAUvD;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,qCAAqC,CAAC;8BACvD,qCAAqC;+DAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./allocate-game-request";
|
|
2
2
|
export * from "./allocate-game-resource-request";
|
|
3
3
|
export * from "./allocate-machine-request";
|
|
4
|
+
export * from "./aws-reactivate-stream-session-task";
|
|
4
5
|
export * from "./cloud-machine-auth-ready";
|
|
5
6
|
export * from "./create-game-resource-request";
|
|
6
7
|
export * from "./create-games-request";
|
package/dist/v3/events/index.js
CHANGED
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./allocate-game-request"), exports);
|
|
18
18
|
__exportStar(require("./allocate-game-resource-request"), exports);
|
|
19
19
|
__exportStar(require("./allocate-machine-request"), exports);
|
|
20
|
+
__exportStar(require("./aws-reactivate-stream-session-task"), exports);
|
|
20
21
|
__exportStar(require("./cloud-machine-auth-ready"), exports);
|
|
21
22
|
__exportStar(require("./create-game-resource-request"), exports);
|
|
22
23
|
__exportStar(require("./create-games-request"), 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,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;AACtC,0DAAwC;AACxC,0EAAwD;AACxD,iEAA+C;AAC/C,qEAAmD;AACnD,4EAA0D;AAC1D,8DAA4C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/v3/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,mEAAiD;AACjD,6DAA2C;AAC3C,uEAAqD;AACrD,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;AACtC,0DAAwC;AACxC,0EAAwD;AACxD,iEAA+C;AAC/C,qEAAmD;AACnD,4EAA0D;AAC1D,8DAA4C"}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { IsString } from "class-validator";
|
|
2
|
+
|
|
1
3
|
import { LudeoEvent } from "../../infra";
|
|
2
4
|
import { ValidateNestedType } from "../../decorators";
|
|
3
|
-
import { IsString } from "class-validator";
|
|
4
|
-
import { CreateGameResourceRequestPayload } from "./create-game-resource-request";
|
|
5
5
|
|
|
6
6
|
export class AwsReactivateStreamSessionTaskPayload {
|
|
7
|
-
@
|
|
8
|
-
|
|
7
|
+
@IsString()
|
|
8
|
+
streamGroupId: string;
|
|
9
9
|
|
|
10
10
|
@IsString()
|
|
11
11
|
streamSessionId: string;
|
package/src/v3/events/index.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./allocate-game-request";
|
|
2
2
|
export * from "./allocate-game-resource-request";
|
|
3
3
|
export * from "./allocate-machine-request";
|
|
4
|
+
export * from "./aws-reactivate-stream-session-task";
|
|
4
5
|
export * from "./cloud-machine-auth-ready";
|
|
5
6
|
export * from "./create-game-resource-request";
|
|
6
7
|
export * from "./create-games-request";
|