@@ -126,6 +126,16 @@ 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
+
129
139
if ( this . configuration && this . configuration . apiKey ) {
130
140
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
131
141
}
@@ -173,6 +183,16 @@ export class WebhookApi extends runtime.BaseAPI {
173
183
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
174
184
}
175
185
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
+
176
196
if ( this . configuration && this . configuration . apiKey ) {
177
197
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
178
198
}
@@ -222,6 +242,16 @@ export class WebhookApi extends runtime.BaseAPI {
222
242
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
223
243
}
224
244
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
+
225
255
if ( this . configuration && this . configuration . apiKey ) {
226
256
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
227
257
}
@@ -265,6 +295,16 @@ export class WebhookApi extends runtime.BaseAPI {
265
295
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
266
296
}
267
297
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
+
268
308
if ( this . configuration && this . configuration . apiKey ) {
269
309
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
270
310
}
@@ -312,6 +352,16 @@ export class WebhookApi extends runtime.BaseAPI {
312
352
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
313
353
}
314
354
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
+
315
365
if ( this . configuration && this . configuration . apiKey ) {
316
366
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
317
367
}
@@ -356,6 +406,16 @@ export class WebhookApi extends runtime.BaseAPI {
356
406
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
357
407
}
358
408
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
+
359
419
if ( this . configuration && this . configuration . apiKey ) {
360
420
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
361
421
}
@@ -400,6 +460,16 @@ export class WebhookApi extends runtime.BaseAPI {
400
460
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
401
461
}
402
462
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
+
403
473
if ( this . configuration && this . configuration . apiKey ) {
404
474
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
405
475
}
@@ -440,6 +510,16 @@ export class WebhookApi extends runtime.BaseAPI {
440
510
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
441
511
}
442
512
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
+
443
523
if ( this . configuration && this . configuration . apiKey ) {
444
524
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
445
525
}
@@ -494,6 +574,16 @@ export class WebhookApi extends runtime.BaseAPI {
494
574
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
495
575
}
496
576
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
+
497
587
if ( this . configuration && this . configuration . apiKey ) {
498
588
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
499
589
}
@@ -545,6 +635,16 @@ export class WebhookApi extends runtime.BaseAPI {
545
635
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
546
636
}
547
637
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
+
548
648
if ( this . configuration && this . configuration . apiKey ) {
549
649
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
550
650
}
@@ -596,6 +696,16 @@ export class WebhookApi extends runtime.BaseAPI {
596
696
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
597
697
}
598
698
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
+
599
709
if ( this . configuration && this . configuration . apiKey ) {
600
710
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
601
711
}
@@ -643,6 +753,16 @@ export class WebhookApi extends runtime.BaseAPI {
643
753
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // ApiKey authentication
644
754
}
645
755
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
+
646
766
if ( this . configuration && this . configuration . apiKey ) {
647
767
headerParameters [ "Authorization" ] = this . configuration . apiKey ( "Authorization" ) ; // Bearer authentication
648
768
}
0 commit comments