@ludeo/cloud-common 1.2.100-beta-yahil-6 → 1.2.100-beta-yahil-8
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-pool-context.js +0 -2
- package/dist/v4/contexts/cloud-pool-context.js.map +1 -1
- package/dist/v4/contexts/cloud-session-context.js +0 -7
- package/dist/v4/contexts/cloud-session-context.js.map +1 -1
- package/dist/v4/events/pool-status.d.ts +3 -1
- package/dist/v4/events/pool-status.js +8 -0
- package/dist/v4/events/pool-status.js.map +1 -1
- package/dist/v4/types/pools/pool.d.ts +3 -0
- package/dist/v4/types/pools/pool.js +14 -1
- package/dist/v4/types/pools/pool.js.map +1 -1
- package/package.json +1 -1
- package/src/v4/contexts/cloud-pool-context.ts +0 -2
- package/src/v4/contexts/cloud-session-context.ts +0 -7
- package/src/v4/events/pool-status.ts +9 -1
- package/src/v4/types/pools/pool.ts +19 -1
|
@@ -30,12 +30,10 @@ __decorate([
|
|
|
30
30
|
], CloudPoolContext.prototype, "streamGroupId", void 0);
|
|
31
31
|
__decorate([
|
|
32
32
|
(0, class_validator_1.IsOptional)(),
|
|
33
|
-
(0, class_validator_1.IsUUID)(),
|
|
34
33
|
__metadata("design:type", String)
|
|
35
34
|
], CloudPoolContext.prototype, "poolMonitorRequestId", void 0);
|
|
36
35
|
__decorate([
|
|
37
36
|
(0, class_validator_1.IsOptional)(),
|
|
38
|
-
(0, class_validator_1.IsUUID)(),
|
|
39
37
|
__metadata("design:type", String)
|
|
40
38
|
], CloudPoolContext.prototype, "platformStatusRequestId", void 0);
|
|
41
39
|
//# sourceMappingURL=cloud-pool-context.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloud-pool-context.js","sourceRoot":"","sources":["../../../src/v4/contexts/cloud-pool-context.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,oCAAyC;AAEzC,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"cloud-pool-context.js","sourceRoot":"","sources":["../../../src/v4/contexts/cloud-pool-context.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,oCAAyC;AAEzC,MAAa,gBAAgB;CAgB5B;AAhBD,4CAgBC;AAdC;IADC,IAAA,wBAAM,EAAC,qBAAa,CAAC;;uDACO;AAG7B;IADC,IAAA,wBAAM,GAAE;;gDACM;AAIf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;uDACY;AAGvB;IADC,IAAA,4BAAU,GAAE;;8DACiB;AAG9B;IADC,IAAA,4BAAU,GAAE;;iEACoB"}
|
|
@@ -22,7 +22,6 @@ __decorate([
|
|
|
22
22
|
], CloudSessionContext.prototype, "allocationRequestId", void 0);
|
|
23
23
|
__decorate([
|
|
24
24
|
(0, class_validator_1.IsOptional)(),
|
|
25
|
-
(0, class_validator_1.IsUUID)(),
|
|
26
25
|
__metadata("design:type", String)
|
|
27
26
|
], CloudSessionContext.prototype, "clientRequestId", void 0);
|
|
28
27
|
__decorate([
|
|
@@ -31,17 +30,14 @@ __decorate([
|
|
|
31
30
|
], CloudSessionContext.prototype, "cloudSessionId", void 0);
|
|
32
31
|
__decorate([
|
|
33
32
|
(0, class_validator_1.IsOptional)(),
|
|
34
|
-
(0, class_validator_1.IsUUID)(),
|
|
35
33
|
__metadata("design:type", String)
|
|
36
34
|
], CloudSessionContext.prototype, "userId", void 0);
|
|
37
35
|
__decorate([
|
|
38
36
|
(0, class_validator_1.IsOptional)(),
|
|
39
|
-
(0, class_validator_1.IsUUID)(),
|
|
40
37
|
__metadata("design:type", String)
|
|
41
38
|
], CloudSessionContext.prototype, "gameId", void 0);
|
|
42
39
|
__decorate([
|
|
43
40
|
(0, class_validator_1.IsOptional)(),
|
|
44
|
-
(0, class_validator_1.IsUUID)(),
|
|
45
41
|
__metadata("design:type", String)
|
|
46
42
|
], CloudSessionContext.prototype, "ludeoId", void 0);
|
|
47
43
|
__decorate([
|
|
@@ -90,12 +86,10 @@ __decorate([
|
|
|
90
86
|
], CloudSessionContext.prototype, "resourceId", void 0);
|
|
91
87
|
__decorate([
|
|
92
88
|
(0, class_validator_1.IsOptional)(),
|
|
93
|
-
(0, class_validator_1.IsUUID)(),
|
|
94
89
|
__metadata("design:type", String)
|
|
95
90
|
], CloudSessionContext.prototype, "tabSessionId", void 0);
|
|
96
91
|
__decorate([
|
|
97
92
|
(0, class_validator_1.IsOptional)(),
|
|
98
|
-
(0, class_validator_1.IsUUID)(),
|
|
99
93
|
__metadata("design:type", String)
|
|
100
94
|
], CloudSessionContext.prototype, "playSessionId", void 0);
|
|
101
95
|
__decorate([
|
|
@@ -115,7 +109,6 @@ __decorate([
|
|
|
115
109
|
], CloudSessionContext.prototype, "ludeoResourceId", void 0);
|
|
116
110
|
__decorate([
|
|
117
111
|
(0, class_validator_1.IsOptional)(),
|
|
118
|
-
(0, class_validator_1.IsUUID)(),
|
|
119
112
|
__metadata("design:type", String)
|
|
120
113
|
], CloudSessionContext.prototype, "connectionId", void 0);
|
|
121
114
|
//# sourceMappingURL=cloud-session-context.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloud-session-context.js","sourceRoot":"","sources":["../../../src/v4/contexts/cloud-session-context.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,oCAAyC;AAEzC,MAAa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"cloud-session-context.js","sourceRoot":"","sources":["../../../src/v4/contexts/cloud-session-context.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuE;AACvE,oCAAyC;AAEzC,MAAa,mBAAmB;CA4E/B;AA5ED,kDA4EC;AAzEC;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;gEACoB;AAG7B;IADC,IAAA,4BAAU,GAAE;;4DACY;AAGzB;IADC,IAAA,wBAAM,GAAE;;2DACc;AAGvB;IADC,IAAA,4BAAU,GAAE;;mDACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;mDACG;AAGhB;IADC,IAAA,4BAAU,GAAE;;oDACI;AAGjB;IADC,IAAA,wBAAM,EAAC,qBAAa,CAAC;;0DACO;AAI7B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;uDACW;AAIpB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;2DACe;AAIxB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;0DACc;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;8DACkB;AAI3B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACY;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;4DACc;AAKzB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;mDACO;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,4BAAU,GAAE;;yDACS;AAGtB;IADC,IAAA,4BAAU,GAAE;;0DACU;AAIvB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;wDACY;AAIrB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,GAAE;;4DACgB;AAGzB;IADC,IAAA,4BAAU,GAAE;;yDACS"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { LudeoEvent } from "../../infra/ludeo-event";
|
|
2
|
-
import { CloudResourcesStatusMap, BasePoolAttributes, LudeoPoolAttributes, MachinePoolAttributes, CloudProviderSettings, GamePoolAttributes } from "../types";
|
|
2
|
+
import { CloudResourcesStatusMap, BasePoolAttributes, LudeoPoolAttributes, MachinePoolAttributes, CloudProviderSettings, GamePoolAttributes, BuildVersionMeta, RolloutConfig } from "../types";
|
|
3
3
|
export declare class PoolStatusEventBasePool<T extends BasePoolAttributes = BasePoolAttributes> {
|
|
4
4
|
attributes: T;
|
|
5
5
|
statusMap: CloudResourcesStatusMap;
|
|
6
|
+
buildMeta?: BuildVersionMeta;
|
|
7
|
+
rollout?: RolloutConfig;
|
|
6
8
|
poolId: string;
|
|
7
9
|
manualOverrideSize?: number;
|
|
8
10
|
}
|
|
@@ -22,6 +22,14 @@ __decorate([
|
|
|
22
22
|
(0, validate_nested_type_decorator_1.ValidateNestedType)(() => types_1.BasePoolAttributes),
|
|
23
23
|
__metadata("design:type", Object)
|
|
24
24
|
], PoolStatusEventBasePool.prototype, "attributes", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsOptional)(),
|
|
27
|
+
__metadata("design:type", types_1.BuildVersionMeta)
|
|
28
|
+
], PoolStatusEventBasePool.prototype, "buildMeta", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, class_validator_1.IsOptional)(),
|
|
31
|
+
__metadata("design:type", types_1.RolloutConfig)
|
|
32
|
+
], PoolStatusEventBasePool.prototype, "rollout", void 0);
|
|
25
33
|
__decorate([
|
|
26
34
|
(0, class_validator_1.IsUUID)(),
|
|
27
35
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pool-status.js","sourceRoot":"","sources":["../../../src/v4/events/pool-status.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAE/D,yDAAqD;AACrD,
|
|
1
|
+
{"version":3,"file":"pool-status.js","sourceRoot":"","sources":["../../../src/v4/events/pool-status.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAA+D;AAE/D,yDAAqD;AACrD,oCAUkB;AAClB,oGAAqF;AACrF,4FAA4E;AAE5E,MAAa,uBAAuB;CAoBnC;AApBD,0DAoBC;AAhBC;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,0BAAkB,CAAC;;2DAC/B;AAKd;IADC,IAAA,4BAAU,GAAE;8BACD,wBAAgB;0DAAC;AAG7B;IADC,IAAA,4BAAU,GAAE;8BACH,qBAAa;wDAAC;AAGxB;IADC,IAAA,wBAAM,GAAE;;uDACM;AAIf;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mEACiB;AAG9B,MAAa,wBAAyB,SAAQ,uBAA4C;CAOzF;AAPD,4DAOC;AALC;IADC,IAAA,wBAAM,GAAE;;4DACU;AAInB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0CAAa,GAAE;;yDACC;AAGnB,MAAa,uBAAwB,SAAQ,uBAA2C;CASvF;AATD,0DASC;AAPC;IADC,IAAA,wBAAM,GAAE;;8DACa;AAItB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;kEACgB;AAK7B,MAAa,0BAA2B,SAAQ,uBAA8C;CAK7F;AALD,gEAKC;AADC;IADC,IAAA,mDAAkB,EAAC,+BAAuB,CAAC;;oEACK;AAGnD,MAAa,sBAAsB;CAKlC;AALD,wDAKC;AADC;IADC,IAAA,wBAAM,GAAE;;yDACS;AAGpB,MAAa,eAAgB,SAAQ,wBAAU;IAG7C,YAAY,OAA+B;QACzC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,CAAC;QAClC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AANH,0CAUC;AATiB,0BAAU,GAAG,yBAAyB,CAAC;AAQvD;IADC,IAAA,mDAAkB,EAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC;8BACxC,sBAAsB;gDAAC"}
|
|
@@ -6,6 +6,9 @@ import { AWSProviderSettings, CloudProviderSettings, MockProviderSettings } from
|
|
|
6
6
|
export type CloudResourcesMap<T extends BaseCloudResource> = Record<string, T>;
|
|
7
7
|
export declare const isAWSPool: <T extends CloudPoolType | undefined = undefined>(pool: CloudPool<T, CloudProviderSettings>) => pool is CloudPool<T, AWSProviderSettings>;
|
|
8
8
|
export declare const isMockPool: <T extends CloudPoolType | undefined = undefined>(pool: CloudPool<T, CloudProviderSettings>) => pool is CloudPool<T, MockProviderSettings>;
|
|
9
|
+
export declare const isMachinePool: (pool: CloudPoolConfigurationType) => pool is CloudPoolConfigurationType<CloudPoolType.MACHINE>;
|
|
10
|
+
export declare const isGamePool: (pool: CloudPoolConfigurationType) => pool is CloudPoolConfigurationType<CloudPoolType.GAME>;
|
|
11
|
+
export declare const isLudeoPool: (pool: CloudPoolConfigurationType) => pool is CloudPoolConfigurationType<CloudPoolType.LUDEO>;
|
|
9
12
|
export declare class CloudPool<T extends CloudPoolType | undefined = undefined, C extends CloudProviderSettings = CloudProviderSettings> {
|
|
10
13
|
id: string;
|
|
11
14
|
status: CloudPoolStatus;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CloudPool = exports.isMockPool = exports.isAWSPool = void 0;
|
|
3
|
+
exports.CloudPool = exports.isLudeoPool = exports.isGamePool = exports.isMachinePool = exports.isMockPool = exports.isAWSPool = void 0;
|
|
4
|
+
const type_1 = require("./type");
|
|
4
5
|
const cloud_1 = require("../cloud");
|
|
5
6
|
const isAWSPool = (pool) => {
|
|
6
7
|
return pool.config.cloudProvider === cloud_1.CloudProvider.AWS;
|
|
@@ -10,6 +11,18 @@ const isMockPool = (pool) => {
|
|
|
10
11
|
return pool.config.cloudProvider === cloud_1.CloudProvider.MOCK;
|
|
11
12
|
};
|
|
12
13
|
exports.isMockPool = isMockPool;
|
|
14
|
+
const isMachinePool = (pool) => {
|
|
15
|
+
return pool.type === type_1.CloudPoolType.MACHINE;
|
|
16
|
+
};
|
|
17
|
+
exports.isMachinePool = isMachinePool;
|
|
18
|
+
const isGamePool = (pool) => {
|
|
19
|
+
return pool.type === type_1.CloudPoolType.GAME;
|
|
20
|
+
};
|
|
21
|
+
exports.isGamePool = isGamePool;
|
|
22
|
+
const isLudeoPool = (pool) => {
|
|
23
|
+
return pool.type === type_1.CloudPoolType.LUDEO;
|
|
24
|
+
};
|
|
25
|
+
exports.isLudeoPool = isLudeoPool;
|
|
13
26
|
class CloudPool {
|
|
14
27
|
}
|
|
15
28
|
exports.CloudPool = CloudPool;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pool.js","sourceRoot":"","sources":["../../../../src/v4/types/pools/pool.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"pool.js","sourceRoot":"","sources":["../../../../src/v4/types/pools/pool.ts"],"names":[],"mappings":";;;AAAA,iCAAuC;AAIvC,oCAKkB;AAIX,MAAM,SAAS,GAAG,CACvB,IAAyC,EACE,EAAE;IAC7C,OAAO,IAAI,CAAC,MAAM,CAAC,aAAa,KAAK,qBAAa,CAAC,GAAG,CAAC;AACzD,CAAC,CAAC;AAJW,QAAA,SAAS,aAIpB;AAEK,MAAM,UAAU,GAAG,CACxB,IAAyC,EACG,EAAE;IAC9C,OAAO,IAAI,CAAC,MAAM,CAAC,aAAa,KAAK,qBAAa,CAAC,IAAI,CAAC;AAC1D,CAAC,CAAC;AAJW,QAAA,UAAU,cAIrB;AAEK,MAAM,aAAa,GAAG,CAC3B,IAAgC,EAC2B,EAAE;IAC7D,OAAO,IAAI,CAAC,IAAI,KAAK,oBAAa,CAAC,OAAO,CAAC;AAC7C,CAAC,CAAC;AAJW,QAAA,aAAa,iBAIxB;AAEK,MAAM,UAAU,GAAG,CACxB,IAAgC,EACwB,EAAE;IAC1D,OAAO,IAAI,CAAC,IAAI,KAAK,oBAAa,CAAC,IAAI,CAAC;AAC1C,CAAC,CAAC;AAJW,QAAA,UAAU,cAIrB;AAEK,MAAM,WAAW,GAAG,CACzB,IAAgC,EACyB,EAAE;IAC3D,OAAO,IAAI,CAAC,IAAI,KAAK,oBAAa,CAAC,KAAK,CAAC;AAC3C,CAAC,CAAC;AAJW,QAAA,WAAW,eAItB;AAEF,MAAa,SAAS;CASrB;AATD,8BASC"}
|
package/package.json
CHANGED
|
@@ -7,22 +7,18 @@ export class CloudSessionContext {
|
|
|
7
7
|
allocationRequestId?: string;
|
|
8
8
|
|
|
9
9
|
@IsOptional()
|
|
10
|
-
@IsUUID()
|
|
11
10
|
clientRequestId?: string;
|
|
12
11
|
|
|
13
12
|
@IsUUID()
|
|
14
13
|
cloudSessionId: string;
|
|
15
14
|
|
|
16
15
|
@IsOptional()
|
|
17
|
-
@IsUUID()
|
|
18
16
|
userId?: string;
|
|
19
17
|
|
|
20
18
|
@IsOptional()
|
|
21
|
-
@IsUUID()
|
|
22
19
|
gameId?: string;
|
|
23
20
|
|
|
24
21
|
@IsOptional()
|
|
25
|
-
@IsUUID()
|
|
26
22
|
ludeoId?: string;
|
|
27
23
|
|
|
28
24
|
@IsEnum(CloudProvider)
|
|
@@ -62,11 +58,9 @@ export class CloudSessionContext {
|
|
|
62
58
|
resourceId?: string;
|
|
63
59
|
|
|
64
60
|
@IsOptional()
|
|
65
|
-
@IsUUID()
|
|
66
61
|
tabSessionId?: string;
|
|
67
62
|
|
|
68
63
|
@IsOptional()
|
|
69
|
-
@IsUUID()
|
|
70
64
|
playSessionId?: string;
|
|
71
65
|
|
|
72
66
|
@IsOptional()
|
|
@@ -82,6 +76,5 @@ export class CloudSessionContext {
|
|
|
82
76
|
ludeoResourceId?: string;
|
|
83
77
|
|
|
84
78
|
@IsOptional()
|
|
85
|
-
@IsUUID()
|
|
86
79
|
connectionId?: string;
|
|
87
80
|
}
|
|
@@ -9,18 +9,26 @@ import {
|
|
|
9
9
|
CloudProviderSettings,
|
|
10
10
|
GamePoolAttributes,
|
|
11
11
|
getProviderSettingsType,
|
|
12
|
+
BuildVersionMeta,
|
|
13
|
+
RolloutConfig,
|
|
12
14
|
} from "../types";
|
|
13
15
|
import { ValidateNestedType } from "../../decorators/validate-nested-type.decorator";
|
|
14
16
|
import { IsUUIDOrEmpty } from "../../decorators/is-uuid-or-empty.decorator";
|
|
15
17
|
|
|
16
18
|
export class PoolStatusEventBasePool<
|
|
17
|
-
T extends BasePoolAttributes = BasePoolAttributes
|
|
19
|
+
T extends BasePoolAttributes = BasePoolAttributes
|
|
18
20
|
> {
|
|
19
21
|
@ValidateNestedType(() => BasePoolAttributes)
|
|
20
22
|
attributes: T;
|
|
21
23
|
|
|
22
24
|
statusMap: CloudResourcesStatusMap;
|
|
23
25
|
|
|
26
|
+
@IsOptional()
|
|
27
|
+
buildMeta?: BuildVersionMeta;
|
|
28
|
+
|
|
29
|
+
@IsOptional()
|
|
30
|
+
rollout?: RolloutConfig;
|
|
31
|
+
|
|
24
32
|
@IsUUID()
|
|
25
33
|
poolId: string;
|
|
26
34
|
|
|
@@ -23,9 +23,27 @@ export const isMockPool = <T extends CloudPoolType | undefined = undefined>(
|
|
|
23
23
|
return pool.config.cloudProvider === CloudProvider.MOCK;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
+
export const isMachinePool = (
|
|
27
|
+
pool: CloudPoolConfigurationType
|
|
28
|
+
): pool is CloudPoolConfigurationType<CloudPoolType.MACHINE> => {
|
|
29
|
+
return pool.type === CloudPoolType.MACHINE;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export const isGamePool = (
|
|
33
|
+
pool: CloudPoolConfigurationType
|
|
34
|
+
): pool is CloudPoolConfigurationType<CloudPoolType.GAME> => {
|
|
35
|
+
return pool.type === CloudPoolType.GAME;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export const isLudeoPool = (
|
|
39
|
+
pool: CloudPoolConfigurationType
|
|
40
|
+
): pool is CloudPoolConfigurationType<CloudPoolType.LUDEO> => {
|
|
41
|
+
return pool.type === CloudPoolType.LUDEO;
|
|
42
|
+
};
|
|
43
|
+
|
|
26
44
|
export class CloudPool<
|
|
27
45
|
T extends CloudPoolType | undefined = undefined,
|
|
28
|
-
C extends CloudProviderSettings = CloudProviderSettings
|
|
46
|
+
C extends CloudProviderSettings = CloudProviderSettings
|
|
29
47
|
> {
|
|
30
48
|
id: string;
|
|
31
49
|
status: CloudPoolStatus;
|