Skip to content

Commit 65083da

Browse files
committed
fix: regenerated client
1 parent cad67ed commit 65083da

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

diracx-client/src/diracx/client/_generated/aio/operations/_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ async def do_device_flow(self, *, user_code: str, **kwargs: Any) -> Any:
380380
async def finish_device_flow(self, *, code: str, state: str, **kwargs: Any) -> Any:
381381
"""Finish Device Flow.
382382
383-
This the url callbacked by IAM/Checkin after the authorization
383+
This the url callbacked by IAM/CheckIn after the authorization
384384
flow was granted.
385385
It gets us the code we need for the authorization flow, and we
386386
can map it to the corresponding device flow using the user_code

diracx-client/src/diracx/client/_generated/operations/_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ def do_device_flow(self, *, user_code: str, **kwargs: Any) -> Any:
980980
def finish_device_flow(self, *, code: str, state: str, **kwargs: Any) -> Any:
981981
"""Finish Device Flow.
982982
983-
This the url callbacked by IAM/Checkin after the authorization
983+
This the url callbacked by IAM/CheckIn after the authorization
984984
flow was granted.
985985
It gets us the code we need for the authorization flow, and we
986986
can map it to the corresponding device flow using the user_code

docs/OPENTELEMETRY.md

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

33
> :warning: **Experimental**: opentelemetry is an evolving product, and so is our implementation of it.
44
5-
``diracx`` is capable of sending [OpenTelemetry](https://opentelemetry.io/) data to a collector. The settings are controlled by the
6-
``diracx.routers.otel.OTELSettings`` classes
5+
`diracx` is capable of sending [OpenTelemetry](https://opentelemetry.io/) data to a collector. The settings are controlled by the
6+
`diracx.routers.otel.OTELSettings` classes
77
`diracx` will then export metrics, traces, and logs. For the moment, nothing is really instrumented, but the infrastructure is there
88

99
![OTEL Logs](./otel-logs.png)

extensions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Note that even if you have your own `testing` package depending on `diracx-testi
205205

206206
Working on this test extension is tricky as it is a subdirectory. if you want to debug it you need to:
207207

208-
- buid the `gubbins` docker images (or download an art)
208+
- build the `gubbins` docker images (or download an art)
209209
- copy the files somewhere else
210210
- edit the pyproject
211211
- run_demo

extensions/gubbins/gubbins-client/src/gubbins/client/_generated/aio/operations/_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ async def do_device_flow(self, *, user_code: str, **kwargs: Any) -> Any:
387387
async def finish_device_flow(self, *, code: str, state: str, **kwargs: Any) -> Any:
388388
"""Finish Device Flow.
389389
390-
This the url callbacked by IAM/Checkin after the authorization
390+
This the url callbacked by IAM/CheckIn after the authorization
391391
flow was granted.
392392
It gets us the code we need for the authorization flow, and we
393393
can map it to the corresponding device flow using the user_code

extensions/gubbins/gubbins-client/src/gubbins/client/_generated/operations/_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ def do_device_flow(self, *, user_code: str, **kwargs: Any) -> Any:
10331033
def finish_device_flow(self, *, code: str, state: str, **kwargs: Any) -> Any:
10341034
"""Finish Device Flow.
10351035
1036-
This the url callbacked by IAM/Checkin after the authorization
1036+
This the url callbacked by IAM/CheckIn after the authorization
10371037
flow was granted.
10381038
It gets us the code we need for the authorization flow, and we
10391039
can map it to the corresponding device flow using the user_code

0 commit comments

Comments
 (0)