scope-client 1.4.993__py3-none-any.whl → 1.4.994__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.
@@ -17,7 +17,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
17
17
  from typing_extensions import Annotated
18
18
 
19
19
  from pydantic import Field, StrictStr
20
- from typing import List, Optional
20
+ from typing import Any, List, Optional
21
21
  from typing_extensions import Annotated
22
22
  from scope_client.api_bindings.models.invite_new_user import InviteNewUser
23
23
  from scope_client.api_bindings.models.patch_service_account_user import PatchServiceAccountUser
@@ -2390,7 +2390,7 @@ class UsersV1Api:
2390
2390
  _content_type: Optional[StrictStr] = None,
2391
2391
  _headers: Optional[Dict[StrictStr, Any]] = None,
2392
2392
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2393
- ) -> User:
2393
+ ) -> object:
2394
2394
  """Create User Via Email Invite
2395
2395
 
2396
2396
  Requires organization_invite_user permission. Also requires underlying permissions for managing user permissions: group_create_group_membership, organization_create_role_binding, workspace_create_role_binding, or project_create_role_binding depending on whether the user is being added to a group or granted a role bound to an organization, workspace, or project.
@@ -2428,11 +2428,10 @@ class UsersV1Api:
2428
2428
  )
2429
2429
 
2430
2430
  _response_types_map: Dict[str, Optional[str]] = {
2431
- '200': "User",
2431
+ '201': "object",
2432
2432
  '500': "InternalServerError",
2433
2433
  '400': "BadRequestError",
2434
2434
  '404': "NotFoundError",
2435
- '201': None,
2436
2435
  '422': "HTTPValidationError",
2437
2436
  }
2438
2437
  response_data = self.api_client.call_api(
@@ -2462,7 +2461,7 @@ class UsersV1Api:
2462
2461
  _content_type: Optional[StrictStr] = None,
2463
2462
  _headers: Optional[Dict[StrictStr, Any]] = None,
2464
2463
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2465
- ) -> ApiResponse[User]:
2464
+ ) -> ApiResponse[object]:
2466
2465
  """Create User Via Email Invite
2467
2466
 
2468
2467
  Requires organization_invite_user permission. Also requires underlying permissions for managing user permissions: group_create_group_membership, organization_create_role_binding, workspace_create_role_binding, or project_create_role_binding depending on whether the user is being added to a group or granted a role bound to an organization, workspace, or project.
@@ -2500,11 +2499,10 @@ class UsersV1Api:
2500
2499
  )
2501
2500
 
2502
2501
  _response_types_map: Dict[str, Optional[str]] = {
2503
- '200': "User",
2502
+ '201': "object",
2504
2503
  '500': "InternalServerError",
2505
2504
  '400': "BadRequestError",
2506
2505
  '404': "NotFoundError",
2507
- '201': None,
2508
2506
  '422': "HTTPValidationError",
2509
2507
  }
2510
2508
  response_data = self.api_client.call_api(
@@ -2572,11 +2570,10 @@ class UsersV1Api:
2572
2570
  )
2573
2571
 
2574
2572
  _response_types_map: Dict[str, Optional[str]] = {
2575
- '200': "User",
2573
+ '201': "object",
2576
2574
  '500': "InternalServerError",
2577
2575
  '400': "BadRequestError",
2578
2576
  '404': "NotFoundError",
2579
- '201': None,
2580
2577
  '422': "HTTPValidationError",
2581
2578
  }
2582
2579
  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.993
3
+ Version: 1.4.994
4
4
  Summary: Arthur Python API Client Library
5
5
  Author-email: Arthur <info@arthur.ai>
6
6
  License: MIT
@@ -29,7 +29,7 @@ scope_client/api_bindings/api/registration_v1_api.py,sha256=cPmagSOgnne2cZNgYDKm
29
29
  scope_client/api_bindings/api/roles_v1_api.py,sha256=LnlGL0BhhNAsXpIIkCyoBV765rw2bcIwWPz3EsyQi18,11234
30
30
  scope_client/api_bindings/api/tasks_v1_api.py,sha256=9G2YNDXlV0f05yCJPM8aCinmDkDtz_o7Rbn5sQzSl54,68732
31
31
  scope_client/api_bindings/api/upsolve_v1_api.py,sha256=Vdep9x-_lIJq_kOwtsGqYqkssgSaCEy45_WDupKwrgA,12230
32
- scope_client/api_bindings/api/users_v1_api.py,sha256=wo-yZd1da0O8NgAuBCo8784NY1vTo4H8J7pf7sFavCc,114570
32
+ scope_client/api_bindings/api/users_v1_api.py,sha256=3DpuXoHuWZvN8hU409AuyltBBwfK1PEBTeF5kKnlaek,114510
33
33
  scope_client/api_bindings/api/webhooks_v1_api.py,sha256=86tRi7pgwICshf8WVyYA1WrJggThpnsTaON9Mx8R-0M,71286
34
34
  scope_client/api_bindings/api/workspaces_v1_api.py,sha256=OjMc-pJe2JAGgv5ZGTD8_TkQxw82vz2e381-5m37vJ4,58653
35
35
  scope_client/api_bindings/models/__init__.py,sha256=BZ8bkeM8X9CD-BLVNo_9h1hT9v6zqGI78OX-rO-5tCY,21840
@@ -303,7 +303,7 @@ scope_client/auth/device_authorizer.py,sha256=bJMIZRjkwQwoSWTLEp7OoXM2MytO3ADSD9
303
303
  scope_client/auth/discovery.py,sha256=hR0MglzRWHdwyi72If5hTnjO50fDJhquP_DD7OzjIQQ,1188
304
304
  scope_client/auth/oauth_api_config.py,sha256=wcEslusOFKr0oTzW0Ku2MhM1mvc-nm4BEJU8LHo1uXA,1347
305
305
  scope_client/auth/session.py,sha256=wCriib5ajfm1e1WTL_QXVCJmEOrGwQg_0v91e5qrC6g,2649
306
- scope_client-1.4.993.dist-info/METADATA,sha256=y5xy4nd4f8ABeo_5Pyp1vmb7EZZEpoIVn3Wk-2rK0qk,1776
307
- scope_client-1.4.993.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
308
- scope_client-1.4.993.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
309
- scope_client-1.4.993.dist-info/RECORD,,
306
+ scope_client-1.4.994.dist-info/METADATA,sha256=_uI2_NqMAan2qv4MVRY0OOTcscQC9R1zQtzVesszgRc,1776
307
+ scope_client-1.4.994.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
308
+ scope_client-1.4.994.dist-info/top_level.txt,sha256=x6MngS09hi-TUDoUGb3SLzmnf8_cf8IVAVNPSqtTzAY,13
309
+ scope_client-1.4.994.dist-info/RECORD,,