-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update eslintignore and lint all clients
- Loading branch information
Showing
25 changed files
with
461 additions
and
574 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 |
---|---|---|
@@ -1 +1,6 @@ | ||
node_modules | ||
node_modules | ||
**/base.ts | ||
**/api.ts | ||
**/configuration.ts | ||
**/index.ts | ||
**/*.d.ts |
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,27 +1,27 @@ | ||
{ | ||
"name": "@redhat-cloud-services/approval-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/approval-api/master/public/doc/openapi-3-v1.2.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
"name": "@redhat-cloud-services/approval-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/approval-api/master/public/doc/openapi-3-v1.2.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
"description": "builder executor" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -58,4 +58,4 @@ export default async function runExecutor(options: BuilderExecutorSchemaType, co | |
return { | ||
success: true, | ||
}; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ describe('SyncDependencies Executor', () => { | |
it('can run', async () => { | ||
expect(true).toBe(true); | ||
}); | ||
}); | ||
}); |
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,27 +1,27 @@ | ||
{ | ||
"name": "@redhat-cloud-services/catalog-client", | ||
"version": "1.2.14", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/catalog-api/master/public/doc/openapi-3-v1.3.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
"name": "@redhat-cloud-services/catalog-client", | ||
"version": "1.2.14", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/catalog-api/master/public/doc/openapi-3-v1.3.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
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,30 +1,30 @@ | ||
{ | ||
"name": "@redhat-cloud-services/config-manager-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/config-manager/master/internal/http/v2/openapi.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
"name": "@redhat-cloud-services/config-manager-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/config-manager/master/internal/http/v2/openapi.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
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,30 +1,30 @@ | ||
{ | ||
"name": "@redhat-cloud-services/entitlements-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/entitlements-api/master/swagger/api.spec.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
"name": "@redhat-cloud-services/entitlements-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/entitlements-api/master/swagger/api.spec.json' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
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,27 +1,27 @@ | ||
{ | ||
"name": "@redhat-cloud-services/host-inventory-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/insights-host-inventory/master/swagger/api.spec.yaml' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
"name": "@redhat-cloud-services/host-inventory-client", | ||
"version": "1.2.13", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://raw.githubusercontent.com/RedHatInsights/insights-host-inventory/master/swagger/api.spec.yaml' npm run generate" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
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,30 +1,30 @@ | ||
{ | ||
"name": "@redhat-cloud-services/insights-client", | ||
"version": "1.2.14", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://cloud.redhat.com/api/insights/v1/openapi.json' npm run generate && ./postProcess.sh" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
"name": "@redhat-cloud-services/insights-client", | ||
"version": "1.2.14", | ||
"description": "", | ||
"main": "./index.js", | ||
"module": "./esm/index.js", | ||
"typings": "./index.d.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/RedHatInsights/javascript-clients.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/RedHatInsights/javascript-clients/issues" | ||
}, | ||
"homepage": "https://github.com/RedHatInsights/javascript-clients#readme", | ||
"scripts": { | ||
"doc": "typedoc --theme markdown --out doc --gitRevision master index.ts", | ||
"generate": "TS_POST_PROCESS_FILE='../../postProcess.sh' openapi-generator-cli generate -i $SPEC -g typescript-axios -o . --skip-validate-spec --enable-post-process-file", | ||
"generate:prod": "SPEC='https://cloud.redhat.com/api/insights/v1/openapi.json' npm run generate && ./postProcess.sh" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.27.2", | ||
"tslib": "^2.6.2" | ||
} | ||
} |
Oops, something went wrong.