@ludeo/cloud-common 1.2.184 → 1.2.186-beta-yahil-1
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/v4/contexts/cloud-resource-context.d.ts +1 -0
- package/dist/v4/contexts/cloud-resource-context.js +5 -0
- package/dist/v4/contexts/cloud-resource-context.js.map +1 -1
- package/dist/v4/events/cloud-resources/create-ludeocast-game-request.d.ts +8 -7
- package/dist/v4/events/cloud-resources/create-ludeocast-game-request.js +7 -8
- package/dist/v4/events/cloud-resources/create-ludeocast-game-request.js.map +1 -1
- package/dist/v4/events/cloud-resources/create-ludeocast-machine-request.d.ts +6 -8
- package/dist/v4/events/cloud-resources/create-ludeocast-machine-request.js +4 -17
- package/dist/v4/events/cloud-resources/create-ludeocast-machine-request.js.map +1 -1
- package/dist/v4/events/cloud-resources/terminate-ludeocast-game-request.d.ts +3 -3
- package/dist/v4/events/cloud-resources/terminate-ludeocast-game-request.js +2 -2
- package/dist/v4/events/cloud-resources/terminate-ludeocast-game-request.js.map +1 -1
- package/dist/v4/events/cloud-resources/terminate-ludeocast-machine-request.d.ts +5 -5
- package/dist/v4/events/cloud-resources/terminate-ludeocast-machine-request.js +6 -9
- package/dist/v4/events/cloud-resources/terminate-ludeocast-machine-request.js.map +1 -1
- package/dist/v4/events/ludeocast-agent/resource-update.d.ts +1 -0
- package/dist/v4/events/ludeocast-agent/resource-update.js +3 -2
- package/dist/v4/events/ludeocast-agent/resource-update.js.map +1 -1
- package/dist/v4/events/site-controller/game-ludeocast-creation-ended.d.ts +11 -8
- package/dist/v4/events/site-controller/game-ludeocast-creation-ended.js +25 -16
- package/dist/v4/events/site-controller/game-ludeocast-creation-ended.js.map +1 -1
- package/dist/v4/events/site-controller/game-ludeocast-termination-ended.d.ts +17 -0
- package/dist/v4/events/site-controller/game-ludeocast-termination-ended.js +60 -0
- package/dist/v4/events/site-controller/game-ludeocast-termination-ended.js.map +1 -0
- package/dist/v4/events/site-controller/index.d.ts +2 -0
- package/dist/v4/events/site-controller/index.js +2 -0
- package/dist/v4/events/site-controller/index.js.map +1 -1
- package/dist/v4/events/site-controller/machine-ludeocast-creation-ended.d.ts +11 -8
- package/dist/v4/events/site-controller/machine-ludeocast-creation-ended.js +25 -16
- package/dist/v4/events/site-controller/machine-ludeocast-creation-ended.js.map +1 -1
- package/dist/v4/events/site-controller/machine-ludeocast-termination-ended.d.ts +17 -0
- package/dist/v4/events/site-controller/machine-ludeocast-termination-ended.js +60 -0
- package/dist/v4/events/site-controller/machine-ludeocast-termination-ended.js.map +1 -0
- package/dist/v4/events/site-controller/start-game.command.d.ts +1 -0
- package/dist/v4/events/site-controller/start-game.command.js +4 -0
- package/dist/v4/events/site-controller/start-game.command.js.map +1 -1
- package/dist/v4/types/cloud/index.d.ts +1 -0
- package/dist/v4/types/cloud/index.js +1 -0
- package/dist/v4/types/cloud/index.js.map +1 -1
- package/dist/v4/types/cloud/ludeocast-v2/allocation-data.d.ts +3 -0
- package/dist/v4/types/cloud/ludeocast-v2/allocation-data.js +21 -0
- package/dist/v4/types/cloud/ludeocast-v2/allocation-data.js.map +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/game-creation-response.d.ts +2 -0
- package/dist/v4/types/cloud/ludeocast-v2/game-creation-response.js +7 -0
- package/dist/v4/types/cloud/ludeocast-v2/game-creation-response.js.map +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/index.d.ts +6 -0
- package/dist/v4/types/cloud/ludeocast-v2/index.js +23 -0
- package/dist/v4/types/cloud/ludeocast-v2/index.js.map +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/machine-provider-settings.d.ts +3 -0
- package/dist/v4/types/cloud/ludeocast-v2/machine-provider-settings.js +21 -0
- package/dist/v4/types/cloud/ludeocast-v2/machine-provider-settings.js.map +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/provider-settings.d.ts +12 -0
- package/dist/v4/types/cloud/ludeocast-v2/provider-settings.js +13 -0
- package/dist/v4/types/cloud/ludeocast-v2/provider-settings.js.map +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/request-data.d.ts +3 -0
- package/dist/v4/types/cloud/ludeocast-v2/request-data.js +22 -0
- package/dist/v4/types/cloud/ludeocast-v2/request-data.js.map +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/resource-provider-settings.d.ts +7 -0
- package/dist/v4/types/cloud/ludeocast-v2/resource-provider-settings.js +38 -0
- package/dist/v4/types/cloud/ludeocast-v2/resource-provider-settings.js.map +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/site.d.ts +0 -0
- package/dist/v4/types/cloud/ludeocast-v2/site.js +1 -0
- package/dist/v4/types/cloud/ludeocast-v2/site.js.map +1 -0
- package/dist/v4/types/cloud/provider.d.ts +1 -0
- package/dist/v4/types/cloud/provider.js +1 -0
- package/dist/v4/types/cloud/provider.js.map +1 -1
- package/dist/v4/types/site-controller/types.d.ts +1 -4
- package/dist/v4/types/site-controller/types.js +5 -18
- package/dist/v4/types/site-controller/types.js.map +1 -1
- package/package.json +1 -1
- package/src/v4/contexts/cloud-resource-context.ts +4 -0
- package/src/v4/events/base/base.ts +1 -1
- package/src/v4/events/cloud-resources/create-ludeocast-game-request.ts +12 -12
- package/src/v4/events/cloud-resources/create-ludeocast-machine-request.ts +9 -16
- package/src/v4/events/cloud-resources/terminate-ludeocast-game-request.ts +4 -4
- package/src/v4/events/cloud-resources/terminate-ludeocast-machine-request.ts +8 -10
- package/src/v4/events/ludeocast-agent/resource-update.ts +2 -1
- package/src/v4/events/site-controller/game-ludeocast-creation-ended.ts +18 -11
- package/src/v4/events/site-controller/game-ludeocast-termination-ended.ts +41 -0
- package/src/v4/events/site-controller/index.ts +2 -0
- package/src/v4/events/site-controller/machine-ludeocast-creation-ended.ts +18 -11
- package/src/v4/events/site-controller/machine-ludeocast-termination-ended.ts +41 -0
- package/src/v4/events/site-controller/start-game.command.ts +4 -1
- package/src/v4/types/cloud/index.ts +1 -0
- package/src/v4/types/cloud/ludeocast-v2/allocation-data.ts +6 -0
- package/src/v4/types/cloud/ludeocast-v2/game-creation-response.ts +1 -0
- package/src/v4/types/cloud/ludeocast-v2/index.ts +6 -0
- package/src/v4/types/cloud/ludeocast-v2/machine-provider-settings.ts +6 -0
- package/src/v4/types/cloud/ludeocast-v2/provider-settings.ts +28 -0
- package/src/v4/types/cloud/ludeocast-v2/request-data.ts +7 -0
- package/src/v4/types/cloud/ludeocast-v2/resource-provider-settings.ts +21 -0
- package/src/v4/types/cloud/ludeocast-v2/site.ts +7 -0
- package/src/v4/types/cloud/provider.ts +1 -0
- package/src/v4/types/site-controller/types.ts +5 -15
|
@@ -9,43 +9,52 @@ 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.
|
|
12
|
+
exports.MachineLudeocastCreationEnded = exports.MachineLudeocastCreationEndedPayload = void 0;
|
|
13
13
|
const infra_1 = require("../../../infra");
|
|
14
14
|
const decorators_1 = require("../../../decorators");
|
|
15
15
|
const class_validator_1 = require("class-validator");
|
|
16
16
|
const contexts_1 = require("../../contexts");
|
|
17
17
|
const site_controller_1 = require("../../types/site-controller");
|
|
18
|
-
|
|
18
|
+
const pools_1 = require("../../types/pools");
|
|
19
|
+
class MachineLudeocastCreationEndedPayload {
|
|
19
20
|
}
|
|
20
|
-
exports.
|
|
21
|
+
exports.MachineLudeocastCreationEndedPayload = MachineLudeocastCreationEndedPayload;
|
|
21
22
|
__decorate([
|
|
22
23
|
(0, class_validator_1.IsUUID)(),
|
|
23
24
|
__metadata("design:type", String)
|
|
24
|
-
],
|
|
25
|
+
], MachineLudeocastCreationEndedPayload.prototype, "machineResourceId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsUUID)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], MachineLudeocastCreationEndedPayload.prototype, "machinePoolId", void 0);
|
|
25
30
|
__decorate([
|
|
26
31
|
(0, class_validator_1.IsEnum)(site_controller_1.SiteOperationStatus),
|
|
27
32
|
__metadata("design:type", String)
|
|
28
|
-
],
|
|
33
|
+
], MachineLudeocastCreationEndedPayload.prototype, "operationStatus", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_validator_1.IsEnum)(pools_1.CloudResourceStatus),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], MachineLudeocastCreationEndedPayload.prototype, "status", void 0);
|
|
29
38
|
__decorate([
|
|
30
39
|
(0, class_validator_1.IsOptional)(),
|
|
31
40
|
(0, class_validator_1.IsString)(),
|
|
32
41
|
__metadata("design:type", String)
|
|
33
|
-
],
|
|
34
|
-
class
|
|
42
|
+
], MachineLudeocastCreationEndedPayload.prototype, "reason", void 0);
|
|
43
|
+
class MachineLudeocastCreationEnded extends infra_1.LudeoEvent {
|
|
35
44
|
constructor(payload, context) {
|
|
36
|
-
super(
|
|
45
|
+
super(MachineLudeocastCreationEnded.EVENT_NAME);
|
|
37
46
|
this.payload = payload;
|
|
38
47
|
this.context = context;
|
|
39
48
|
}
|
|
40
49
|
}
|
|
41
|
-
exports.
|
|
42
|
-
|
|
50
|
+
exports.MachineLudeocastCreationEnded = MachineLudeocastCreationEnded;
|
|
51
|
+
MachineLudeocastCreationEnded.EVENT_NAME = 'site-controller.machine-ludeocast-creation-ended';
|
|
43
52
|
__decorate([
|
|
44
|
-
(0, decorators_1.ValidateNestedType)(() =>
|
|
45
|
-
__metadata("design:type",
|
|
46
|
-
],
|
|
53
|
+
(0, decorators_1.ValidateNestedType)(() => MachineLudeocastCreationEndedPayload),
|
|
54
|
+
__metadata("design:type", MachineLudeocastCreationEndedPayload)
|
|
55
|
+
], MachineLudeocastCreationEnded.prototype, "payload", void 0);
|
|
47
56
|
__decorate([
|
|
48
|
-
(0, decorators_1.ValidateNestedType)(() => contexts_1.
|
|
49
|
-
__metadata("design:type", contexts_1.
|
|
50
|
-
],
|
|
57
|
+
(0, decorators_1.ValidateNestedType)(() => contexts_1.CloudResourceContext),
|
|
58
|
+
__metadata("design:type", contexts_1.CloudResourceContext)
|
|
59
|
+
], MachineLudeocastCreationEnded.prototype, "context", void 0);
|
|
51
60
|
//# sourceMappingURL=machine-ludeocast-creation-ended.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"machine-ludeocast-creation-ended.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/machine-ludeocast-creation-ended.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAuE;AACvE,
|
|
1
|
+
{"version":3,"file":"machine-ludeocast-creation-ended.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/machine-ludeocast-creation-ended.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAuE;AACvE,6CAAsD;AACtD,iEAAkE;AAClE,6CAAwD;AAExD,MAAa,oCAAoC;CAgBhD;AAhBD,oFAgBC;AAdC;IADC,IAAA,wBAAM,GAAE;;+EACiB;AAG1B;IADC,IAAA,wBAAM,GAAE;;2EACa;AAGtB;IADC,IAAA,wBAAM,EAAC,qCAAmB,CAAC;;6EACS;AAGrC;IADC,IAAA,wBAAM,EAAC,2BAAmB,CAAC;;oEACA;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oEACK;AAGlB,MAAa,6BAA8B,SAAQ,kBAAU;IAG3D,YAAY,OAA6C,EAAE,OAA6B;QACtF,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,CAAC;QAChD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,sEAcC;AAbiB,wCAAU,GAAG,kDAAkD,CAAC;AAShF;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,oCAAoC,CAAC;8BACtD,oCAAoC;8DAAC;AAG9C;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAAoB,CAAC;8BACtC,+BAAoB;8DAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { LudeoEvent } from '../../../infra';
|
|
2
|
+
import { CloudResourceContext } from '../../contexts';
|
|
3
|
+
import { SiteOperationStatus } from '../../types/site-controller';
|
|
4
|
+
import { CloudResourceStatus } from '../../types/pools';
|
|
5
|
+
export declare class MachineLudeocastTerminationEndedPayload {
|
|
6
|
+
machineResourceId: string;
|
|
7
|
+
machinePoolId: string;
|
|
8
|
+
operationStatus: SiteOperationStatus;
|
|
9
|
+
status: CloudResourceStatus;
|
|
10
|
+
reason?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class MachineLudeocastTerminationEnded extends LudeoEvent {
|
|
13
|
+
static readonly EVENT_NAME = "site-controller.machine-ludeocast-termination-ended";
|
|
14
|
+
constructor(payload: MachineLudeocastTerminationEndedPayload, context: CloudResourceContext);
|
|
15
|
+
payload: MachineLudeocastTerminationEndedPayload;
|
|
16
|
+
context: CloudResourceContext;
|
|
17
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.MachineLudeocastTerminationEnded = exports.MachineLudeocastTerminationEndedPayload = void 0;
|
|
13
|
+
const infra_1 = require("../../../infra");
|
|
14
|
+
const decorators_1 = require("../../../decorators");
|
|
15
|
+
const class_validator_1 = require("class-validator");
|
|
16
|
+
const contexts_1 = require("../../contexts");
|
|
17
|
+
const site_controller_1 = require("../../types/site-controller");
|
|
18
|
+
const pools_1 = require("../../types/pools");
|
|
19
|
+
class MachineLudeocastTerminationEndedPayload {
|
|
20
|
+
}
|
|
21
|
+
exports.MachineLudeocastTerminationEndedPayload = MachineLudeocastTerminationEndedPayload;
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, class_validator_1.IsUUID)(),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], MachineLudeocastTerminationEndedPayload.prototype, "machineResourceId", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, class_validator_1.IsUUID)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], MachineLudeocastTerminationEndedPayload.prototype, "machinePoolId", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsEnum)(site_controller_1.SiteOperationStatus),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], MachineLudeocastTerminationEndedPayload.prototype, "operationStatus", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, class_validator_1.IsEnum)(pools_1.CloudResourceStatus),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], MachineLudeocastTerminationEndedPayload.prototype, "status", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_validator_1.IsOptional)(),
|
|
40
|
+
(0, class_validator_1.IsString)(),
|
|
41
|
+
__metadata("design:type", String)
|
|
42
|
+
], MachineLudeocastTerminationEndedPayload.prototype, "reason", void 0);
|
|
43
|
+
class MachineLudeocastTerminationEnded extends infra_1.LudeoEvent {
|
|
44
|
+
constructor(payload, context) {
|
|
45
|
+
super(MachineLudeocastTerminationEnded.EVENT_NAME);
|
|
46
|
+
this.payload = payload;
|
|
47
|
+
this.context = context;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
exports.MachineLudeocastTerminationEnded = MachineLudeocastTerminationEnded;
|
|
51
|
+
MachineLudeocastTerminationEnded.EVENT_NAME = 'site-controller.machine-ludeocast-termination-ended';
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, decorators_1.ValidateNestedType)(() => MachineLudeocastTerminationEndedPayload),
|
|
54
|
+
__metadata("design:type", MachineLudeocastTerminationEndedPayload)
|
|
55
|
+
], MachineLudeocastTerminationEnded.prototype, "payload", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, decorators_1.ValidateNestedType)(() => contexts_1.CloudResourceContext),
|
|
58
|
+
__metadata("design:type", contexts_1.CloudResourceContext)
|
|
59
|
+
], MachineLudeocastTerminationEnded.prototype, "context", void 0);
|
|
60
|
+
//# sourceMappingURL=machine-ludeocast-termination-ended.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machine-ludeocast-termination-ended.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/machine-ludeocast-termination-ended.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAuE;AACvE,6CAAsD;AACtD,iEAAkE;AAClE,6CAAwD;AAExD,MAAa,uCAAuC;CAgBnD;AAhBD,0FAgBC;AAdC;IADC,IAAA,wBAAM,GAAE;;kFACiB;AAG1B;IADC,IAAA,wBAAM,GAAE;;8EACa;AAGtB;IADC,IAAA,wBAAM,EAAC,qCAAmB,CAAC;;gFACS;AAGrC;IADC,IAAA,wBAAM,EAAC,2BAAmB,CAAC;;uEACA;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uEACK;AAGlB,MAAa,gCAAiC,SAAQ,kBAAU;IAG9D,YAAY,OAAgD,EAAE,OAA6B;QACzF,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,CAAC;QACnD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,4EAcC;AAbiB,2CAAU,GAAG,qDAAqD,CAAC;AASnF;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,uCAAuC,CAAC;8BACzD,uCAAuC;iEAAC;AAGjD;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAAoB,CAAC;8BACtC,+BAAoB;iEAAC"}
|
|
@@ -2,6 +2,7 @@ import { BaseCommand, BaseCommandPayload } from '../base/base';
|
|
|
2
2
|
import { GameCreationPayload, MachineMode } from '../../types/site-controller';
|
|
3
3
|
export declare class StartGameCommandPayload extends BaseCommandPayload {
|
|
4
4
|
payload: GameCreationPayload;
|
|
5
|
+
gameResourceId: string;
|
|
5
6
|
machineMode: MachineMode;
|
|
6
7
|
}
|
|
7
8
|
export declare class StartGameCommand extends BaseCommand<StartGameCommandPayload> {
|
|
@@ -17,6 +17,10 @@ const class_validator_1 = require("class-validator");
|
|
|
17
17
|
class StartGameCommandPayload extends base_1.BaseCommandPayload {
|
|
18
18
|
}
|
|
19
19
|
exports.StartGameCommandPayload = StartGameCommandPayload;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], StartGameCommandPayload.prototype, "gameResourceId", void 0);
|
|
20
24
|
__decorate([
|
|
21
25
|
(0, class_validator_1.IsEnum)(site_controller_1.MachineMode),
|
|
22
26
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"start-game.command.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/start-game.command.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAA+D;AAC/D,iEAA+E;AAC/E,oDAAyD;AACzD,
|
|
1
|
+
{"version":3,"file":"start-game.command.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/start-game.command.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAA+D;AAC/D,iEAA+E;AAC/E,oDAAyD;AACzD,qDAAmD;AAGnD,MAAa,uBAAwB,SAAQ,yBAAkB;CAQ9D;AARD,0DAQC;AAJC;IADC,IAAA,0BAAQ,GAAE;;+DACY;AAGvB;IADC,IAAA,wBAAM,EAAC,6BAAW,CAAC;;4DACK;AAG3B,MAAa,gBAAiB,SAAQ,kBAAoC;IAIxE,YAAY,OAAgC;QAC1C,KAAK,CAAC,OAAO,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;CACF;AAPD,4CAOC;AALC;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,uBAAuB,CAAC;8BACzC,uBAAuB;iDAAC"}
|
|
@@ -27,4 +27,5 @@ __exportStar(require("./mock"), exports);
|
|
|
27
27
|
__exportStar(require("./machine-provider-settings"), exports);
|
|
28
28
|
__exportStar(require("./ludeocast"), exports);
|
|
29
29
|
__exportStar(require("./cloud-configuration-settings"), exports);
|
|
30
|
+
__exportStar(require("./ludeocast-v2"), exports);
|
|
30
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/v4/types/cloud/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,uDAAqC;AACrC,wCAAsB;AACtB,2DAAyC;AACzC,qDAAmC;AACnC,sDAAoC;AACpC,6CAA2B;AAC3B,+DAA6C;AAC7C,4CAA0B;AAC1B,yCAAuB;AACvB,8DAA4C;AAC5C,8CAA4B;AAC5B,iEAA+C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/v4/types/cloud/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,uDAAqC;AACrC,wCAAsB;AACtB,2DAAyC;AACzC,qDAAmC;AACnC,sDAAoC;AACpC,6CAA2B;AAC3B,+DAA6C;AAC7C,4CAA0B;AAC1B,yCAAuB;AACvB,8DAA4C;AAC5C,8CAA4B;AAC5B,iEAA+C;AAC/C,iDAA+B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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.LudeoCastV2AllocationData = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class LudeoCastV2AllocationData {
|
|
15
|
+
}
|
|
16
|
+
exports.LudeoCastV2AllocationData = LudeoCastV2AllocationData;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], LudeoCastV2AllocationData.prototype, "signalingURI", void 0);
|
|
21
|
+
//# sourceMappingURL=allocation-data.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allocation-data.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/allocation-data.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2C;AAE3C,MAAa,yBAAyB;CAGrC;AAHD,8DAGC;AADC;IADC,IAAA,0BAAQ,GAAE;;+DACU"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LudeoCastV2GameCreationResponse = void 0;
|
|
4
|
+
class LudeoCastV2GameCreationResponse {
|
|
5
|
+
}
|
|
6
|
+
exports.LudeoCastV2GameCreationResponse = LudeoCastV2GameCreationResponse;
|
|
7
|
+
//# sourceMappingURL=game-creation-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"game-creation-response.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/game-creation-response.ts"],"names":[],"mappings":";;;AAAA,MAAa,+BAA+B;CAAG;AAA/C,0EAA+C"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resource-provider-settings"), exports);
|
|
18
|
+
__exportStar(require("./provider-settings"), exports);
|
|
19
|
+
__exportStar(require("./request-data"), exports);
|
|
20
|
+
__exportStar(require("./game-creation-response"), exports);
|
|
21
|
+
__exportStar(require("./allocation-data"), exports);
|
|
22
|
+
__exportStar(require("./machine-provider-settings"), exports);
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,sDAAoC;AACpC,iDAA+B;AAC/B,2DAAyC;AACzC,oDAAkC;AAClC,8DAA4C"}
|
|
@@ -0,0 +1,21 @@
|
|
|
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.LudeoCastV2MachineResourceProviderSettings = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class LudeoCastV2MachineResourceProviderSettings {
|
|
15
|
+
}
|
|
16
|
+
exports.LudeoCastV2MachineResourceProviderSettings = LudeoCastV2MachineResourceProviderSettings;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
__metadata("design:type", String)
|
|
20
|
+
], LudeoCastV2MachineResourceProviderSettings.prototype, "machineId", void 0);
|
|
21
|
+
//# sourceMappingURL=machine-provider-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"machine-provider-settings.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/machine-provider-settings.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA2C;AAE3C,MAAa,0CAA0C;CAGtD;AAHD,gGAGC;AADC;IADC,IAAA,0BAAQ,GAAE;;6EACO"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { MachineMode } from "../..";
|
|
2
|
+
import { CloudProviderSettings } from "../provider-settings";
|
|
3
|
+
export declare class LudeoCastV2ProviderSettings {
|
|
4
|
+
site: string;
|
|
5
|
+
region?: string;
|
|
6
|
+
mode?: MachineMode;
|
|
7
|
+
executableLaunchPath?: string;
|
|
8
|
+
machineClass?: string;
|
|
9
|
+
additionalEnvironmentVariables?: Record<string, string>;
|
|
10
|
+
additionalLaunchArgs?: string[];
|
|
11
|
+
}
|
|
12
|
+
export declare const isLudeoCastV2ProviderSettings: (settings: CloudProviderSettings) => settings is LudeoCastV2ProviderSettings;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.isLudeoCastV2ProviderSettings = exports.LudeoCastV2ProviderSettings = void 0;
|
|
4
|
+
class LudeoCastV2ProviderSettings {
|
|
5
|
+
}
|
|
6
|
+
exports.LudeoCastV2ProviderSettings = LudeoCastV2ProviderSettings;
|
|
7
|
+
const isLudeoCastV2ProviderSettings = (settings) => {
|
|
8
|
+
return (settings &&
|
|
9
|
+
"mode" in settings &&
|
|
10
|
+
typeof settings.mode === "string");
|
|
11
|
+
};
|
|
12
|
+
exports.isLudeoCastV2ProviderSettings = isLudeoCastV2ProviderSettings;
|
|
13
|
+
//# sourceMappingURL=provider-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"provider-settings.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/provider-settings.ts"],"names":[],"mappings":";;;AAGA,MAAa,2BAA2B;CAcvC;AAdD,kEAcC;AAEM,MAAM,6BAA6B,GAAG,CAC3C,QAA+B,EACU,EAAE;IAC3C,OAAO,CACL,QAAQ;QACR,MAAM,IAAI,QAAQ;QAClB,OAAO,QAAQ,CAAC,IAAI,KAAK,QAAQ,CAClC,CAAC;AACJ,CAAC,CAAC;AARW,QAAA,6BAA6B,iCAQxC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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.LudeoCastV2RequestData = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
class LudeoCastV2RequestData {
|
|
15
|
+
}
|
|
16
|
+
exports.LudeoCastV2RequestData = LudeoCastV2RequestData;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, class_validator_1.IsString)(),
|
|
19
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], LudeoCastV2RequestData.prototype, "signalRequest", void 0);
|
|
22
|
+
//# sourceMappingURL=request-data.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-data.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/request-data.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AADC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;6DACS"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.LudeoCastV2ResourceProviderSettings = void 0;
|
|
13
|
+
const class_validator_1 = require("class-validator");
|
|
14
|
+
const provider_1 = require("../provider");
|
|
15
|
+
class LudeoCastV2ResourceProviderSettings {
|
|
16
|
+
}
|
|
17
|
+
exports.LudeoCastV2ResourceProviderSettings = LudeoCastV2ResourceProviderSettings;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_validator_1.IsOptional)(),
|
|
20
|
+
(0, class_validator_1.IsString)(),
|
|
21
|
+
__metadata("design:type", String)
|
|
22
|
+
], LudeoCastV2ResourceProviderSettings.prototype, "machineId", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, class_validator_1.IsOptional)(),
|
|
25
|
+
(0, class_validator_1.IsEnum)(provider_1.CloudProvider),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], LudeoCastV2ResourceProviderSettings.prototype, "cloudProvider", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsOptional)(),
|
|
30
|
+
(0, class_validator_1.IsString)(),
|
|
31
|
+
__metadata("design:type", String)
|
|
32
|
+
], LudeoCastV2ResourceProviderSettings.prototype, "region", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
(0, class_validator_1.IsOptional)(),
|
|
35
|
+
(0, class_validator_1.IsString)(),
|
|
36
|
+
__metadata("design:type", String)
|
|
37
|
+
], LudeoCastV2ResourceProviderSettings.prototype, "site", void 0);
|
|
38
|
+
//# sourceMappingURL=resource-provider-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resource-provider-settings.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/resource-provider-settings.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAC/D,0CAA4C;AAE5C,MAAa,mCAAmC;CAiB/C;AAjBD,kFAiBC;AAdC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sEACQ;AAInB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,wBAAa,CAAC;;0EACQ;AAI9B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mEACK;AAKhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iEACG"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=site.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"site.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/site.ts"],"names":[],"mappings":""}
|
|
@@ -6,6 +6,7 @@ var CloudProvider;
|
|
|
6
6
|
CloudProvider["AWS"] = "aws";
|
|
7
7
|
CloudProvider["NVIDIA"] = "nvidia";
|
|
8
8
|
CloudProvider["LUDEOCAST"] = "ludeocast";
|
|
9
|
+
CloudProvider["LUDEOCAST_V2"] = "ludeocast-v2";
|
|
9
10
|
CloudProvider["MOCK"] = "mock";
|
|
10
11
|
CloudProvider["GAMELIFT"] = "gamelift";
|
|
11
12
|
})(CloudProvider || (exports.CloudProvider = CloudProvider = {}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../../../../src/v4/types/cloud/provider.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../../../../src/v4/types/cloud/provider.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,4BAAW,CAAA;IACX,kCAAiB,CAAA;IACjB,wCAAuB,CAAA;IACvB,8CAA6B,CAAA;IAC7B,8BAAa,CAAA;IACb,sCAAqB,CAAA;AACvB,CAAC,EAPW,aAAa,6BAAb,aAAa,QAOxB"}
|
|
@@ -4,14 +4,11 @@ export declare enum MachineMode {
|
|
|
4
4
|
}
|
|
5
5
|
export declare class ProtonGameCreationPayload {
|
|
6
6
|
exeRelativePath: string;
|
|
7
|
-
machineResourceId: string;
|
|
8
|
-
gameResourceId?: string;
|
|
9
7
|
additionalEnvironmentVariables?: Record<string, string>;
|
|
8
|
+
additionalLaunchArgs?: string[];
|
|
10
9
|
}
|
|
11
10
|
export declare class AndroidGameCreationPayload {
|
|
12
11
|
packageId: string;
|
|
13
|
-
machineResourceId: string;
|
|
14
|
-
gameResourceId?: string;
|
|
15
12
|
additionalEnvironmentVariables?: Record<string, string>;
|
|
16
13
|
}
|
|
17
14
|
export type GameCreationPayload = ProtonGameCreationPayload | AndroidGameCreationPayload;
|
|
@@ -23,20 +23,16 @@ __decorate([
|
|
|
23
23
|
(0, class_validator_1.IsString)(),
|
|
24
24
|
__metadata("design:type", String)
|
|
25
25
|
], ProtonGameCreationPayload.prototype, "exeRelativePath", void 0);
|
|
26
|
-
__decorate([
|
|
27
|
-
(0, class_validator_1.IsUUID)(),
|
|
28
|
-
__metadata("design:type", String)
|
|
29
|
-
], ProtonGameCreationPayload.prototype, "machineResourceId", void 0);
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, class_validator_1.IsOptional)(),
|
|
32
|
-
(0, class_validator_1.IsUUID)(),
|
|
33
|
-
__metadata("design:type", String)
|
|
34
|
-
], ProtonGameCreationPayload.prototype, "gameResourceId", void 0);
|
|
35
26
|
__decorate([
|
|
36
27
|
(0, class_validator_1.IsOptional)(),
|
|
37
28
|
(0, class_validator_1.IsObject)(),
|
|
38
29
|
__metadata("design:type", Object)
|
|
39
30
|
], ProtonGameCreationPayload.prototype, "additionalEnvironmentVariables", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_validator_1.IsOptional)(),
|
|
33
|
+
(0, class_validator_1.IsArray)(),
|
|
34
|
+
__metadata("design:type", Array)
|
|
35
|
+
], ProtonGameCreationPayload.prototype, "additionalLaunchArgs", void 0);
|
|
40
36
|
class AndroidGameCreationPayload {
|
|
41
37
|
}
|
|
42
38
|
exports.AndroidGameCreationPayload = AndroidGameCreationPayload;
|
|
@@ -44,15 +40,6 @@ __decorate([
|
|
|
44
40
|
(0, class_validator_1.IsString)(),
|
|
45
41
|
__metadata("design:type", String)
|
|
46
42
|
], AndroidGameCreationPayload.prototype, "packageId", void 0);
|
|
47
|
-
__decorate([
|
|
48
|
-
(0, class_validator_1.IsUUID)(),
|
|
49
|
-
__metadata("design:type", String)
|
|
50
|
-
], AndroidGameCreationPayload.prototype, "machineResourceId", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, class_validator_1.IsUUID)(),
|
|
53
|
-
(0, class_validator_1.IsOptional)(),
|
|
54
|
-
__metadata("design:type", String)
|
|
55
|
-
], AndroidGameCreationPayload.prototype, "gameResourceId", void 0);
|
|
56
43
|
__decorate([
|
|
57
44
|
(0, class_validator_1.IsOptional)(),
|
|
58
45
|
(0, class_validator_1.IsObject)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/v4/types/site-controller/types.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/v4/types/site-controller/types.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAkF;AAElF,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,gCAAiB,CAAA;IACjB,kCAAmB,CAAA;AACrB,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB;AAED,MAAa,yBAAyB;CAWrC;AAXD,8DAWC;AATC;IADC,IAAA,0BAAQ,GAAE;;kEACa;AAIxB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iFAC6C;AAIxD;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;uEACsB;AAGlC,MAAa,0BAA0B;CAOtC;AAPD,gEAOC;AALC;IADC,IAAA,0BAAQ,GAAE;;6DACO;AAIlB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kFAC6C;AAM1D,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,sCAAe,CAAA;AACjB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;AAED,IAAY,mBAKX;AALD,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,sEAA+C,CAAA;IAC/C,oEAA6C,CAAA;IAC7C,oDAA6B,CAAA;AAC/B,CAAC,EALW,mBAAmB,mCAAnB,mBAAmB,QAK9B;AAED,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,iDAA6B,CAAA;IAC7B,iDAA6B,CAAA;IAC7B,qDAAiC,CAAA;IACjC,iDAA6B,CAAA;AAC/B,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,yCAAyB,CAAA;IACzB,6CAA6B,CAAA;AAC/B,CAAC,EAHW,YAAY,4BAAZ,YAAY,QAGvB;AAED,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,8CAA2B,CAAA;AAC7B,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
|
package/package.json
CHANGED