Skip to content

Commit

Permalink
Fix imports in ir-types-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Aug 5, 2024
1 parent 4f7f336 commit d7c774d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions packages/ir-sdk/fern/apis/ir-types-latest/definition/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

imports:
commons: commons.yml
types: types.yml
errors: errors.yml
environment: environment.yml
errors: errors.yml
proto: proto.yml
types: types.yml
variables: variables.yml
types:
HttpService:
Expand Down
9 changes: 5 additions & 4 deletions packages/ir-sdk/fern/apis/ir-types-latest/definition/ir.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/fern-api/fern/main/fern.schema.json

imports:
types: types.yml
errors: errors.yml
auth: auth.yml
http: http.yml
commons: commons.yml
constants: constants.yml
environment: environment.yml
commons: commons.yml
errors: errors.yml
http: http.yml
proto: proto.yml
types: types.yml
variables: variables.yml
webhooks: webhooks.yml
websocket: websocket.yml
Expand Down

0 comments on commit d7c774d

Please sign in to comment.