@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface BrandHierarchyResolution

    Ordered corporate brand hierarchy for a domain, from self to house.

    This is retained for SDK compatibility with older/self-hosted registry deployments. AdCP 3.1.1 removed the hierarchy endpoints from the public registry OpenAPI; new ancestry consumers should prefer RegistrySync.

    interface BrandHierarchyResolution {
        chain: ResolvedBrand[];
    }
    Index

    Properties

    Properties

    chain: ResolvedBrand[]