Skip to content

Commit

Permalink
feat: add openapi auto generated file and redoc docs page (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Jan 14, 2024
2 parents 77a7f11 + 43264c5 commit e5aee64
Show file tree
Hide file tree
Showing 266 changed files with 41,299 additions and 673 deletions.
81 changes: 49 additions & 32 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ members = [

"rs/config/constants",

"rs/packages/openapi",
"rs/packages/ip-counter",
"rs/packages/macros",
"rs/packages/macros-build",
Expand Down
2 changes: 1 addition & 1 deletion defs/DateTime.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.

export type DateTime = string;
export type DateTime = /* DateTime */ string;
77 changes: 0 additions & 77 deletions defs/Device.schema.json

This file was deleted.

3 changes: 3 additions & 0 deletions defs/TimezoneDateTime.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.

export type TimezoneDateTime = /* TimezoneDateTime */ string;
Loading

0 comments on commit e5aee64

Please sign in to comment.