@elyx-code/project-logic-tree 0.0.6355 → 0.0.6357
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/index.d.ts +2 -1
- package/dist/index.js +6631 -6607
- package/dist/index.umd.cjs +71 -71
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -9391,6 +9391,7 @@ export declare class InfrastructureResource implements IInfrastructureResource {
|
|
|
9391
9391
|
provider: CloudProviders;
|
|
9392
9392
|
resourceId: string;
|
|
9393
9393
|
details: InfrastructureResourceDetails | null;
|
|
9394
|
+
name: string | null;
|
|
9394
9395
|
status: InfrastructureResourceStatus;
|
|
9395
9396
|
constructor(publicationRun: PublicationRun, resourceType: InfrastructureResourceType, provider: CloudProviders);
|
|
9396
9397
|
setDetails(details: InfrastructureResourceDetails): void;
|
|
@@ -12978,7 +12979,7 @@ export declare function resolvePrimitiveEntityName(primitiveEntity: {
|
|
|
12978
12979
|
|
|
12979
12980
|
export declare function resolvePropertyValue(entity: PropertyState, context: IValueResolutionContext): IDynamicValue | null;
|
|
12980
12981
|
|
|
12981
|
-
export declare function resolvePublicationStepStatusFromType(eventType:
|
|
12982
|
+
export declare function resolvePublicationStepStatusFromType(eventType: PublicationStepStatus): string;
|
|
12982
12983
|
|
|
12983
12984
|
export declare function resolveResourceNameFromType(resourceType: InfrastructureResourceType): string;
|
|
12984
12985
|
|