Skip to content

Commit

Permalink
bump API and pull in ipv4/ipv6 zod validation change
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Feb 2, 2024
1 parent 1a4f5d8 commit 2aa720d
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OMICRON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6491841457ad74ac340072365a12661cc460c343
6132e1393d2587606631beab04e1445fbaf745ce
3 changes: 3 additions & 0 deletions libs/api-mocks/msw/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,9 @@ export const handlers = makeHandlers({
networkingAddressLotCreate: NotImplemented,
networkingAddressLotDelete: NotImplemented,
networkingAddressLotList: NotImplemented,
networkingBfdDisable: NotImplemented,
networkingBfdEnable: NotImplemented,
networkingBfdStatus: NotImplemented,
networkingBgpAnnounceSetCreate: NotImplemented,
networkingBgpAnnounceSetDelete: NotImplemented,
networkingBgpAnnounceSetList: NotImplemented,
Expand Down
97 changes: 96 additions & 1 deletion libs/api/__generated__/Api.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/api/__generated__/OMICRON_VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions libs/api/__generated__/msw-handlers.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 94 additions & 4 deletions libs/api/__generated__/validate.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2aa720d

Please sign in to comment.