@elyx-code/project-logic-tree 0.0.6355 → 0.0.6356

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 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;