/** * WebhookDeliveryLogsService * AUTO-GENERATED — public merchant surface from filtered OpenAPI */ export declare class WebhookDeliveryLogsService { /** * OpenAPI operationId: `WebhookDeliveryLogsController_findOne`. * Obtenir un journal de livraison par ID */ static get(id: string): Promise; /** * OpenAPI operationId: `WebhookDeliveryLogsController_findAll`. * Lister les journaux de livraison */ static list(options?: Record): Promise; } //# sourceMappingURL=WebhookDeliveryLogsService.d.ts.map