Skip to content

Commit ea43279

Browse files
committed
ignore
1 parent 30fba7a commit ea43279

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ yarn-error.log
1414
*/node_modules
1515
*/dist
1616
*/.openapi-generator-ignore
17+
18+
output/complement

output/model/models.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -184,18 +184,6 @@ export interface Authentication {
184184
applyToRequest(requestOptions: RequestOptions): Promise<void> | void;
185185
}
186186

187-
/*
188-
export class HttpBasicAuth implements Authentication {
189-
public username: string = '';
190-
public password: string = '';
191-
192-
applyToRequest(requestOptions: RequestOptions): void {
193-
requestOptions.auth = {
194-
username: this.username, password: this.password
195-
}
196-
}
197-
}*/
198-
199187
export class HttpBearerAuth implements Authentication {
200188
public accessToken: string | (() => string) = '';
201189

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"output"
66
],
77
"scripts": {
8-
"lint": "yarn prettier --write .",
8+
"lint": "yarn prettier --write openapi_spec output",
99
"generate": "PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && ln -fs \"$(pwd)/complement\" \"$(pwd)/output/\" && yarn lint && yarn install",
1010
"build:spec": "yarn swagger-cli bundle openapi_spec/spec.yml --outfile dist/openapi.yml --type yaml",
1111
"client:build": "cd output/ && yarn install && yarn build && cd ..",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ __metadata:
188188

189189
"algoliasearch-client-javascript@file:output/::locator=%40algolia%2Fautomation-javascript-client%40workspace%3A.":
190190
version: 5.0.0
191-
resolution: "algoliasearch-client-javascript@file:output/#output/::hash=43d350&locator=%40algolia%2Fautomation-javascript-client%40workspace%3A."
192-
checksum: 15c1b3be4c5833ab3447d8d841094955caefb654859e6a2ccf9d9531fb7d68e7a554035da59566e952cf06ab4b4b9d52d2861aab02fc65e88a12fa4d8bcdd321
191+
resolution: "algoliasearch-client-javascript@file:output/#output/::hash=892be8&locator=%40algolia%2Fautomation-javascript-client%40workspace%3A."
192+
checksum: efc65e36fc802d92d12c6d199daad038886325e334f9067d65242da736a3fd098b18ebaaf37914f58a04f95b3f474d4cfbc04264db8bd429c22f9785c6d2b804
193193
languageName: node
194194
linkType: hard
195195

0 commit comments

Comments
 (0)