openapi: generate

This commit is contained in:
2025-04-02 17:59:41 -07:00
committed by Quaternions
parent 577ab5cdd0
commit 5aa27c08a5
10 changed files with 564 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ type ActionMapfixUploadedNoContent struct{}
// ActionMapfixValidatedNoContent is response for ActionMapfixValidated operation.
type ActionMapfixValidatedNoContent struct{}
// ActionOperationFailedNoContent is response for ActionOperationFailed operation.
type ActionOperationFailedNoContent struct{}
// ActionSubmissionAcceptedNoContent is response for ActionSubmissionAccepted operation.
type ActionSubmissionAcceptedNoContent struct{}