Conversation
mymattcarroll
marked this pull request as draft
August 25, 2026 00:57
mymattcarroll
force-pushed
the
AP-10132
branch
from
August 25, 2026 06:41
7ddee81 to
8a67b44
Compare
mymattcarroll
force-pushed
the
AP-10132
branch
from
August 26, 2026 23:45
8a67b44 to
2e6da1c
Compare
mymattcarroll
marked this pull request as ready for review
August 26, 2026 23:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requester Checklist
Please only check the items that you have actioned. Do not check items that are not applicable to your PR.
Implementation
Logging and Debugging
Console.WriteLinesReadability
Security
Reviewer Guide
Note
Medium Risk
Breaking return type on
downloadSubmission()requires consumer updates; edit uploads depend on correct S3 version IDs for concurrency, though conflict errors are now easier to handle.Overview
Adds support for editing form submissions via
OneBlinkUploader.uploadFormSubmissionEdit(), uploading JSON toform-submission-meta/{submissionId}/editwitheditedS3ObjectVersionIdand edit context in the request header.Download changes:
downloadSubmission()can pass an optionalversionIdfor S3 GetObject versioning and now returns{ data, versionId }instead of the submission payload alone — a breaking change for callers that expected the raw data.S3 JSON downloads gain
downloadJsonFromS3WithMetadata; API error handling surfaces optionalconflictonOneBlinkStorageError(from JSON error bodies). Changelog updated; unit tests cover the new upload and download paths;a.jsonremoved and@oneblink/typeslockfile ref bumped.Reviewed by Cursor Bugbot for commit 2e6da1c. Bugbot is set up for automated code reviews on this repo. Configure here.