@opengeni/db 5.0.1-canary.1 → 5.0.1-canary.3

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.
@@ -36,4 +36,4 @@ export declare function assertCapabilityComponentVersionCanChange(db: Database,
36
36
  * have claimed a component while its installation is pending or repairing,
37
37
  * even though that owner is intentionally hidden from runtime reads.
38
38
  */
39
- export declare function cleanupOrphanedCapabilityComponents(db: Database, workspaceId: string, facetInstallationIds: string[], skillActor?: SkillActor): Promise<SkillSourceReleaseReceipt[]>;
39
+ export declare function cleanupOrphanedCapabilityComponents(db: Database, workspaceId: string, facetInstallationIds: string[], skillActor?: SkillActor, lockedSkillHeadIds?: readonly string[]): Promise<SkillSourceReleaseReceipt[]>;
@@ -3538,6 +3538,7 @@ export {
3538
3538
  EDITABLE_ARTIFACT_KERNEL_TAIL_MAX_BYTES,
3539
3539
  PostgresEditableArtifactLiveTicketStore,
3540
3540
  PostgresEditableArtifactStore,
3541
- PostgresEditableArtifactLiveReadStore
3541
+ PostgresEditableArtifactLiveReadStore,
3542
+ transactionallyAuthorizeEditableArtifactActor
3542
3543
  };
3543
- //# sourceMappingURL=chunk-26BQCKRE.js.map
3544
+ //# sourceMappingURL=chunk-YZAIK4C2.js.map