@ludeo/cloud-common 1.2.184-beta-yahil-8 → 1.2.185
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/cloud-resources/create-ludeocast-game-request.js +0 -5
- package/dist/v4/events/cloud-resources/create-ludeocast-game-request.js.map +1 -1
- package/dist/v4/events/cloud-resources/create-ludeocast-machine-request.js +0 -5
- package/dist/v4/events/cloud-resources/create-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/types/cloud/ludeocast-v2/provider-settings.d.ts +1 -2
- package/dist/v4/types/cloud/ludeocast-v2/provider-settings.js.map +1 -1
- package/dist/v4/types/cloud/ludeocast-v2/resource-provider-settings.d.ts +2 -2
- package/dist/v4/types/cloud/ludeocast-v2/resource-provider-settings.js +5 -1
- package/dist/v4/types/cloud/ludeocast-v2/resource-provider-settings.js.map +1 -1
- package/package.json +1 -1
- package/src/v4/events/cloud-resources/create-ludeocast-game-request.ts +1 -2
- package/src/v4/events/cloud-resources/create-ludeocast-machine-request.ts +0 -1
- package/src/v4/events/ludeocast-agent/resource-update.ts +2 -1
- package/src/v4/types/cloud/ludeocast-v2/provider-settings.ts +1 -2
- package/src/v4/types/cloud/ludeocast-v2/resource-provider-settings.ts +5 -2
|
@@ -14,7 +14,6 @@ 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
|
-
const provider_settings_1 = require("../../types/cloud/ludeocast-v2/provider-settings");
|
|
18
17
|
class CreateLudeocastGameRequestPayload {
|
|
19
18
|
}
|
|
20
19
|
exports.CreateLudeocastGameRequestPayload = CreateLudeocastGameRequestPayload;
|
|
@@ -34,10 +33,6 @@ __decorate([
|
|
|
34
33
|
(0, class_validator_1.IsOptional)(),
|
|
35
34
|
__metadata("design:type", Object)
|
|
36
35
|
], CreateLudeocastGameRequestPayload.prototype, "gameCreationPayload", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, decorators_1.ValidateNestedType)(() => provider_settings_1.LudeoCastV2ProviderSettings),
|
|
39
|
-
__metadata("design:type", provider_settings_1.LudeoCastV2ProviderSettings)
|
|
40
|
-
], CreateLudeocastGameRequestPayload.prototype, "providerSettings", void 0);
|
|
41
36
|
__decorate([
|
|
42
37
|
(0, class_validator_1.IsUUID)(),
|
|
43
38
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-ludeocast-game-request.js","sourceRoot":"","sources":["../../../../src/v4/events/cloud-resources/create-ludeocast-game-request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,
|
|
1
|
+
{"version":3,"file":"create-ludeocast-game-request.js","sourceRoot":"","sources":["../../../../src/v4/events/cloud-resources/create-ludeocast-game-request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAqD;AAErD,6CAAsD;AAGtD,MAAa,iCAAiC;CAiB7C;AAjBD,8EAiBC;AAfC;IADC,IAAA,wBAAM,GAAE;;4EACiB;AAG1B;IADC,IAAA,wBAAM,GAAE;;yEACc;AAGvB;IADC,IAAA,wBAAM,GAAE;;qEACU;AAGnB;IADC,IAAA,4BAAU,GAAE;;8EAC6B;AAK1C;IADC,IAAA,wBAAM,GAAE;;kEACO;AAGlB,MAAa,0BAA2B,SAAQ,kBAAU;IAGxD,YAAY,OAA0C,EAAE,OAA6B;QACnF,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,CAAC;QAC7C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,gEAcC;AAbiB,qCAAU,GAAG,+CAA+C,CAAC;AAS7E;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"}
|
|
@@ -14,7 +14,6 @@ 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
|
-
const types_1 = require("../../types");
|
|
18
17
|
class AndroidMachineCreationPayload {
|
|
19
18
|
}
|
|
20
19
|
exports.AndroidMachineCreationPayload = AndroidMachineCreationPayload;
|
|
@@ -34,10 +33,6 @@ __decorate([
|
|
|
34
33
|
(0, decorators_1.ValidateNestedType)(() => AndroidMachineCreationPayload),
|
|
35
34
|
__metadata("design:type", Object)
|
|
36
35
|
], CreateLudeocastMachineRequestPayload.prototype, "machineCreationPayload", void 0);
|
|
37
|
-
__decorate([
|
|
38
|
-
(0, decorators_1.ValidateNestedType)(() => types_1.LudeoCastV2ProviderSettings),
|
|
39
|
-
__metadata("design:type", types_1.LudeoCastV2ProviderSettings)
|
|
40
|
-
], CreateLudeocastMachineRequestPayload.prototype, "providerSettings", void 0);
|
|
41
36
|
class CreateLudeocastMachineRequest extends infra_1.LudeoEvent {
|
|
42
37
|
constructor(payload, context) {
|
|
43
38
|
super(CreateLudeocastMachineRequest.EVENT_NAME);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-ludeocast-machine-request.js","sourceRoot":"","sources":["../../../../src/v4/events/cloud-resources/create-ludeocast-machine-request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAqD;AACrD,6CAAsD;
|
|
1
|
+
{"version":3,"file":"create-ludeocast-machine-request.js","sourceRoot":"","sources":["../../../../src/v4/events/cloud-resources/create-ludeocast-machine-request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAqD;AACrD,6CAAsD;AAGtD,MAAa,6BAA6B;CAAG;AAA7C,sEAA6C;AAI7C,MAAa,oCAAoC;CAYhD;AAZD,oFAYC;AAVC;IADC,IAAA,wBAAM,GAAE;;+EACiB;AAG1B;IADC,IAAA,wBAAM,GAAE;;2EACa;AAItB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,6BAA6B,CAAC;;oFACR;AAKlD,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"}
|
|
@@ -14,3 +14,4 @@ export declare class ResourceUpdate extends BaseCommand<ResourceUpdatePayload> {
|
|
|
14
14
|
getTopic(): string;
|
|
15
15
|
}
|
|
16
16
|
export declare const RESOURCE_UPDATE_SUBSCRIBE_PATTERN = "$share/site-controller-group/agent/resource-update/+";
|
|
17
|
+
export declare const RESOURCE_UPDATE_AGENT_SUBSCRIBE_PATTERN = "agent/resource-update";
|
|
@@ -9,7 +9,7 @@ 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.RESOURCE_UPDATE_SUBSCRIBE_PATTERN = exports.ResourceUpdate = exports.ResourceUpdatePayload = void 0;
|
|
12
|
+
exports.RESOURCE_UPDATE_AGENT_SUBSCRIBE_PATTERN = exports.RESOURCE_UPDATE_SUBSCRIBE_PATTERN = exports.ResourceUpdate = exports.ResourceUpdatePayload = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const base_1 = require("../base/base");
|
|
15
15
|
const status_1 = require("../../types/pools/resource/status");
|
|
@@ -45,7 +45,7 @@ __decorate([
|
|
|
45
45
|
], ResourceUpdatePayload.prototype, "meta", void 0);
|
|
46
46
|
class ResourceUpdate extends base_1.BaseCommand {
|
|
47
47
|
constructor(payload) {
|
|
48
|
-
super(payload.machineResourceId,
|
|
48
|
+
super(payload.machineResourceId, RESOURCE_UPDATE, payload);
|
|
49
49
|
}
|
|
50
50
|
getTopic() {
|
|
51
51
|
return `${constants_1.AGENT_STRING}/${RESOURCE_UPDATE}/${this.payload.machineResourceId}`;
|
|
@@ -57,4 +57,5 @@ __decorate([
|
|
|
57
57
|
__metadata("design:type", ResourceUpdatePayload)
|
|
58
58
|
], ResourceUpdate.prototype, "payload", void 0);
|
|
59
59
|
exports.RESOURCE_UPDATE_SUBSCRIBE_PATTERN = `$share/site-controller-group/${constants_1.AGENT_STRING}/${RESOURCE_UPDATE}/${constants_1.WILDCARD_MQTT_STRING}`;
|
|
60
|
+
exports.RESOURCE_UPDATE_AGENT_SUBSCRIBE_PATTERN = `${constants_1.AGENT_STRING}/${RESOURCE_UPDATE}`;
|
|
60
61
|
//# sourceMappingURL=resource-update.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource-update.js","sourceRoot":"","sources":["../../../../src/v4/events/ludeocast-agent/resource-update.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,uCAA+D;AAC/D,8DAAwE;AACxE,uGAAwF;AACxF,iDAAuE;AACvE,sFAAyE;AAGzE,MAAM,eAAe,GAAG,iBAAiB,CAAC;AAE1C,MAAa,qBAAsB,SAAQ,yBAAkB;CAkB5D;AAlBD,sDAkBC;AAfC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;6DACe;AAGxB;IADC,IAAA,wBAAM,EAAC,4BAAmB,CAAC;;qDACA;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,qDAAoB,CAAC;;0DACM;AAInC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACK;AAGhB;IADC,IAAA,4BAAU,GAAE;;mDACc;AAG7B,MAAa,cAAe,SAAQ,kBAAkC;IAKpE,YAAY,OAA8B;QACxC,KAAK,CAAC,OAAO,CAAC,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"resource-update.js","sourceRoot":"","sources":["../../../../src/v4/events/ludeocast-agent/resource-update.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,uCAA+D;AAC/D,8DAAwE;AACxE,uGAAwF;AACxF,iDAAuE;AACvE,sFAAyE;AAGzE,MAAM,eAAe,GAAG,iBAAiB,CAAC;AAE1C,MAAa,qBAAsB,SAAQ,yBAAkB;CAkB5D;AAlBD,sDAkBC;AAfC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;6DACe;AAGxB;IADC,IAAA,wBAAM,EAAC,4BAAmB,CAAC;;qDACA;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,qDAAoB,CAAC;;0DACM;AAInC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACK;AAGhB;IADC,IAAA,4BAAU,GAAE;;mDACc;AAG7B,MAAa,cAAe,SAAQ,kBAAkC;IAKpE,YAAY,OAA8B;QACxC,KAAK,CAAC,OAAO,CAAC,iBAAiB,EAAE,eAAe,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;IAED,QAAQ;QACN,OAAM,GAAG,wBAAY,IAAI,eAAe,IAAI,IAAI,CAAC,OAAO,CAAC,iBAAiB,EAAE,CAAA;IAC9E,CAAC;CACF;AAZD,wCAYC;AATC;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,qBAAqB,CAAC;8BACvC,qBAAqB;+CAAC;AAWpB,QAAA,iCAAiC,GAAG,gCAAgC,wBAAY,IAAI,eAAe,IAAI,gCAAoB,EAAE,CAAC;AAE9H,QAAA,uCAAuC,GAAG,GAAG,wBAAY,IAAI,eAAe,EAAE,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { MachineMode } from "../..";
|
|
2
2
|
import { CloudProviderSettings } from "../provider-settings";
|
|
3
|
-
import { LudeoCastSite } from "../ludeocast/site";
|
|
4
3
|
export declare class LudeoCastV2ProviderSettings {
|
|
5
|
-
site:
|
|
4
|
+
site: string;
|
|
6
5
|
region?: string;
|
|
7
6
|
mode?: MachineMode;
|
|
8
7
|
executableLaunchPath?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider-settings.js","sourceRoot":"","sources":["../../../../../src/v4/types/cloud/ludeocast-v2/provider-settings.ts"],"names":[],"mappings":";;;
|
|
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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CloudProvider } from "../provider";
|
|
2
|
-
import { LudeoCastSite } from "../ludeocast/site";
|
|
3
2
|
export declare class LudeoCastV2ResourceProviderSettings {
|
|
4
3
|
machineId?: string;
|
|
5
4
|
cloudProvider?: CloudProvider;
|
|
6
|
-
|
|
5
|
+
region?: string;
|
|
6
|
+
site?: string;
|
|
7
7
|
}
|
|
@@ -12,7 +12,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.LudeoCastV2ResourceProviderSettings = void 0;
|
|
13
13
|
const class_validator_1 = require("class-validator");
|
|
14
14
|
const provider_1 = require("../provider");
|
|
15
|
-
const site_1 = require("../ludeocast/site");
|
|
16
15
|
class LudeoCastV2ResourceProviderSettings {
|
|
17
16
|
}
|
|
18
17
|
exports.LudeoCastV2ResourceProviderSettings = LudeoCastV2ResourceProviderSettings;
|
|
@@ -26,6 +25,11 @@ __decorate([
|
|
|
26
25
|
(0, class_validator_1.IsEnum)(provider_1.CloudProvider),
|
|
27
26
|
__metadata("design:type", String)
|
|
28
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);
|
|
29
33
|
__decorate([
|
|
30
34
|
(0, class_validator_1.IsOptional)(),
|
|
31
35
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +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;
|
|
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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LudeoEvent } from '../../../infra';
|
|
2
2
|
import { ValidateNestedType } from '../../../decorators';
|
|
3
|
-
import {
|
|
3
|
+
import { IsUUID, IsOptional } from 'class-validator';
|
|
4
4
|
import { GameCreationPayload } from '../../types/site-controller';
|
|
5
5
|
import { CloudResourceContext } from '../../contexts';
|
|
6
6
|
import { LudeoCastV2ProviderSettings } from '../../types/cloud/ludeocast-v2/provider-settings';
|
|
@@ -18,7 +18,6 @@ export class CreateLudeocastGameRequestPayload {
|
|
|
18
18
|
@IsOptional()
|
|
19
19
|
gameCreationPayload?: GameCreationPayload;
|
|
20
20
|
|
|
21
|
-
@ValidateNestedType(() => LudeoCastV2ProviderSettings)
|
|
22
21
|
providerSettings: LudeoCastV2ProviderSettings;
|
|
23
22
|
|
|
24
23
|
@IsUUID()
|
|
@@ -19,7 +19,6 @@ export class CreateLudeocastMachineRequestPayload {
|
|
|
19
19
|
@ValidateNestedType(() => AndroidMachineCreationPayload)
|
|
20
20
|
machineCreationPayload?: MachineCreationPayload;
|
|
21
21
|
|
|
22
|
-
@ValidateNestedType(() => LudeoCastV2ProviderSettings)
|
|
23
22
|
providerSettings: LudeoCastV2ProviderSettings;
|
|
24
23
|
}
|
|
25
24
|
|
|
@@ -34,7 +34,7 @@ export class ResourceUpdate extends BaseCommand<ResourceUpdatePayload> {
|
|
|
34
34
|
payload: ResourceUpdatePayload;
|
|
35
35
|
|
|
36
36
|
constructor(payload: ResourceUpdatePayload) {
|
|
37
|
-
super(payload.machineResourceId,
|
|
37
|
+
super(payload.machineResourceId, RESOURCE_UPDATE, payload);
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
getTopic(): string {
|
|
@@ -44,3 +44,4 @@ export class ResourceUpdate extends BaseCommand<ResourceUpdatePayload> {
|
|
|
44
44
|
|
|
45
45
|
export const RESOURCE_UPDATE_SUBSCRIBE_PATTERN = `$share/site-controller-group/${AGENT_STRING}/${RESOURCE_UPDATE}/${WILDCARD_MQTT_STRING}`;
|
|
46
46
|
|
|
47
|
+
export const RESOURCE_UPDATE_AGENT_SUBSCRIBE_PATTERN = `${AGENT_STRING}/${RESOURCE_UPDATE}`;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { MachineMode } from "../..";
|
|
2
2
|
import { CloudProviderSettings } from "../provider-settings";
|
|
3
|
-
import { LudeoCastSite } from "../ludeocast/site";
|
|
4
3
|
|
|
5
4
|
export class LudeoCastV2ProviderSettings {
|
|
6
|
-
site:
|
|
5
|
+
site: string;
|
|
7
6
|
|
|
8
7
|
region?: string;
|
|
9
8
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { IsEnum, IsOptional, IsString } from "class-validator";
|
|
2
2
|
import { CloudProvider } from "../provider";
|
|
3
|
-
import { LudeoCastSite } from "../ludeocast/site";
|
|
4
3
|
|
|
5
4
|
export class LudeoCastV2ResourceProviderSettings {
|
|
6
5
|
@IsOptional()
|
|
@@ -11,8 +10,12 @@ export class LudeoCastV2ResourceProviderSettings {
|
|
|
11
10
|
@IsEnum(CloudProvider)
|
|
12
11
|
cloudProvider?: CloudProvider;
|
|
13
12
|
|
|
13
|
+
@IsOptional()
|
|
14
|
+
@IsString()
|
|
15
|
+
region?: string;
|
|
16
|
+
|
|
14
17
|
|
|
15
18
|
@IsOptional()
|
|
16
19
|
@IsString()
|
|
17
|
-
site?:
|
|
20
|
+
site?: string;
|
|
18
21
|
}
|