@ludeo/cloud-common 1.2.192-beta-yahil-6 → 1.2.192-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/events/cloud-builds/create-ludeocast-build-distribution-request.d.ts +15 -0
- package/dist/v4/events/cloud-builds/{create-build-distribution-request.js → create-ludeocast-build-distribution-request.js} +17 -17
- package/dist/v4/events/cloud-builds/create-ludeocast-build-distribution-request.js.map +1 -0
- package/dist/v4/events/cloud-builds/index.d.ts +2 -2
- package/dist/v4/events/cloud-builds/index.js +2 -2
- package/dist/v4/events/cloud-builds/index.js.map +1 -1
- package/dist/v4/events/cloud-builds/terminate-ludeocast-build-distribution-request.d.ts +16 -0
- package/dist/v4/events/cloud-builds/{terminate-build-distribution-request.js → terminate-ludeocast-build-distribution-request.js} +17 -17
- package/dist/v4/events/cloud-builds/terminate-ludeocast-build-distribution-request.js.map +1 -0
- package/dist/v4/events/site-controller/index.d.ts +2 -2
- package/dist/v4/events/site-controller/index.js +2 -2
- package/dist/v4/events/site-controller/index.js.map +1 -1
- package/dist/v4/events/site-controller/ludeocast-build-distribution-creation-ended.d.ts +16 -0
- package/dist/v4/events/site-controller/{build-distribution-creation-ended.js → ludeocast-build-distribution-creation-ended.js} +16 -16
- package/dist/v4/events/site-controller/ludeocast-build-distribution-creation-ended.js.map +1 -0
- package/dist/v4/events/site-controller/ludeocast-build-distribution-termination-ended.d.ts +15 -0
- package/dist/v4/events/site-controller/{build-distribution-termination-ended.js → ludeocast-build-distribution-termination-ended.js} +16 -16
- package/dist/v4/events/site-controller/ludeocast-build-distribution-termination-ended.js.map +1 -0
- package/package.json +1 -1
- package/src/v4/events/cloud-builds/{create-build-distribution-request.ts → create-ludeocast-build-distribution-request.ts} +7 -7
- package/src/v4/events/cloud-builds/index.ts +2 -2
- package/src/v4/events/cloud-builds/{terminate-build-distribution-request.ts → terminate-ludeocast-build-distribution-request.ts} +7 -7
- package/src/v4/events/site-controller/index.ts +2 -2
- package/src/v4/events/site-controller/{build-distribution-creation-ended.ts → ludeocast-build-distribution-creation-ended.ts} +7 -7
- package/src/v4/events/site-controller/{build-distribution-termination-ended.ts → ludeocast-build-distribution-termination-ended.ts} +7 -7
- package/dist/v4/events/cloud-builds/create-build-distribution-request.d.ts +0 -15
- package/dist/v4/events/cloud-builds/create-build-distribution-request.js.map +0 -1
- package/dist/v4/events/cloud-builds/terminate-build-distribution-request.d.ts +0 -16
- package/dist/v4/events/cloud-builds/terminate-build-distribution-request.js.map +0 -1
- package/dist/v4/events/site-controller/build-distribution-creation-ended.d.ts +0 -16
- package/dist/v4/events/site-controller/build-distribution-creation-ended.js.map +0 -1
- package/dist/v4/events/site-controller/build-distribution-termination-ended.d.ts +0 -15
- package/dist/v4/events/site-controller/build-distribution-termination-ended.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"terminate-build-distribution-request.js","sourceRoot":"","sources":["../../../../src/v4/events/cloud-builds/terminate-build-distribution-request.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAgE;AAChE,6CAA8C;AAC9C,6CAA6D;AAE7D,MAAa,wCAAwC;CAoBpD;AApBD,4FAoBC;AAlBC;IADC,IAAA,0BAAQ,GAAE;;yEACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;sEACG;AAId;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wEACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,gCAAwB,CAAC;8BACnC,gCAAwB;+EAAC;AAKzC;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wEACP;AAGpB,MAAa,iCAAkC,SAAQ,kBAAU;IAG/D,YAAY,OAAiD,EAAE,OAAqB;QAClF,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,CAAC;QACpD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,8EAcC;AAbiB,4CAAU,GAAG,mDAAmD,CAAC;AASjF;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,wCAAwC,CAAC;8BAC1D,wCAAwC;kEAAC;AAGlD;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,uBAAY,CAAC;8BAC9B,uBAAY;kEAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { LudeoEvent } from '../../../infra';
|
|
2
|
-
import { BuildContext } from '../../contexts';
|
|
3
|
-
import { SiteOperationStatus } from '../../types/site-controller';
|
|
4
|
-
import { LudeocastV2Distributions } from '../../types/build';
|
|
5
|
-
export declare class BuildDistributionCreationEndedPayload {
|
|
6
|
-
buildId: string;
|
|
7
|
-
status: SiteOperationStatus;
|
|
8
|
-
reason?: string;
|
|
9
|
-
distributions?: LudeocastV2Distributions;
|
|
10
|
-
}
|
|
11
|
-
export declare class BuildDistributionCreationEnded extends LudeoEvent {
|
|
12
|
-
static readonly EVENT_NAME = "site-controller.build-distribution-creation-ended";
|
|
13
|
-
constructor(payload: BuildDistributionCreationEndedPayload, context: BuildContext);
|
|
14
|
-
payload: BuildDistributionCreationEndedPayload;
|
|
15
|
-
context: BuildContext;
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-distribution-creation-ended.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/build-distribution-creation-ended.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAA+D;AAC/D,6CAA8C;AAC9C,iEAAkE;AAClE,6CAA6D;AAE7D,MAAa,qCAAqC;CAcjD;AAdD,sFAcC;AAZC;IADC,IAAA,0BAAQ,GAAE;;sEACK;AAGhB;IADC,IAAA,wBAAM,EAAC,qCAAmB,CAAC;;qEACA;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qEACK;AAIhB;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,gCAAwB,CAAC;8BACnC,gCAAwB;4EAAC;AAG3C,MAAa,8BAA+B,SAAQ,kBAAU;IAG5D,YAAY,OAA8C,EAAE,OAAqB;QAC/E,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,CAAC;QACjD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,wEAcC;AAbiB,yCAAU,GAAG,mDAAmD,CAAC;AASjF;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,qCAAqC,CAAC;8BACvD,qCAAqC;+DAAC;AAG/C;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,uBAAY,CAAC;8BAC9B,uBAAY;+DAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LudeoEvent } from '../../../infra';
|
|
2
|
-
import { BuildContext } from '../../contexts';
|
|
3
|
-
import { SiteOperationStatus } from '../../types/site-controller';
|
|
4
|
-
export declare class BuildDistributionTerminationEndedPayload {
|
|
5
|
-
buildId: string;
|
|
6
|
-
status: SiteOperationStatus;
|
|
7
|
-
reason?: string;
|
|
8
|
-
envIds?: string[];
|
|
9
|
-
}
|
|
10
|
-
export declare class BuildDistributionTerminationEnded extends LudeoEvent {
|
|
11
|
-
static readonly EVENT_NAME = "site-controller.build-distribution-termination-ended";
|
|
12
|
-
constructor(payload: BuildDistributionTerminationEndedPayload, context: BuildContext);
|
|
13
|
-
payload: BuildDistributionTerminationEndedPayload;
|
|
14
|
-
context: BuildContext;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-distribution-termination-ended.js","sourceRoot":"","sources":["../../../../src/v4/events/site-controller/build-distribution-termination-ended.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0CAA4C;AAC5C,oDAAyD;AACzD,qDAAwE;AACxE,6CAA8C;AAC9C,iEAAkE;AAElE,MAAa,wCAAwC;CAepD;AAfD,4FAeC;AAbC;IADC,IAAA,0BAAQ,GAAE;;yEACK;AAGhB;IADC,IAAA,wBAAM,EAAC,qCAAmB,CAAC;;wEACA;AAI5B;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;wEACK;AAKhB;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wEACP;AAGpB,MAAa,iCAAkC,SAAQ,kBAAU;IAG/D,YAAY,OAAiD,EAAE,OAAqB;QAClF,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,CAAC;QACpD,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACzB,CAAC;;AAPH,8EAcC;AAbiB,4CAAU,GAAG,sDAAsD,CAAC;AASpF;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,wCAAwC,CAAC;8BAC1D,wCAAwC;kEAAC;AAGlD;IADC,IAAA,+BAAkB,EAAC,GAAG,EAAE,CAAC,uBAAY,CAAC;8BAC9B,uBAAY;kEAAC"}
|