You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: 1066 - new parameters for proof upload (#1071)
* feat: 1066 - new parameters for proof upload
New files:
* `common_proof_parameters.dart`: Common parameters for the "upload and update proof" API queries, including 5 new fields.
* `create_proof_parameters.dart`: Parameters for the "upload proof" API query.
Impacted files:
* `api_prices_test.dart`: added more tests around proof upload and update; refactored accordingly
* `open_prices_api_client.dart`: changed the parameters of `uploadProof` for more flexibility
* `openfoodfacts.dart`: added the 2 new files
* `proof.dart`: added 4 missing fields
* `proof.g.dart`: generated
* `update_proof_parameters.dart`: moved code to `CommonProofParameters`
* typo fix
0 commit comments