@ludeo/cloud-common 1.2.199-ygbeta0 → 1.2.199-ygbeta1
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-builds/index.d.ts +1 -0
- package/dist/v4/events/cloud-builds/index.js +1 -0
- package/dist/v4/events/cloud-builds/index.js.map +1 -1
- package/dist/v4/events/site-controller/index.d.ts +15 -14
- package/dist/v4/events/site-controller/index.js +1 -0
- package/dist/v4/events/site-controller/index.js.map +1 -1
- package/package.json +1 -1
- package/src/v4/events/cloud-builds/index.ts +2 -1
- package/src/v4/events/site-controller/index.ts +15 -15
|
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./create-ludeocast-build-distribution-request"), exports);
|
|
18
18
|
__exportStar(require("./terminate-ludeocast-build-distribution-request"), exports);
|
|
19
|
+
__exportStar(require("./copy-ludeocast-build-distibution-request"), exports);
|
|
19
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/v4/events/cloud-builds/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gFAA8D;AAC9D,mFAAiE"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/v4/events/cloud-builds/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gFAA8D;AAC9D,mFAAiE;AACjE,6EAA2D"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
1
|
+
export * from "./machine-ludeocast-creation-ended";
|
|
2
|
+
export * from "./game-ludeocast-creation-ended";
|
|
3
|
+
export * from "./game-ludeocast-termination-ended";
|
|
4
|
+
export * from "./machine-ludeocast-termination-ended";
|
|
5
|
+
export * from "./ludeocast-build-distribution-creation-ended";
|
|
6
|
+
export * from "./ludeocast-build-distribution-termination-ended";
|
|
7
|
+
export * from "./ludeocast-build-distribution-copy-ended";
|
|
8
|
+
export * from "./ludeocast-resource-status-update";
|
|
9
|
+
export * from "../base/base";
|
|
10
|
+
export * from "../base/constants";
|
|
11
|
+
export * from "./init.command";
|
|
12
|
+
export * from "./terminate-game.command";
|
|
13
|
+
export * from "./start-game.command";
|
|
14
|
+
export * from "./shutdown.command";
|
|
15
|
+
export * from "./export-logs.command";
|
|
@@ -20,6 +20,7 @@ __exportStar(require("./game-ludeocast-termination-ended"), exports);
|
|
|
20
20
|
__exportStar(require("./machine-ludeocast-termination-ended"), exports);
|
|
21
21
|
__exportStar(require("./ludeocast-build-distribution-creation-ended"), exports);
|
|
22
22
|
__exportStar(require("./ludeocast-build-distribution-termination-ended"), exports);
|
|
23
|
+
__exportStar(require("./ludeocast-build-distribution-copy-ended"), exports);
|
|
23
24
|
__exportStar(require("./ludeocast-resource-status-update"), exports);
|
|
24
25
|
__exportStar(require("../base/base"), exports);
|
|
25
26
|
__exportStar(require("../base/constants"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qEAAmD;AACnD,kEAAgD;AAChD,qEAAmD;AACnD,wEAAsD;AAEtD,gFAA8D;AAC9D,mFAAiE;AACjE,4EAA0D;AAE1D,qEAAmD;AAGnD,+CAA6B;AAC7B,oDAAkC;AAClC,iDAA+B;AAC/B,2DAAyC;AACzC,uDAAqC;AACrC,qDAAmC;AACnC,wDAAsC"}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
+
export * from "./machine-ludeocast-creation-ended";
|
|
2
|
+
export * from "./game-ludeocast-creation-ended";
|
|
3
|
+
export * from "./game-ludeocast-termination-ended";
|
|
4
|
+
export * from "./machine-ludeocast-termination-ended";
|
|
1
5
|
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from './machine-ludeocast-termination-ended';
|
|
6
|
+
export * from "./ludeocast-build-distribution-creation-ended";
|
|
7
|
+
export * from "./ludeocast-build-distribution-termination-ended";
|
|
8
|
+
export * from "./ludeocast-build-distribution-copy-ended";
|
|
6
9
|
|
|
7
|
-
export * from
|
|
8
|
-
export * from './ludeocast-build-distribution-termination-ended';
|
|
9
|
-
|
|
10
|
-
export * from './ludeocast-resource-status-update';
|
|
10
|
+
export * from "./ludeocast-resource-status-update";
|
|
11
11
|
|
|
12
12
|
//commands
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
13
|
+
export * from "../base/base";
|
|
14
|
+
export * from "../base/constants";
|
|
15
|
+
export * from "./init.command";
|
|
16
|
+
export * from "./terminate-game.command";
|
|
17
|
+
export * from "./start-game.command";
|
|
18
|
+
export * from "./shutdown.command";
|
|
19
|
+
export * from "./export-logs.command";
|