UNPKG

walmart_marketplace

Version:
22 lines (21 loc) 444 B
declare const rate_limits: { feeds: { items: string[]; prices: string[]; promotion: string[]; inventory: string[]; }; }; declare const feed_statuses: { RECEIVED: string; INPROGRESS: string; PROCESSED: string; ERROR: string; }; declare const ingestion_statuses: { DATA_ERROR: string; SYSTEM_ERROR: string; TIMEOUT_ERROR: string; SUCCESS: string; INPROGRESS: string; };