@salesforce/packaging
    Preparing search index...
    type PackageInstallRequest = {
        ApexCompileType: Nullable<"all" | "package">;
        attributes: Attributes;
        CreatedById: string;
        CreatedDate: string;
        EnableRss: boolean;
        Errors: Nullable<SubscriberPackageInstallErrors>;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: string;
        NameConflictResolution: "Block" | "RenameMetadata";
        PackageInstallSource: string;
        Password: Nullable<string>;
        ProfileMappings: Nullable<SubscriberPackageProfileMappings>;
        SecurityType: "Custom" | "Full" | "None";
        SkipHandlers: Nullable<string>;
        Status: "ERROR" | "IN_PROGRESS" | "SUCCESS" | "UNKNOWN";
        SubscriberPackageVersionKey: string;
        SystemModstamp: string;
        UpgradeType: Nullable<"delete-only" | "deprecate-only" | "mixed-mode">;
    }
    Index
    ApexCompileType: Nullable<"all" | "package">
    attributes: Attributes
    CreatedById: string
    CreatedDate: string
    EnableRss: boolean
    Id: string
    IsDeleted: boolean
    LastModifiedById: string
    LastModifiedDate: string
    NameConflictResolution: "Block" | "RenameMetadata"
    PackageInstallSource: string
    Password: Nullable<string>
    ProfileMappings: Nullable<SubscriberPackageProfileMappings>
    SecurityType: "Custom" | "Full" | "None"
    SkipHandlers: Nullable<string>
    Status: "ERROR" | "IN_PROGRESS" | "SUCCESS" | "UNKNOWN"
    SubscriberPackageVersionKey: string
    SystemModstamp: string
    UpgradeType: Nullable<"delete-only" | "deprecate-only" | "mixed-mode">