@elyx-code/project-logic-tree 0.0.6356 → 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 +1 -1
- package/dist/index.js +5237 -5214
- package/dist/index.umd.cjs +71 -71
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -12979,7 +12979,7 @@ export declare function resolvePrimitiveEntityName(primitiveEntity: {
|
|
|
12979
12979
|
|
|
12980
12980
|
export declare function resolvePropertyValue(entity: PropertyState, context: IValueResolutionContext): IDynamicValue | null;
|
|
12981
12981
|
|
|
12982
|
-
export declare function resolvePublicationStepStatusFromType(eventType:
|
|
12982
|
+
export declare function resolvePublicationStepStatusFromType(eventType: PublicationStepStatus): string;
|
|
12983
12983
|
|
|
12984
12984
|
export declare function resolveResourceNameFromType(resourceType: InfrastructureResourceType): string;
|
|
12985
12985
|
|