@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.
@@ -1,2 +1,3 @@
1
1
  export * from "./create-ludeocast-build-distribution-request";
2
2
  export * from "./terminate-ludeocast-build-distribution-request";
3
+ export * from "./copy-ludeocast-build-distibution-request";
@@ -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 './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-resource-status-update';
8
- export * from '../base/base';
9
- export * from '../base/constants';
10
- export * from './init.command';
11
- export * from './terminate-game.command';
12
- export * from './start-game.command';
13
- export * from './shutdown.command';
14
- export * from './export-logs.command';
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":";;;;;;;;;;;;;;;;AACA,qEAAmD;AACnD,kEAAgD;AAChD,qEAAmD;AACnD,wEAAsD;AAEtD,gFAA8D;AAC9D,mFAAiE;AAEjE,qEAAmD;AAGnD,+CAA6B;AAC7B,oDAAkC;AAClC,iDAA+B;AAC/B,2DAAyC;AACzC,uDAAqC;AACrC,qDAAmC;AACnC,wDAAsC"}
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludeo/cloud-common",
3
- "version": "1.2.199-ygbeta0",
3
+ "version": "1.2.199-ygbeta1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Yahil Didi",
@@ -1,2 +1,3 @@
1
1
  export * from "./create-ludeocast-build-distribution-request";
2
- export * from "./terminate-ludeocast-build-distribution-request";
2
+ export * from "./terminate-ludeocast-build-distribution-request";
3
+ export * from "./copy-ludeocast-build-distibution-request";
@@ -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 './machine-ludeocast-creation-ended';
3
- export * from './game-ludeocast-creation-ended';
4
- export * from './game-ludeocast-termination-ended';
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 './ludeocast-build-distribution-creation-ended';
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 '../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';
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";