
Refactors the `getAllStockPiking` API call to directly return a list of `StockPickingRecordModel`. This change simplifies the data structure by removing the `StockPickingResponseModel` wrapper, making the `receptions` state in `ReceptionPageState` a direct, non-nullable list. It improves type safety and reduces verbose property access in the UI.