Skip to content

Commit

Permalink
Removed unused swagger definitions. Corrected pptas redoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydoyecaci committed May 16, 2024
1 parent 53fe4a3 commit 469265a
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 178 deletions.
5 changes: 0 additions & 5 deletions pkg/services/move.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ type SearchMovesParams struct {
MoveCreatedDate *time.Time
}

type SearchMovesSinceParams struct {
SinceCreatedDate *time.Time
CountToReturn int64
}

type MoveCloseoutOfficeUpdater interface {
UpdateCloseoutOffice(appCtx appcontext.AppContext, moveLocator string, closeoutOfficeID uuid.UUID, eTag string) (*models.Move, error)
}
24 changes: 0 additions & 24 deletions swagger-def/definitions/GBLOC.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions swagger-def/definitions/Move.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions swagger-def/definitions/Moves.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions swagger-def/definitions/SearchMove.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions swagger-def/definitions/SearchMoves.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions swagger-def/definitions/SearchMovesResult.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions swagger-def/definitions/ServiceMember.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions swagger-def/definitions/pptas/GetMovesSinceResponse.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions swagger-def/parameters/movesSince.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions swagger-def/responses/InvalidRequest.yaml

This file was deleted.

7 changes: 4 additions & 3 deletions swagger/redoc/pptas.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
</ul>
</div>
<nav class="nav-header">
<a class="nav-link" href="prime_v2.html">Prime v2</a>
<a class="nav-link" href="pptas.html">PPTAS</a>
<a class="nav-link" href="prime.html">Prime</a>
<a aria-current="page" class="nav-link active" href="pptas.html">Support</a>
<a class="nav-link" href="prime_v2.html">Prime v2</a>
<a aria-current="page" class="nav-link active" href="support.html">Support</a>
</nav>
</header>

Expand All @@ -48,4 +49,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 469265a

Please sign in to comment.