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

    Type Alias AgentEventPayload

    AgentEventPayload: Omit<
        GeneratedAgentEventPayload,
        "inventory_profile"
        | "compliance_summary",
    > & {
        inventory_profile?: GeneratedAgentInventoryProfile;
        compliance_summary?: AgentCompliance;
    }

    Type Declaration

    • Optionalinventory_profile?: GeneratedAgentInventoryProfile

      On agent.profile_updated: the agent's refreshed inventory profile.

    • Optionalcompliance_summary?: AgentCompliance