@@ -126,16 +126,6 @@ export class WebhookApi extends runtime.BaseAPI {
126
126
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
127
127
}
128
128
129
- if ( this . configuration && this . configuration . accessToken ) {
130
- // oauth required
131
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
132
- }
133
-
134
- if ( this . configuration && this . configuration . accessToken ) {
135
- // oauth required
136
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
137
- }
138
-
139
129
if ( this . configuration && this . configuration . apiKey ) {
140
130
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
141
131
}
@@ -183,16 +173,6 @@ export class WebhookApi extends runtime.BaseAPI {
183
173
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
184
174
}
185
175
186
- if ( this . configuration && this . configuration . accessToken ) {
187
- // oauth required
188
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
189
- }
190
-
191
- if ( this . configuration && this . configuration . accessToken ) {
192
- // oauth required
193
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
194
- }
195
-
196
176
if ( this . configuration && this . configuration . apiKey ) {
197
177
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
198
178
}
@@ -242,16 +222,6 @@ export class WebhookApi extends runtime.BaseAPI {
242
222
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
243
223
}
244
224
245
- if ( this . configuration && this . configuration . accessToken ) {
246
- // oauth required
247
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
248
- }
249
-
250
- if ( this . configuration && this . configuration . accessToken ) {
251
- // oauth required
252
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
253
- }
254
-
255
225
if ( this . configuration && this . configuration . apiKey ) {
256
226
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
257
227
}
@@ -295,16 +265,6 @@ export class WebhookApi extends runtime.BaseAPI {
295
265
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
296
266
}
297
267
298
- if ( this . configuration && this . configuration . accessToken ) {
299
- // oauth required
300
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
301
- }
302
-
303
- if ( this . configuration && this . configuration . accessToken ) {
304
- // oauth required
305
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
306
- }
307
-
308
268
if ( this . configuration && this . configuration . apiKey ) {
309
269
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
310
270
}
@@ -352,16 +312,6 @@ export class WebhookApi extends runtime.BaseAPI {
352
312
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
353
313
}
354
314
355
- if ( this . configuration && this . configuration . accessToken ) {
356
- // oauth required
357
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
358
- }
359
-
360
- if ( this . configuration && this . configuration . accessToken ) {
361
- // oauth required
362
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
363
- }
364
-
365
315
if ( this . configuration && this . configuration . apiKey ) {
366
316
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
367
317
}
@@ -406,16 +356,6 @@ export class WebhookApi extends runtime.BaseAPI {
406
356
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
407
357
}
408
358
409
- if ( this . configuration && this . configuration . accessToken ) {
410
- // oauth required
411
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
412
- }
413
-
414
- if ( this . configuration && this . configuration . accessToken ) {
415
- // oauth required
416
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
417
- }
418
-
419
359
if ( this . configuration && this . configuration . apiKey ) {
420
360
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
421
361
}
@@ -460,16 +400,6 @@ export class WebhookApi extends runtime.BaseAPI {
460
400
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
461
401
}
462
402
463
- if ( this . configuration && this . configuration . accessToken ) {
464
- // oauth required
465
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
466
- }
467
-
468
- if ( this . configuration && this . configuration . accessToken ) {
469
- // oauth required
470
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
471
- }
472
-
473
403
if ( this . configuration && this . configuration . apiKey ) {
474
404
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
475
405
}
@@ -510,16 +440,6 @@ export class WebhookApi extends runtime.BaseAPI {
510
440
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
511
441
}
512
442
513
- if ( this . configuration && this . configuration . accessToken ) {
514
- // oauth required
515
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
516
- }
517
-
518
- if ( this . configuration && this . configuration . accessToken ) {
519
- // oauth required
520
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
521
- }
522
-
523
443
if ( this . configuration && this . configuration . apiKey ) {
524
444
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
525
445
}
@@ -574,16 +494,6 @@ export class WebhookApi extends runtime.BaseAPI {
574
494
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
575
495
}
576
496
577
- if ( this . configuration && this . configuration . accessToken ) {
578
- // oauth required
579
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
580
- }
581
-
582
- if ( this . configuration && this . configuration . accessToken ) {
583
- // oauth required
584
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
585
- }
586
-
587
497
if ( this . configuration && this . configuration . apiKey ) {
588
498
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
589
499
}
@@ -635,16 +545,6 @@ export class WebhookApi extends runtime.BaseAPI {
635
545
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
636
546
}
637
547
638
- if ( this . configuration && this . configuration . accessToken ) {
639
- // oauth required
640
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
641
- }
642
-
643
- if ( this . configuration && this . configuration . accessToken ) {
644
- // oauth required
645
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
646
- }
647
-
648
548
if ( this . configuration && this . configuration . apiKey ) {
649
549
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
650
550
}
@@ -696,16 +596,6 @@ export class WebhookApi extends runtime.BaseAPI {
696
596
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
697
597
}
698
598
699
- if ( this . configuration && this . configuration . accessToken ) {
700
- // oauth required
701
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
702
- }
703
-
704
- if ( this . configuration && this . configuration . accessToken ) {
705
- // oauth required
706
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
707
- }
708
-
709
599
if ( this . configuration && this . configuration . apiKey ) {
710
600
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
711
601
}
@@ -753,16 +643,6 @@ export class WebhookApi extends runtime.BaseAPI {
753
643
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
754
644
}
755
645
756
- if ( this . configuration && this . configuration . accessToken ) {
757
- // oauth required
758
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
759
- }
760
-
761
- if ( this . configuration && this . configuration . accessToken ) {
762
- // oauth required
763
- headerParameters [ "Authorization" ] = await this . configuration . accessToken ( "BIMData_Connect" , [ ] ) ;
764
- }
765
-
766
646
if ( this . configuration && this . configuration . apiKey ) {
767
647
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
768
648
}
0 commit comments