@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Type Alias RegistrySyncProperty

    type RegistrySyncProperty = {
        property_rid: string;
        publisher_domain?: string;
        identifiers?: PropertyIdentifier[];
        classification?: string;
        source?: PropertyEventPayload["source"];
        property?: PropertyEventPayload["property"];
        changed_fields?: string[];
        last_resolved_at?: string;
        reactivated_at?: string;
        reason?: string;
        evidence?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    property_rid: string

    Stable registry property RID.

    publisher_domain?: string

    Publisher domain that owns the property, when supplied by the feed.

    identifiers?: PropertyIdentifier[]
    classification?: string
    source?: PropertyEventPayload["source"]
    property?: PropertyEventPayload["property"]
    changed_fields?: string[]
    last_resolved_at?: string
    reactivated_at?: string
    reason?: string
    evidence?: string