orb-cloud-client 1.4.0__tar.gz → 1.4.1__tar.gz
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.
- {orb_cloud_client-1.4.0/orb_cloud_client.egg-info → orb_cloud_client-1.4.1}/PKG-INFO +1 -1
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/models/__init__.py +1 -1
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/models/config.py +1 -1
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/models/db.py +1 -1
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/models/server.py +5 -5
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1/orb_cloud_client.egg-info}/PKG-INFO +1 -1
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/pyproject.toml +1 -1
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/LICENSE +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/MANIFEST.in +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/README.md +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/__init__.py +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/client.py +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/example.py +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/example_async.py +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client/models/generic.py +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client.egg-info/SOURCES.txt +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client.egg-info/dependency_links.txt +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client.egg-info/entry_points.txt +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client.egg-info/requires.txt +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client.egg-info/top_level.txt +0 -0
- {orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: openapi.yaml
|
|
3
|
-
# timestamp: 2026-04-
|
|
3
|
+
# timestamp: 2026-04-30T16:45:00+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -29,23 +29,23 @@ class OrganizationConfigurationsResponse(BaseModel):
|
|
|
29
29
|
access_code: str | None = Field(
|
|
30
30
|
None, description='optional, the access code for this configuration'
|
|
31
31
|
)
|
|
32
|
-
access_code_expiration_ts:
|
|
32
|
+
access_code_expiration_ts: int | None = Field(
|
|
33
33
|
None, description='optional, expiration time for the access code'
|
|
34
34
|
)
|
|
35
35
|
config: list[int] | None = None
|
|
36
|
-
created_at:
|
|
36
|
+
created_at: int | None = None
|
|
37
37
|
devices: int | None = Field(None, description='number of devices using this token')
|
|
38
38
|
id: str | None = None
|
|
39
39
|
is_revoked: bool | None = Field(
|
|
40
40
|
None, description='true if the token is revoked, false otherwise'
|
|
41
41
|
)
|
|
42
|
-
last_used_at:
|
|
42
|
+
last_used_at: int | None = Field(
|
|
43
43
|
None, description='optional, if the token has been used'
|
|
44
44
|
)
|
|
45
45
|
name: str | None = None
|
|
46
46
|
tags: list[int] | None = None
|
|
47
47
|
token: str | None = None
|
|
48
|
-
updated_at:
|
|
48
|
+
updated_at: int | None = None
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
class OrganizationDeviceConfigurationDeleteRequest(BaseModel):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{orb_cloud_client-1.4.0 → orb_cloud_client-1.4.1}/orb_cloud_client.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|