Supply chain relationships and networks
customers(ticker: string): Promise<ApiResponse>
const customers = await client.supplyChain.customers('AAPL');
peers(ticker: string): Promise<ApiResponse>
const peers = await client.supplyChain.peers('AAPL');
suppliers(ticker: string): Promise<ApiResponse>
const suppliers = await client.supplyChain.suppliers('AAPL');