@@ -86,7 +86,7 @@ from orb.models import operations, shared
8686
8787s = orb.Orb(
8888 security = shared.Security(
89- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
89+ api_key_auth = " " ,
9090 ),
9191)
9292
@@ -157,7 +157,7 @@ from orb.models import operations, shared
157157
158158s = orb.Orb(
159159 security = shared.Security(
160- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
160+ api_key_auth = " " ,
161161 ),
162162)
163163
@@ -223,7 +223,7 @@ from orb.models import shared
223223
224224s = orb.Orb(
225225 security = shared.Security(
226- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
226+ api_key_auth = " " ,
227227 ),
228228)
229229
@@ -282,7 +282,7 @@ from orb.models import operations, shared
282282
283283s = orb.Orb(
284284 security = shared.Security(
285- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
285+ api_key_auth = " " ,
286286 ),
287287)
288288
@@ -311,7 +311,7 @@ from orb.models import operations
311311
312312s = orb.Orb(
313313 security = shared.Security(
314- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
314+ api_key_auth = " " ,
315315 ),
316316)
317317
@@ -337,7 +337,7 @@ from orb.models import operations
337337
338338s = orb.Orb(
339339 security = shared.Security(
340- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
340+ api_key_auth = " " ,
341341 ),
342342)
343343
@@ -362,7 +362,7 @@ from orb.models import operations
362362
363363s = orb.Orb(
364364 security = shared.Security(
365- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
365+ api_key_auth = " " ,
366366 ),
367367)
368368
@@ -452,7 +452,7 @@ from orb.models import operations, shared
452452
453453s = orb.Orb(
454454 security = shared.Security(
455- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
455+ api_key_auth = " " ,
456456 ),
457457)
458458
@@ -483,7 +483,7 @@ from orb.models import operations, shared
483483
484484s = orb.Orb(
485485 security = shared.Security(
486- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
486+ api_key_auth = " " ,
487487 ),
488488)
489489
@@ -525,7 +525,7 @@ from orb.models import operations
525525
526526s = orb.Orb(
527527 security = shared.Security(
528- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
528+ api_key_auth = " " ,
529529 ),
530530)
531531
@@ -552,7 +552,7 @@ import orb
552552
553553s = orb.Orb(
554554 security = shared.Security(
555- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
555+ api_key_auth = " " ,
556556 ),
557557)
558558
@@ -577,7 +577,7 @@ from orb.models import operations, shared
577577
578578s = orb.Orb(
579579 security = shared.Security(
580- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
580+ api_key_auth = " " ,
581581 ),
582582)
583583
@@ -638,7 +638,7 @@ from orb.models import operations, shared
638638
639639s = orb.Orb(
640640 security = shared.Security(
641- api_key_auth = " YOUR_BEARER_TOKEN_HERE " ,
641+ api_key_auth = " " ,
642642 ),
643643)
644644
0 commit comments