-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: exports extras and missed things (#635)
- Loading branch information
1 parent
add289e
commit 73bd4fb
Showing
8 changed files
with
65 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export { convertToOldAPI } from './converter'; | ||
|
||
export { AsyncAPIDocument as OldAsyncAPIDocument } from './asyncapi'; | ||
export { Base as OldBase } from './base'; | ||
export { ChannelParameter as OldChannelParameter } from './channel-parameter'; | ||
export { Channel as OldChannel } from './channel'; | ||
export { Components as OldComponents } from './components'; | ||
export { Contact as OldContact } from './contact'; | ||
export { CorrelationId as OldCorrelationId } from './correlation-id'; | ||
export { ExternalDocs as OldExternalDocs } from './external-docs'; | ||
export { License as OldLicense } from './license'; | ||
export { MessageTrait as OldMessageTrait } from './message-trait'; | ||
export { Message as OldMessage } from './message'; | ||
export { OAuthFlow as OldOAuthFlow } from './oauth-flow'; | ||
export { OperationTrait as OldOperationTrait } from './operation-trait'; | ||
export { Operation as OldOperation } from './operation'; | ||
export { Schema as OldSchema } from './schema'; | ||
export { SecurityRequirement as OldSecurityRequirement } from './security-requirement'; | ||
export { SecurityScheme as OldSecurityScheme } from './security-scheme'; | ||
export { ServerVariable as OldServerVariable } from './server-variable'; | ||
export { Server as OldServer } from './server'; | ||
export { Tag as OldTag } from './tag'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters