-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: speakeasy sdk regeneration - Generate (#20)
* ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.13.0 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.15.0 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.17.0 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.18.7 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.18.9 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.19.2 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.19.2 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.19.3 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.19.3 * ci: regenerated with OpenAPI Doc v2, Speakeay CLI 1.19.6 --------- Co-authored-by: speakeasybot <[email protected]>
- Loading branch information
1 parent
33fd4f7
commit a69c1bd
Showing
90 changed files
with
7,124 additions
and
1,387 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
env: | ||
browser: true | ||
es2021: true | ||
node: true | ||
extends: | ||
- eslint:recommended | ||
- plugin:@typescript-eslint/recommended | ||
overrides: [] | ||
parser: "@typescript-eslint/parser" | ||
parserOptions: | ||
ecmaVersion: latest | ||
sourceType: module | ||
plugins: | ||
- "@typescript-eslint" | ||
rules: | ||
"@typescript-eslint/no-explicit-any": "off" | ||
"no-prototype-builtins": "off" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
configVersion: 1.0.0 | ||
management: | ||
docChecksum: 24670579f3cbf0c0388e3ab6ba1b8be6 | ||
docChecksum: 794632fee4579b37962cc29d38b16472 | ||
docVersion: v2 | ||
speakeasyVersion: 1.12.4 | ||
speakeasyVersion: 1.19.6 | ||
generation: | ||
baseServerUrl: https://circleci.com/api/v2/ | ||
telemetryEnabled: false | ||
sdkClassName: circleci | ||
sdkFlattening: true | ||
typescript: | ||
version: 3.11.3 | ||
version: 3.16.4 | ||
author: Speakeasy API | ||
packageName: circleci-v2-sdk |
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,8 +1,5 @@ | ||
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
verbose: false, | ||
testPathIgnorePatterns: [ | ||
"<rootDir>/__tests__/helpers.ts" | ||
] | ||
preset: "ts-jest", | ||
testEnvironment: "node", | ||
testPathIgnorePatterns: ["<rootDir>/__tests__/helpers.ts"], | ||
}; |
Oops, something went wrong.