Type Parameters

Constructors

Properties

client: DeepClient<any>
pckg: Package

Methods

  • Deserialize pckg data to links list with local numerical ids.

    Parameters

    Returns Promise<{
        counter: number;
        data: PackageItem[];
        dependedLinks: PackageItem[];
        errors?: any[];
        namespaceId: Id;
        packageId: Id;
    }>

  • Parameters

    Returns Promise<{
        errors: any[];
        ids?: undefined;
    } | {
        errors: any[];
        ids: any[];
    }>