scope-client 1.4.905__py3-none-any.whl → 1.4.907__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,7 +51,7 @@ class OAuthV1Api:
51
51
  _content_type: Optional[StrictStr] = None,
52
52
  _headers: Optional[Dict[StrictStr, Any]] = None,
53
53
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
54
- ) -> object:
54
+ ) -> Dict[str, object]:
55
55
  """Get Openid Configuration Metadata
56
56
 
57
57
  Returns well-known openid configuration for Arthur auth server
@@ -86,7 +86,7 @@ class OAuthV1Api:
86
86
  )
87
87
 
88
88
  _response_types_map: Dict[str, Optional[str]] = {
89
- '200': "object",
89
+ '200': "Dict[str, object]",
90
90
  '500': "InternalServerError",
91
91
  }
92
92
  response_data = self.api_client.call_api(
@@ -115,7 +115,7 @@ class OAuthV1Api:
115
115
  _content_type: Optional[StrictStr] = None,
116
116
  _headers: Optional[Dict[StrictStr, Any]] = None,
117
117
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
118
- ) -> ApiResponse[object]:
118
+ ) -> ApiResponse[Dict[str, object]]:
119
119
  """Get Openid Configuration Metadata
120
120
 
121
121
  Returns well-known openid configuration for Arthur auth server
@@ -150,7 +150,7 @@ class OAuthV1Api:
150
150
  )
151
151
 
152
152
  _response_types_map: Dict[str, Optional[str]] = {
153
- '200': "object",
153
+ '200': "Dict[str, object]",
154
154
  '500': "InternalServerError",
155
155
  }
156
156
  response_data = self.api_client.call_api(
@@ -214,7 +214,7 @@ class OAuthV1Api:
214
214
  )
215
215
 
216
216
  _response_types_map: Dict[str, Optional[str]] = {
217
- '200': "object",
217
+ '200': "Dict[str, object]",
218
218
  '500': "InternalServerError",
219
219
  }
220
220
  response_data = self.api_client.call_api(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scope_client
3
- Version: 1.4.905
3
+ Version: 1.4.907
4
4
  Summary: Arthur Python API Client Library
5
5
  Author-email: Arthur <info@arthur.ai>
6
6
  License: MIT
@@ -21,7 +21,7 @@ scope_client/api_bindings/api/jobs_v1_api.py,sha256=ZdeRvKJLLRf9E9sBxJouXLwkU3XN
21
21
  scope_client/api_bindings/api/metric_functions_v1_api.py,sha256=45LccTGUq20MocyPk5rzbngTtAFRfyIw_Adck4RSP7s,10836
22
22
  scope_client/api_bindings/api/metrics_v1_api.py,sha256=QumpmMptWgGyCRBhNCUU23IQFLHslg3W3gFL4BMxLMI,52522
23
23
  scope_client/api_bindings/api/models_v1_api.py,sha256=viDIh3SNeqCwWb5e2JeH9OPdNw5KNzleh_uaCbzHxLI,106912
24
- scope_client/api_bindings/api/o_auth_v1_api.py,sha256=g2d7W6cLGXaLGholS0Gk-_Ia_HszfbK3TSpP2L0nqhI,10653
24
+ scope_client/api_bindings/api/o_auth_v1_api.py,sha256=XCr92645-nAMHQtEa3GdVonWTg4tiRuJ0oxdKgB5888,10708
25
25
  scope_client/api_bindings/api/organizations_v1_api.py,sha256=wCeGjH3bZzP0MNF1ZmAJDyZ2olu_ANsV9Klr4SZgn2s,20469
26
26
  scope_client/api_bindings/api/projects_v1_api.py,sha256=wFqaLcwwxQDrF10VtOgaa8PbOE5VaC6ERNCSrRJaUFQ,59391
27
27
  scope_client/api_bindings/api/registration_v1_api.py,sha256=cPmagSOgnne2cZNgYDKm2L7SZmy8tsaL_xZBFekmnH8,12175
@@ -272,7 +272,7 @@ scope_client/auth/device_authorizer.py,sha256=bJMIZRjkwQwoSWTLEp7OoXM2MytO3ADSD9
272
272
  scope_client/auth/discovery.py,sha256=hR0MglzRWHdwyi72If5hTnjO50fDJhquP_DD7OzjIQQ,1188
273
273
  scope_client/auth/oauth_api_config.py,sha256=wcEslusOFKr0oTzW0Ku2MhM1mvc-nm4BEJU8LHo1uXA,1347
274
274
  scope_client/auth/session.py,sha256=wCriib5ajfm1e1WTL_QXVCJmEOrGwQg_0v91e5qrC6g,2649
275
- scope_client-1.4.905.dist-info/METADATA,sha256=Ejz7YLW4mhPRMET5HaIlIuIClbODoBYxRCKSyKvrgVY,1776
276
- scope_client-1.4.905.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
277
- scope_client-1.4.905.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
278
- scope_client-1.4.905.dist-info/RECORD,,
275
+ scope_client-1.4.907.dist-info/METADATA,sha256=K5JwTKFpAJ0aqZGF_1RMTJcRg3BS1xKhk1Yt4JrSRYQ,1776
276
+ scope_client-1.4.907.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
277
+ scope_client-1.4.907.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
278
+ scope_client-1.4.907.dist-info/RECORD,,