@ludeo/cloud-common 1.2.243 → 1.2.245
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/events/export-ludeocast-logs-request.d.ts +1 -0
- package/dist/v4/events/export-ludeocast-logs-request.js +4 -0
- package/dist/v4/events/export-ludeocast-logs-request.js.map +1 -1
- package/dist/v4/events/site-controller/machine-ludeocast-preempted.d.ts +1 -0
- package/dist/v4/events/site-controller/machine-ludeocast-preempted.js +5 -0
- package/dist/v4/events/site-controller/machine-ludeocast-preempted.js.map +1 -1
- package/package.json +1 -1
- package/src/v4/events/export-ludeocast-logs-request.ts +3 -0
- package/src/v4/events/site-controller/machine-ludeocast-preempted.ts +4 -0
|
@@ -29,6 +29,10 @@ __decorate([
|
|
|
29
29
|
(0, class_validator_1.IsString)(),
|
|
30
30
|
__metadata("design:type", String)
|
|
31
31
|
], ExportLudeocastLogsRequestPayload.prototype, "logsUploadUrl", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, class_validator_1.IsString)(),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], ExportLudeocastLogsRequestPayload.prototype, "site", void 0);
|
|
32
36
|
__decorate([
|
|
33
37
|
(0, class_validator_1.IsOptional)(),
|
|
34
38
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"export-ludeocast-logs-request.js","sourceRoot":"","sources":["../../../src/v4/events/export-ludeocast-logs-request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAyC;AACzC,iDAAsD;AACtD,qDAA+D;AAC/D,0CAAmD;AAEnD,MAAa,iCAAiC;
|
|
1
|
+
{"version":3,"file":"export-ludeocast-logs-request.js","sourceRoot":"","sources":["../../../src/v4/events/export-ludeocast-logs-request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uCAAyC;AACzC,iDAAsD;AACtD,qDAA+D;AAC/D,0CAAmD;AAEnD,MAAa,iCAAiC;CAgB7C;AAhBD,8EAgBC;AAdC;IADC,IAAA,wBAAM,GAAE;;4EACiB;AAG1B;IADC,IAAA,wBAAM,GAAE;;yEACc;AAGvB;IADC,IAAA,0BAAQ,GAAE;;wEACW;AAGtB;IADC,IAAA,0BAAQ,GAAE;;+DACE;AAIb;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wEACY;AAGzB,MAAa,0BAA2B,SAAQ,kBAAU;IAIxD,YACE,OAA0C,EAC1C,OAA6B;QAE7B,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,CAAC;QAC7C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAXH,gEAkBC;AAjBiB,qCAAU,GACxB,+CAA+C,CAAC;AAYlD;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,iCAAiC,CAAC;8BACnD,iCAAiC;2DAAC;AAG3C;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAAoB,CAAC;8BACtC,+BAAoB;2DAAC"}
|
|
@@ -3,6 +3,7 @@ import { CloudResourceContext } from '../../contexts';
|
|
|
3
3
|
export declare class MachineLudeocastPreemptedPayload {
|
|
4
4
|
machineResourceId: string;
|
|
5
5
|
machinePoolId?: string;
|
|
6
|
+
machineClass?: string;
|
|
6
7
|
gameResourceIds?: string[];
|
|
7
8
|
gracePeriodMs?: number;
|
|
8
9
|
sourceService?: string;
|
|
@@ -26,6 +26,11 @@ __decorate([
|
|
|
26
26
|
(0, class_validator_1.IsOptional)(),
|
|
27
27
|
__metadata("design:type", String)
|
|
28
28
|
], MachineLudeocastPreemptedPayload.prototype, "machinePoolId", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_validator_1.IsOptional)(),
|
|
31
|
+
(0, class_validator_1.IsString)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], MachineLudeocastPreemptedPayload.prototype, "machineClass", void 0);
|
|
29
34
|
__decorate([
|
|
30
35
|
(0, class_validator_1.IsOptional)(),
|
|
31
36
|
(0, class_validator_1.IsArray)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"machine-ludeocast-preempted.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/machine-ludeocast-preempted.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAkF;AAClF,6CAAsD;AAEtD,MAAa,gCAAgC;
|
|
1
|
+
{"version":3,"file":"machine-ludeocast-preempted.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/machine-ludeocast-preempted.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAkF;AAClF,6CAAsD;AAEtD,MAAa,gCAAgC;CAuB5C;AAvBD,4EAuBC;AArBC;IADC,IAAA,wBAAM,GAAE;;2EACiB;AAI1B;IAFC,IAAA,wBAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;uEACU;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sEACW;AAItB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;;yEACiB;AAI3B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uEACY;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uEACY;AAGzB,MAAa,yBAA0B,SAAQ,kBAAU;IAGvD,YAAY,OAAyC,EAAE,OAA6B;QAClF,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,CAAC;QAC5C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,8DAcC;AAbiB,oCAAU,GAAG,6CAA6C,CAAC;AAS3E;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,gCAAgC,CAAC;8BAClD,gCAAgC;0DAAC;AAG1C;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,+BAAoB,CAAC;8BACtC,+BAAoB;0DAAC"}
|
package/package.json
CHANGED