@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface GovernanceHandlers<TAccount>

    interface GovernanceHandlers<TAccount = unknown> {
        createPropertyList?: DomainHandler<"create_property_list", TAccount>;
        updatePropertyList?: DomainHandler<"update_property_list", TAccount>;
        getPropertyList?: DomainHandler<"get_property_list", TAccount>;
        listPropertyLists?: DomainHandler<"list_property_lists", TAccount>;
        deletePropertyList?: DomainHandler<"delete_property_list", TAccount>;
        createCollectionList?: DomainHandler<"create_collection_list", TAccount>;
        updateCollectionList?: DomainHandler<"update_collection_list", TAccount>;
        getCollectionList?: DomainHandler<"get_collection_list", TAccount>;
        listCollectionLists?: DomainHandler<"list_collection_lists", TAccount>;
        deleteCollectionList?: DomainHandler<"delete_collection_list", TAccount>;
        listContentStandards?: DomainHandler<"list_content_standards", TAccount>;
        getContentStandards?: DomainHandler<"get_content_standards", TAccount>;
        createContentStandards?: DomainHandler<
            "create_content_standards",
            TAccount,
        >;
        updateContentStandards?: DomainHandler<
            "update_content_standards",
            TAccount,
        >;
        calibrateContent?: DomainHandler<"calibrate_content", TAccount>;
        validateContentDelivery?: DomainHandler<
            "validate_content_delivery",
            TAccount,
        >;
        getMediaBuyArtifacts?: DomainHandler<"get_media_buy_artifacts", TAccount>;
        getCreativeFeatures?: DomainHandler<"get_creative_features", TAccount>;
        syncPlans?: DomainHandler<"sync_plans", TAccount>;
        checkGovernance?: DomainHandler<"check_governance", TAccount>;
        reportPlanOutcome?: DomainHandler<"report_plan_outcome", TAccount>;
        getPlanAuditLogs?: DomainHandler<"get_plan_audit_logs", TAccount>;
    }

    Type Parameters

    • TAccount = unknown
    Index

    Properties

    createPropertyList?: DomainHandler<"create_property_list", TAccount>
    updatePropertyList?: DomainHandler<"update_property_list", TAccount>
    getPropertyList?: DomainHandler<"get_property_list", TAccount>
    listPropertyLists?: DomainHandler<"list_property_lists", TAccount>
    deletePropertyList?: DomainHandler<"delete_property_list", TAccount>
    createCollectionList?: DomainHandler<"create_collection_list", TAccount>
    updateCollectionList?: DomainHandler<"update_collection_list", TAccount>
    getCollectionList?: DomainHandler<"get_collection_list", TAccount>
    listCollectionLists?: DomainHandler<"list_collection_lists", TAccount>
    deleteCollectionList?: DomainHandler<"delete_collection_list", TAccount>
    listContentStandards?: DomainHandler<"list_content_standards", TAccount>
    getContentStandards?: DomainHandler<"get_content_standards", TAccount>
    createContentStandards?: DomainHandler<"create_content_standards", TAccount>
    updateContentStandards?: DomainHandler<"update_content_standards", TAccount>
    calibrateContent?: DomainHandler<"calibrate_content", TAccount>
    validateContentDelivery?: DomainHandler<"validate_content_delivery", TAccount>
    getMediaBuyArtifacts?: DomainHandler<"get_media_buy_artifacts", TAccount>
    getCreativeFeatures?: DomainHandler<"get_creative_features", TAccount>
    syncPlans?: DomainHandler<"sync_plans", TAccount>
    checkGovernance?: DomainHandler<"check_governance", TAccount>
    reportPlanOutcome?: DomainHandler<"report_plan_outcome", TAccount>
    getPlanAuditLogs?: DomainHandler<"get_plan_audit_logs", TAccount>