File tree Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ yarn-error.log
14
14
* /node_modules
15
15
* /dist
16
16
* /.openapi-generator-ignore
17
+
18
+ output /complement
Original file line number Diff line number Diff line change @@ -184,18 +184,6 @@ export interface Authentication {
184
184
applyToRequest ( requestOptions : RequestOptions ) : Promise < void > | void ;
185
185
}
186
186
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
-
199
187
export class HttpBearerAuth implements Authentication {
200
188
public accessToken : string | ( ( ) => string ) = '' ;
201
189
Original file line number Diff line number Diff line change 5
5
" output"
6
6
],
7
7
"scripts" : {
8
- "lint" : " yarn prettier --write . " ,
8
+ "lint" : " yarn prettier --write openapi_spec output " ,
9
9
"generate" : " PACKAGE_VERSION='4.11.0' yarn openapi-generator-cli generate --generator-key client && ln -fs \" $(pwd)/complement\" \" $(pwd)/output/\" && yarn lint && yarn install" ,
10
10
"build:spec" : " yarn swagger-cli bundle openapi_spec/spec.yml --outfile dist/openapi.yml --type yaml" ,
11
11
"client:build" : " cd output/ && yarn install && yarn build && cd .." ,
Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ __metadata:
188
188
189
189
" algoliasearch-client-javascript@file:output/::locator=%40algolia%2Fautomation-javascript-client%40workspace%3A. " :
190
190
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
193
193
languageName : node
194
194
linkType : hard
195
195
You can’t perform that action at this time.
0 commit comments