-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved OAS submodule to project root in 'oas' directory * clean up * Setup configurations * Update readme * Add wrapper generator script * Add starter code and update path * Add templates * Update gitignore * rename -> tsconfig.script.json * update yarn lock * Log number of generated methods * Make webhook types fired from convoy available * v2-alpha * Update OAS and accept params as camelCase * Update alpha version * generate code * Fix global header construction logic * Generate code * 2.0.0-alpha.3 * Accept addresses as string[] rather than string in fetchSubscriptionCheck * 2.0.0-alpha.4 * Rename fetchBulkUsersByEthereumAddress -> fetchBulkUsersByEthereumOrSolAddress * 2.0.0-alpha.5 * Rename fetchBulkUsersByEthereumOrSolAddress -> fetchBulkUsersByEthOrSolAddress * 2.0.0-alpha.6 * Add postinstall logs and error out if config is a string and show the correct usage * 2.0.0-alpha.7 * move postinstall script in src * move postinstall script in src * 2.0.0-alpha.9 * move postinstall script in src * 2.0.0-alpha.10 * Change path for postinstall script * change warn to log * remove node postinstall * 2.0.0-alpha.14 * 2.0.0-alpha.15 * Cleanup postinstall work * Make apis private * format errors correctly * 2.0.0-alpha.18 * Generate code * 2.0.0-alpha.19 * Update code * Update workflow to mark v2 as latest
- Loading branch information
1 parent
9595bc1
commit 5e61d40
Showing
574 changed files
with
34,762 additions
and
27,248 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "src/oas"] | ||
path = src/oas | ||
[submodule "oas"] | ||
path = oas | ||
url = [email protected]:neynarxyz/OAS.git |
This file was deleted.
Oops, something went wrong.
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,15 @@ | ||
{ | ||
"withSeparateModelsAndApi": true, | ||
"apiPackage": "apis", | ||
"modelPackage": "models", | ||
"templateDir": "./templates", | ||
"modelPropertyNaming": "original", | ||
"ensureUniqueParams": true, | ||
"generateAliasAsModel": true, | ||
"additionalProperties": { | ||
"useSingleRequestParameter": true, | ||
"withInterfaces": true, | ||
"supportsES6": true, | ||
"paramNaming": "camelCase" | ||
} | ||
} |
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
Oops, something went wrong.