dominus-sdk-python 4.0.5__tar.gz → 4.0.7__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.
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/PKG-INFO +10 -2
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/README.md +9 -1
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/__init__.py +1 -1
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/auth.py +9 -2
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/authority.py +300 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/PKG-INFO +10 -2
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/pyproject.toml +1 -1
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_auth.py +47 -1
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_authority_public_vocabulary.py +56 -5
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/config/__init__.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/config/endpoints.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/errors.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/__init__.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/auth.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/cache.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/console_capture.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/core.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/crypto.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/sse.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/helpers/trace.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/__init__.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/admin.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/ai.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/artifacts.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/courier.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/db.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/ddl.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/deployer.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/fastapi.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/files.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/health.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/jobs.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/logs.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/portal.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/processor.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/redis.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/secrets.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/secure.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/sync.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/warden.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/namespaces/workflow.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/services/__init__.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus/start.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/SOURCES.txt +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/dependency_links.txt +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/requires.txt +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/top_level.txt +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/setup.cfg +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_control_plane_namespaces.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_errors.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_flat_commands.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_health.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_logs.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_provisioning_parity.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_public_exports.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_transport_compat.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_workflow_lifecycle.py +0 -0
- {dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_workflow_refs.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dominus-sdk-python
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.7
|
|
4
4
|
Summary: Python SDK for the Dominus gateway-first platform
|
|
5
5
|
Author-email: CareBridge Systems <dev@carebridge.io>
|
|
6
6
|
License: Proprietary
|
|
@@ -42,7 +42,7 @@ Async Python SDK for the Dominus gateway-first service plane.
|
|
|
42
42
|
- Gateway-scoped client mode for MCP and other user-JWT sessions
|
|
43
43
|
- Transport compatibility for wrapped `{success,data}` responses and unwrapped Warden/control-plane success objects
|
|
44
44
|
- Local helpers for JWT verification, trace propagation, retries, and console capture
|
|
45
|
-
- Current package version: `4.0.
|
|
45
|
+
- Current package version: `4.0.7`
|
|
46
46
|
|
|
47
47
|
## Install
|
|
48
48
|
|
|
@@ -80,6 +80,10 @@ timeline_archive = await dominus.authority.get_timeline_archive_status(
|
|
|
80
80
|
app_slug="carebridge-summit",
|
|
81
81
|
env="production",
|
|
82
82
|
)
|
|
83
|
+
archive_batch = await dominus.authority.archive_timelines(
|
|
84
|
+
max_hours=24,
|
|
85
|
+
max_runtime_ms=600000,
|
|
86
|
+
)
|
|
83
87
|
logs_archive = await dominus.logs.get_archive_status(
|
|
84
88
|
all_scopes=True,
|
|
85
89
|
include_buffer=True,
|
|
@@ -107,6 +111,8 @@ buffer_cleanup = await dominus.logs.run_archive_buffer_maintenance(
|
|
|
107
111
|
batch_runs=5,
|
|
108
112
|
max_runtime_ms=8000,
|
|
109
113
|
)
|
|
114
|
+
|
|
115
|
+
schedules = await dominus.authority.list_schedules(all_scopes=True)
|
|
110
116
|
```
|
|
111
117
|
|
|
112
118
|
## Session-Scoped Clients
|
|
@@ -179,6 +185,8 @@ operations:
|
|
|
179
185
|
|
|
180
186
|
New code should prefer namespace APIs.
|
|
181
187
|
|
|
188
|
+
Guardian navigation helpers expose nav-row `path` on `create_nav_item()` and `update_nav_item()`. Use that field when a sidebar item must route to a concrete URL independent of, or more specific than, the linked Guardian page row.
|
|
189
|
+
|
|
182
190
|
## Documentation
|
|
183
191
|
|
|
184
192
|
- [Architecture](docs/architecture.md) - request flow, gateway routing, resilience
|
|
@@ -9,7 +9,7 @@ Async Python SDK for the Dominus gateway-first service plane.
|
|
|
9
9
|
- Gateway-scoped client mode for MCP and other user-JWT sessions
|
|
10
10
|
- Transport compatibility for wrapped `{success,data}` responses and unwrapped Warden/control-plane success objects
|
|
11
11
|
- Local helpers for JWT verification, trace propagation, retries, and console capture
|
|
12
|
-
- Current package version: `4.0.
|
|
12
|
+
- Current package version: `4.0.7`
|
|
13
13
|
|
|
14
14
|
## Install
|
|
15
15
|
|
|
@@ -47,6 +47,10 @@ timeline_archive = await dominus.authority.get_timeline_archive_status(
|
|
|
47
47
|
app_slug="carebridge-summit",
|
|
48
48
|
env="production",
|
|
49
49
|
)
|
|
50
|
+
archive_batch = await dominus.authority.archive_timelines(
|
|
51
|
+
max_hours=24,
|
|
52
|
+
max_runtime_ms=600000,
|
|
53
|
+
)
|
|
50
54
|
logs_archive = await dominus.logs.get_archive_status(
|
|
51
55
|
all_scopes=True,
|
|
52
56
|
include_buffer=True,
|
|
@@ -74,6 +78,8 @@ buffer_cleanup = await dominus.logs.run_archive_buffer_maintenance(
|
|
|
74
78
|
batch_runs=5,
|
|
75
79
|
max_runtime_ms=8000,
|
|
76
80
|
)
|
|
81
|
+
|
|
82
|
+
schedules = await dominus.authority.list_schedules(all_scopes=True)
|
|
77
83
|
```
|
|
78
84
|
|
|
79
85
|
## Session-Scoped Clients
|
|
@@ -146,6 +152,8 @@ operations:
|
|
|
146
152
|
|
|
147
153
|
New code should prefer namespace APIs.
|
|
148
154
|
|
|
155
|
+
Guardian navigation helpers expose nav-row `path` on `create_nav_item()` and `update_nav_item()`. Use that field when a sidebar item must route to a concrete URL independent of, or more specific than, the linked Guardian page row.
|
|
156
|
+
|
|
149
157
|
## Documentation
|
|
150
158
|
|
|
151
159
|
- [Architecture](docs/architecture.md) - request flow, gateway routing, resilience
|
|
@@ -1421,7 +1421,8 @@ class AuthNamespace:
|
|
|
1421
1421
|
item_type: str = "link",
|
|
1422
1422
|
is_active: bool = True,
|
|
1423
1423
|
sort_order: int = 0,
|
|
1424
|
-
is_expanded_default: bool = False
|
|
1424
|
+
is_expanded_default: bool = False,
|
|
1425
|
+
path: Optional[str] = None
|
|
1425
1426
|
) -> Dict[str, Any]:
|
|
1426
1427
|
"""
|
|
1427
1428
|
Create a new navigation item.
|
|
@@ -1436,6 +1437,7 @@ class AuthNamespace:
|
|
|
1436
1437
|
is_active: Whether item is active
|
|
1437
1438
|
sort_order: Sort position
|
|
1438
1439
|
is_expanded_default: Whether group is expanded by default
|
|
1440
|
+
path: Direct navigation path. When set, Portal may use it instead of the linked page path.
|
|
1439
1441
|
"""
|
|
1440
1442
|
body = {
|
|
1441
1443
|
"title": title,
|
|
@@ -1444,6 +1446,8 @@ class AuthNamespace:
|
|
|
1444
1446
|
"is_active": is_active,
|
|
1445
1447
|
"is_expanded_default": is_expanded_default
|
|
1446
1448
|
}
|
|
1449
|
+
if path:
|
|
1450
|
+
body["path"] = path
|
|
1447
1451
|
if icon:
|
|
1448
1452
|
body["icon"] = icon
|
|
1449
1453
|
if description:
|
|
@@ -1515,12 +1519,15 @@ class AuthNamespace:
|
|
|
1515
1519
|
item_type: Optional[str] = None,
|
|
1516
1520
|
is_active: Optional[bool] = None,
|
|
1517
1521
|
sort_order: Optional[int] = None,
|
|
1518
|
-
is_expanded_default: Optional[bool] = None
|
|
1522
|
+
is_expanded_default: Optional[bool] = None,
|
|
1523
|
+
path: Optional[str] = None
|
|
1519
1524
|
) -> Dict[str, Any]:
|
|
1520
1525
|
"""Update navigation item."""
|
|
1521
1526
|
body = {}
|
|
1522
1527
|
if title is not None:
|
|
1523
1528
|
body["title"] = title
|
|
1529
|
+
if path is not None:
|
|
1530
|
+
body["path"] = path
|
|
1524
1531
|
if icon is not None:
|
|
1525
1532
|
body["icon"] = icon
|
|
1526
1533
|
if description is not None:
|
|
@@ -1574,6 +1574,24 @@ class AuthorityNamespace:
|
|
|
1574
1574
|
timeout=self._http_timeout(timeout, 15.0),
|
|
1575
1575
|
)
|
|
1576
1576
|
|
|
1577
|
+
async def archive_timelines(
|
|
1578
|
+
self,
|
|
1579
|
+
*,
|
|
1580
|
+
max_hours: Optional[int] = None,
|
|
1581
|
+
max_runtime_ms: Optional[int] = None,
|
|
1582
|
+
timeout: Optional[float] = None,
|
|
1583
|
+
) -> Dict[str, Any]:
|
|
1584
|
+
"""Run a bounded Authority timeline archive batch. ``POST /api/authority/timelines/archive``."""
|
|
1585
|
+
body = _compact({
|
|
1586
|
+
"max_hours": max_hours,
|
|
1587
|
+
"max_runtime_ms": max_runtime_ms,
|
|
1588
|
+
})
|
|
1589
|
+
return await self._post(
|
|
1590
|
+
"/api/authority/timelines/archive",
|
|
1591
|
+
body,
|
|
1592
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1593
|
+
)
|
|
1594
|
+
|
|
1577
1595
|
async def repair_timeline_archive_manifests(
|
|
1578
1596
|
self,
|
|
1579
1597
|
*,
|
|
@@ -1634,6 +1652,288 @@ class AuthorityNamespace:
|
|
|
1634
1652
|
timeout=self._http_timeout(timeout, 30.0),
|
|
1635
1653
|
)
|
|
1636
1654
|
|
|
1655
|
+
# ==================================================================
|
|
1656
|
+
# Schedules
|
|
1657
|
+
# ==================================================================
|
|
1658
|
+
|
|
1659
|
+
@staticmethod
|
|
1660
|
+
def _schedule_body(
|
|
1661
|
+
*,
|
|
1662
|
+
schedule_key: Optional[str] = None,
|
|
1663
|
+
name: Optional[str] = None,
|
|
1664
|
+
description: Optional[str] = None,
|
|
1665
|
+
owner_app_slug: Optional[str] = None,
|
|
1666
|
+
owner_env: Optional[str] = None,
|
|
1667
|
+
target_app_slug: Optional[str] = None,
|
|
1668
|
+
target_env: Optional[str] = None,
|
|
1669
|
+
target_url: Optional[str] = None,
|
|
1670
|
+
target_path: Optional[str] = None,
|
|
1671
|
+
gateway_route: Optional[str] = None,
|
|
1672
|
+
method: Optional[str] = None,
|
|
1673
|
+
body: Optional[Dict[str, Any]] = None,
|
|
1674
|
+
headers: Optional[Dict[str, Any]] = None,
|
|
1675
|
+
auth_mode: Optional[str] = None,
|
|
1676
|
+
secret_ref: Optional[str] = None,
|
|
1677
|
+
frequency_kind: Optional[str] = None,
|
|
1678
|
+
frequency_value: Optional[str] = None,
|
|
1679
|
+
timezone: Optional[str] = None,
|
|
1680
|
+
enabled: Optional[bool] = None,
|
|
1681
|
+
next_due_at: Optional[str] = None,
|
|
1682
|
+
timeout_ms: Optional[int] = None,
|
|
1683
|
+
max_runtime_ms: Optional[int] = None,
|
|
1684
|
+
max_retries: Optional[int] = None,
|
|
1685
|
+
jitter_seconds: Optional[int] = None,
|
|
1686
|
+
app_slug: Optional[str] = None,
|
|
1687
|
+
env: Optional[str] = None,
|
|
1688
|
+
) -> Dict[str, Any]:
|
|
1689
|
+
return _compact({
|
|
1690
|
+
"schedule_key": schedule_key,
|
|
1691
|
+
"name": name,
|
|
1692
|
+
"description": description,
|
|
1693
|
+
"owner_app_slug": owner_app_slug or app_slug,
|
|
1694
|
+
"owner_env": owner_env or env,
|
|
1695
|
+
"target_app_slug": target_app_slug,
|
|
1696
|
+
"target_env": target_env,
|
|
1697
|
+
"target_url": target_url,
|
|
1698
|
+
"target_path": target_path,
|
|
1699
|
+
"gateway_route": gateway_route,
|
|
1700
|
+
"method": method,
|
|
1701
|
+
"body_json": body,
|
|
1702
|
+
"headers_json": headers,
|
|
1703
|
+
"auth_mode": auth_mode,
|
|
1704
|
+
"secret_ref": secret_ref,
|
|
1705
|
+
"frequency_kind": frequency_kind,
|
|
1706
|
+
"frequency_value": frequency_value,
|
|
1707
|
+
"timezone": timezone,
|
|
1708
|
+
"enabled": enabled,
|
|
1709
|
+
"next_due_at": next_due_at,
|
|
1710
|
+
"timeout_ms": timeout_ms,
|
|
1711
|
+
"max_runtime_ms": max_runtime_ms,
|
|
1712
|
+
"max_retries": max_retries,
|
|
1713
|
+
"jitter_seconds": jitter_seconds,
|
|
1714
|
+
})
|
|
1715
|
+
|
|
1716
|
+
async def list_schedules(
|
|
1717
|
+
self,
|
|
1718
|
+
*,
|
|
1719
|
+
all_scopes: bool = False,
|
|
1720
|
+
app_slug: Optional[str] = None,
|
|
1721
|
+
env: Optional[str] = None,
|
|
1722
|
+
enabled: Optional[bool] = None,
|
|
1723
|
+
limit: Optional[int] = None,
|
|
1724
|
+
timeout: Optional[float] = None,
|
|
1725
|
+
) -> Dict[str, Any]:
|
|
1726
|
+
"""List Authority scheduled route definitions. ``GET /api/authority/schedules``."""
|
|
1727
|
+
qs = _query_string({
|
|
1728
|
+
"all_scopes": "true" if all_scopes else None,
|
|
1729
|
+
"app_slug": app_slug,
|
|
1730
|
+
"env": env,
|
|
1731
|
+
"enabled": str(enabled).lower() if enabled is not None else None,
|
|
1732
|
+
"limit": limit,
|
|
1733
|
+
})
|
|
1734
|
+
return await self._get(
|
|
1735
|
+
f"/api/authority/schedules{qs}",
|
|
1736
|
+
timeout=self._http_timeout(timeout, 15.0),
|
|
1737
|
+
)
|
|
1738
|
+
|
|
1739
|
+
async def create_schedule(
|
|
1740
|
+
self,
|
|
1741
|
+
*,
|
|
1742
|
+
schedule_key: Optional[str] = None,
|
|
1743
|
+
name: Optional[str] = None,
|
|
1744
|
+
description: Optional[str] = None,
|
|
1745
|
+
owner_app_slug: Optional[str] = None,
|
|
1746
|
+
owner_env: Optional[str] = None,
|
|
1747
|
+
target_app_slug: Optional[str] = None,
|
|
1748
|
+
target_env: Optional[str] = None,
|
|
1749
|
+
target_url: Optional[str] = None,
|
|
1750
|
+
target_path: Optional[str] = None,
|
|
1751
|
+
gateway_route: Optional[str] = None,
|
|
1752
|
+
method: Optional[str] = None,
|
|
1753
|
+
body: Optional[Dict[str, Any]] = None,
|
|
1754
|
+
headers: Optional[Dict[str, Any]] = None,
|
|
1755
|
+
auth_mode: Optional[str] = None,
|
|
1756
|
+
secret_ref: Optional[str] = None,
|
|
1757
|
+
frequency_kind: Optional[str] = None,
|
|
1758
|
+
frequency_value: Optional[str] = None,
|
|
1759
|
+
timezone: Optional[str] = None,
|
|
1760
|
+
enabled: Optional[bool] = None,
|
|
1761
|
+
next_due_at: Optional[str] = None,
|
|
1762
|
+
timeout_ms: Optional[int] = None,
|
|
1763
|
+
max_runtime_ms: Optional[int] = None,
|
|
1764
|
+
max_retries: Optional[int] = None,
|
|
1765
|
+
jitter_seconds: Optional[int] = None,
|
|
1766
|
+
app_slug: Optional[str] = None,
|
|
1767
|
+
env: Optional[str] = None,
|
|
1768
|
+
timeout: Optional[float] = None,
|
|
1769
|
+
) -> Dict[str, Any]:
|
|
1770
|
+
"""Create a scheduled route. ``POST /api/authority/schedules``."""
|
|
1771
|
+
return await self._post(
|
|
1772
|
+
"/api/authority/schedules",
|
|
1773
|
+
self._schedule_body(
|
|
1774
|
+
schedule_key=schedule_key,
|
|
1775
|
+
name=name,
|
|
1776
|
+
description=description,
|
|
1777
|
+
owner_app_slug=owner_app_slug,
|
|
1778
|
+
owner_env=owner_env,
|
|
1779
|
+
target_app_slug=target_app_slug,
|
|
1780
|
+
target_env=target_env,
|
|
1781
|
+
target_url=target_url,
|
|
1782
|
+
target_path=target_path,
|
|
1783
|
+
gateway_route=gateway_route,
|
|
1784
|
+
method=method,
|
|
1785
|
+
body=body,
|
|
1786
|
+
headers=headers,
|
|
1787
|
+
auth_mode=auth_mode,
|
|
1788
|
+
secret_ref=secret_ref,
|
|
1789
|
+
frequency_kind=frequency_kind,
|
|
1790
|
+
frequency_value=frequency_value,
|
|
1791
|
+
timezone=timezone,
|
|
1792
|
+
enabled=enabled,
|
|
1793
|
+
next_due_at=next_due_at,
|
|
1794
|
+
timeout_ms=timeout_ms,
|
|
1795
|
+
max_runtime_ms=max_runtime_ms,
|
|
1796
|
+
max_retries=max_retries,
|
|
1797
|
+
jitter_seconds=jitter_seconds,
|
|
1798
|
+
app_slug=app_slug,
|
|
1799
|
+
env=env,
|
|
1800
|
+
),
|
|
1801
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1802
|
+
)
|
|
1803
|
+
|
|
1804
|
+
async def update_schedule(
|
|
1805
|
+
self,
|
|
1806
|
+
schedule_id: str,
|
|
1807
|
+
*,
|
|
1808
|
+
schedule_key: Optional[str] = None,
|
|
1809
|
+
name: Optional[str] = None,
|
|
1810
|
+
description: Optional[str] = None,
|
|
1811
|
+
owner_app_slug: Optional[str] = None,
|
|
1812
|
+
owner_env: Optional[str] = None,
|
|
1813
|
+
target_app_slug: Optional[str] = None,
|
|
1814
|
+
target_env: Optional[str] = None,
|
|
1815
|
+
target_url: Optional[str] = None,
|
|
1816
|
+
target_path: Optional[str] = None,
|
|
1817
|
+
gateway_route: Optional[str] = None,
|
|
1818
|
+
method: Optional[str] = None,
|
|
1819
|
+
body: Optional[Dict[str, Any]] = None,
|
|
1820
|
+
headers: Optional[Dict[str, Any]] = None,
|
|
1821
|
+
auth_mode: Optional[str] = None,
|
|
1822
|
+
secret_ref: Optional[str] = None,
|
|
1823
|
+
frequency_kind: Optional[str] = None,
|
|
1824
|
+
frequency_value: Optional[str] = None,
|
|
1825
|
+
timezone: Optional[str] = None,
|
|
1826
|
+
enabled: Optional[bool] = None,
|
|
1827
|
+
next_due_at: Optional[str] = None,
|
|
1828
|
+
timeout_ms: Optional[int] = None,
|
|
1829
|
+
max_runtime_ms: Optional[int] = None,
|
|
1830
|
+
max_retries: Optional[int] = None,
|
|
1831
|
+
jitter_seconds: Optional[int] = None,
|
|
1832
|
+
app_slug: Optional[str] = None,
|
|
1833
|
+
env: Optional[str] = None,
|
|
1834
|
+
timeout: Optional[float] = None,
|
|
1835
|
+
) -> Dict[str, Any]:
|
|
1836
|
+
"""Update a scheduled route. ``PATCH /api/authority/schedules/{schedule_id}``."""
|
|
1837
|
+
return await self._client._request(
|
|
1838
|
+
endpoint=f"/api/authority/schedules/{quote(schedule_id, safe='')}",
|
|
1839
|
+
method="PATCH",
|
|
1840
|
+
body=self._schedule_body(
|
|
1841
|
+
schedule_key=schedule_key,
|
|
1842
|
+
name=name,
|
|
1843
|
+
description=description,
|
|
1844
|
+
owner_app_slug=owner_app_slug,
|
|
1845
|
+
owner_env=owner_env,
|
|
1846
|
+
target_app_slug=target_app_slug,
|
|
1847
|
+
target_env=target_env,
|
|
1848
|
+
target_url=target_url,
|
|
1849
|
+
target_path=target_path,
|
|
1850
|
+
gateway_route=gateway_route,
|
|
1851
|
+
method=method,
|
|
1852
|
+
body=body,
|
|
1853
|
+
headers=headers,
|
|
1854
|
+
auth_mode=auth_mode,
|
|
1855
|
+
secret_ref=secret_ref,
|
|
1856
|
+
frequency_kind=frequency_kind,
|
|
1857
|
+
frequency_value=frequency_value,
|
|
1858
|
+
timezone=timezone,
|
|
1859
|
+
enabled=enabled,
|
|
1860
|
+
next_due_at=next_due_at,
|
|
1861
|
+
timeout_ms=timeout_ms,
|
|
1862
|
+
max_runtime_ms=max_runtime_ms,
|
|
1863
|
+
max_retries=max_retries,
|
|
1864
|
+
jitter_seconds=jitter_seconds,
|
|
1865
|
+
app_slug=app_slug,
|
|
1866
|
+
env=env,
|
|
1867
|
+
),
|
|
1868
|
+
use_gateway=True,
|
|
1869
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1870
|
+
)
|
|
1871
|
+
|
|
1872
|
+
async def pause_schedule(self, schedule_id: str, *, timeout: Optional[float] = None) -> Dict[str, Any]:
|
|
1873
|
+
"""Pause a scheduled route. ``POST /api/authority/schedules/{schedule_id}/pause``."""
|
|
1874
|
+
return await self._post(
|
|
1875
|
+
f"/api/authority/schedules/{quote(schedule_id, safe='')}/pause",
|
|
1876
|
+
{},
|
|
1877
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1878
|
+
)
|
|
1879
|
+
|
|
1880
|
+
async def resume_schedule(self, schedule_id: str, *, timeout: Optional[float] = None) -> Dict[str, Any]:
|
|
1881
|
+
"""Resume a scheduled route. ``POST /api/authority/schedules/{schedule_id}/resume``."""
|
|
1882
|
+
return await self._post(
|
|
1883
|
+
f"/api/authority/schedules/{quote(schedule_id, safe='')}/resume",
|
|
1884
|
+
{},
|
|
1885
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1886
|
+
)
|
|
1887
|
+
|
|
1888
|
+
async def claim_due_schedules(
|
|
1889
|
+
self,
|
|
1890
|
+
*,
|
|
1891
|
+
limit: Optional[int] = None,
|
|
1892
|
+
lock_seconds: Optional[int] = None,
|
|
1893
|
+
timeout: Optional[float] = None,
|
|
1894
|
+
) -> Dict[str, Any]:
|
|
1895
|
+
"""Claim due scheduled routes for worker execution. ``POST /api/authority/schedules/claim-due``."""
|
|
1896
|
+
body = _compact({
|
|
1897
|
+
"limit": limit,
|
|
1898
|
+
"lock_seconds": lock_seconds,
|
|
1899
|
+
})
|
|
1900
|
+
return await self._post(
|
|
1901
|
+
"/api/authority/schedules/claim-due",
|
|
1902
|
+
body,
|
|
1903
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1904
|
+
)
|
|
1905
|
+
|
|
1906
|
+
async def complete_schedule_run(
|
|
1907
|
+
self,
|
|
1908
|
+
schedule_id: str,
|
|
1909
|
+
run_id: str,
|
|
1910
|
+
*,
|
|
1911
|
+
result: Optional[Dict[str, Any]] = None,
|
|
1912
|
+
timeout: Optional[float] = None,
|
|
1913
|
+
) -> Dict[str, Any]:
|
|
1914
|
+
"""Mark a scheduled route run complete."""
|
|
1915
|
+
return await self._post(
|
|
1916
|
+
f"/api/authority/schedules/{quote(schedule_id, safe='')}/runs/{quote(run_id, safe='')}/complete",
|
|
1917
|
+
{"result": result or {}},
|
|
1918
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1919
|
+
)
|
|
1920
|
+
|
|
1921
|
+
async def fail_schedule_run(
|
|
1922
|
+
self,
|
|
1923
|
+
schedule_id: str,
|
|
1924
|
+
run_id: str,
|
|
1925
|
+
*,
|
|
1926
|
+
error: str,
|
|
1927
|
+
result: Optional[Dict[str, Any]] = None,
|
|
1928
|
+
timeout: Optional[float] = None,
|
|
1929
|
+
) -> Dict[str, Any]:
|
|
1930
|
+
"""Mark a scheduled route run failed."""
|
|
1931
|
+
return await self._post(
|
|
1932
|
+
f"/api/authority/schedules/{quote(schedule_id, safe='')}/runs/{quote(run_id, safe='')}/fail",
|
|
1933
|
+
{"error": error, "result": result or {}},
|
|
1934
|
+
timeout=self._http_timeout(timeout, 30.0),
|
|
1935
|
+
)
|
|
1936
|
+
|
|
1637
1937
|
# ==================================================================
|
|
1638
1938
|
# Context
|
|
1639
1939
|
# ==================================================================
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dominus-sdk-python
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.7
|
|
4
4
|
Summary: Python SDK for the Dominus gateway-first platform
|
|
5
5
|
Author-email: CareBridge Systems <dev@carebridge.io>
|
|
6
6
|
License: Proprietary
|
|
@@ -42,7 +42,7 @@ Async Python SDK for the Dominus gateway-first service plane.
|
|
|
42
42
|
- Gateway-scoped client mode for MCP and other user-JWT sessions
|
|
43
43
|
- Transport compatibility for wrapped `{success,data}` responses and unwrapped Warden/control-plane success objects
|
|
44
44
|
- Local helpers for JWT verification, trace propagation, retries, and console capture
|
|
45
|
-
- Current package version: `4.0.
|
|
45
|
+
- Current package version: `4.0.7`
|
|
46
46
|
|
|
47
47
|
## Install
|
|
48
48
|
|
|
@@ -80,6 +80,10 @@ timeline_archive = await dominus.authority.get_timeline_archive_status(
|
|
|
80
80
|
app_slug="carebridge-summit",
|
|
81
81
|
env="production",
|
|
82
82
|
)
|
|
83
|
+
archive_batch = await dominus.authority.archive_timelines(
|
|
84
|
+
max_hours=24,
|
|
85
|
+
max_runtime_ms=600000,
|
|
86
|
+
)
|
|
83
87
|
logs_archive = await dominus.logs.get_archive_status(
|
|
84
88
|
all_scopes=True,
|
|
85
89
|
include_buffer=True,
|
|
@@ -107,6 +111,8 @@ buffer_cleanup = await dominus.logs.run_archive_buffer_maintenance(
|
|
|
107
111
|
batch_runs=5,
|
|
108
112
|
max_runtime_ms=8000,
|
|
109
113
|
)
|
|
114
|
+
|
|
115
|
+
schedules = await dominus.authority.list_schedules(all_scopes=True)
|
|
110
116
|
```
|
|
111
117
|
|
|
112
118
|
## Session-Scoped Clients
|
|
@@ -179,6 +185,8 @@ operations:
|
|
|
179
185
|
|
|
180
186
|
New code should prefer namespace APIs.
|
|
181
187
|
|
|
188
|
+
Guardian navigation helpers expose nav-row `path` on `create_nav_item()` and `update_nav_item()`. Use that field when a sidebar item must route to a concrete URL independent of, or more specific than, the linked Guardian page row.
|
|
189
|
+
|
|
182
190
|
## Documentation
|
|
183
191
|
|
|
184
192
|
- [Architecture](docs/architecture.md) - request flow, gateway routing, resilience
|
|
@@ -40,7 +40,12 @@ class FakeAsyncClient:
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
class FakeClient:
|
|
43
|
-
|
|
43
|
+
def __init__(self):
|
|
44
|
+
self.calls = []
|
|
45
|
+
|
|
46
|
+
async def _request(self, **kwargs):
|
|
47
|
+
self.calls.append(kwargs)
|
|
48
|
+
return {"ok": True}
|
|
44
49
|
|
|
45
50
|
|
|
46
51
|
@pytest.mark.asyncio
|
|
@@ -59,3 +64,44 @@ async def test_get_jwks_uses_gateway_jwt_route_and_caches(monkeypatch):
|
|
|
59
64
|
assert second == first
|
|
60
65
|
assert len(FakeAsyncClient.calls) == 1
|
|
61
66
|
assert FakeAsyncClient.calls[0]["url"] == "https://gateway.example/jwt/jwks"
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
@pytest.mark.asyncio
|
|
70
|
+
async def test_nav_item_helpers_write_guardian_navigation_path():
|
|
71
|
+
client = FakeClient()
|
|
72
|
+
namespace = AuthNamespace(client)
|
|
73
|
+
|
|
74
|
+
await namespace.create_nav_item(
|
|
75
|
+
title="Structured Reporting",
|
|
76
|
+
path="/dashboard/radiologist/structured-reporting",
|
|
77
|
+
page_id="page-1",
|
|
78
|
+
icon="ListChecks",
|
|
79
|
+
)
|
|
80
|
+
await namespace.update_nav_item(
|
|
81
|
+
"nav-1",
|
|
82
|
+
path="/dashboard/radiologist/procedure-settings",
|
|
83
|
+
page_id="page-2",
|
|
84
|
+
)
|
|
85
|
+
|
|
86
|
+
assert client.calls[0]["endpoint"] == "/api/guardian/nav-items"
|
|
87
|
+
assert client.calls[0]["body"]["path"] == "/dashboard/radiologist/structured-reporting"
|
|
88
|
+
assert client.calls[0]["body"]["page_id"] == "page-1"
|
|
89
|
+
assert client.calls[1]["endpoint"] == "/api/guardian/nav-items/nav-1"
|
|
90
|
+
assert client.calls[1]["method"] == "PUT"
|
|
91
|
+
assert client.calls[1]["body"]["path"] == "/dashboard/radiologist/procedure-settings"
|
|
92
|
+
assert client.calls[1]["body"]["page_id"] == "page-2"
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
@pytest.mark.asyncio
|
|
96
|
+
async def test_nav_item_helpers_preserve_positional_icon_compatibility():
|
|
97
|
+
client = FakeClient()
|
|
98
|
+
namespace = AuthNamespace(client)
|
|
99
|
+
|
|
100
|
+
await namespace.create_nav_item("Structured Reporting", "ListChecks")
|
|
101
|
+
await namespace.update_nav_item("nav-1", "Procedure Settings", "ClipboardList")
|
|
102
|
+
|
|
103
|
+
assert client.calls[0]["body"]["icon"] == "ListChecks"
|
|
104
|
+
assert "path" not in client.calls[0]["body"]
|
|
105
|
+
assert client.calls[1]["body"]["title"] == "Procedure Settings"
|
|
106
|
+
assert client.calls[1]["body"]["icon"] == "ClipboardList"
|
|
107
|
+
assert "path" not in client.calls[1]["body"]
|
{dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_authority_public_vocabulary.py
RENAMED
|
@@ -79,9 +79,11 @@ def test_authority_scope_signatures_use_new_public_vocabulary():
|
|
|
79
79
|
timeline_sig = inspect.signature(AuthorityNamespace.get_run_timeline)
|
|
80
80
|
query_timelines_sig = inspect.signature(AuthorityNamespace.query_timelines)
|
|
81
81
|
archive_status_sig = inspect.signature(AuthorityNamespace.get_timeline_archive_status)
|
|
82
|
+
archive_run_sig = inspect.signature(AuthorityNamespace.archive_timelines)
|
|
82
83
|
archive_repair_sig = inspect.signature(AuthorityNamespace.repair_timeline_archive_manifests)
|
|
83
84
|
archive_verify_sig = inspect.signature(AuthorityNamespace.verify_timeline_archive_manifests)
|
|
84
85
|
archive_prune_sig = inspect.signature(AuthorityNamespace.prune_timeline_archive_retention)
|
|
86
|
+
schedule_create_sig = inspect.signature(AuthorityNamespace.create_schedule)
|
|
85
87
|
mint_sig = inspect.signature(core_helpers.mint_selected_scope_jwt)
|
|
86
88
|
|
|
87
89
|
for name in ("app_slug", "env", "target_org_id", "target_env", "run_kind", "target_app_slug", "bootstrap_profile"):
|
|
@@ -107,12 +109,16 @@ def test_authority_scope_signatures_use_new_public_vocabulary():
|
|
|
107
109
|
assert name in timeline_sig.parameters
|
|
108
110
|
assert name in query_timelines_sig.parameters
|
|
109
111
|
assert "all_scopes" in archive_status_sig.parameters
|
|
112
|
+
for name in ("max_hours", "max_runtime_ms"):
|
|
113
|
+
assert name in archive_run_sig.parameters
|
|
110
114
|
for name in ("since", "until"):
|
|
111
115
|
assert name in archive_repair_sig.parameters
|
|
112
116
|
assert name in archive_verify_sig.parameters
|
|
113
117
|
assert name in archive_prune_sig.parameters
|
|
114
118
|
for name in ("retention_days", "dry_run", "confirm"):
|
|
115
119
|
assert name in archive_prune_sig.parameters
|
|
120
|
+
for name in ("gateway_route", "target_url", "frequency_kind", "max_runtime_ms", "app_slug", "env"):
|
|
121
|
+
assert name in schedule_create_sig.parameters
|
|
116
122
|
|
|
117
123
|
for name in ("target_org_id", "target_app_slug", "target_env"):
|
|
118
124
|
assert name in mint_sig.parameters
|
|
@@ -206,6 +212,10 @@ async def test_authority_scope_methods_use_canonical_context_wire_names():
|
|
|
206
212
|
env="production",
|
|
207
213
|
limit=5,
|
|
208
214
|
)
|
|
215
|
+
await namespace.archive_timelines(
|
|
216
|
+
max_hours=24,
|
|
217
|
+
max_runtime_ms=600000,
|
|
218
|
+
)
|
|
209
219
|
await namespace.repair_timeline_archive_manifests(
|
|
210
220
|
since="2026-04-01T00:00:00Z",
|
|
211
221
|
until="2026-04-02T00:00:00Z",
|
|
@@ -221,6 +231,22 @@ async def test_authority_scope_methods_use_canonical_context_wire_names():
|
|
|
221
231
|
dry_run=False,
|
|
222
232
|
confirm="DELETE_EXPIRED_ARCHIVE_OBJECTS",
|
|
223
233
|
)
|
|
234
|
+
await namespace.create_schedule(
|
|
235
|
+
schedule_key="demo.hourly",
|
|
236
|
+
app_slug="carebridge",
|
|
237
|
+
env="production",
|
|
238
|
+
target_url="https://demo.example/api/hourly",
|
|
239
|
+
frequency_kind="hourly",
|
|
240
|
+
max_runtime_ms=600000,
|
|
241
|
+
)
|
|
242
|
+
await namespace.update_schedule(
|
|
243
|
+
"demo.hourly",
|
|
244
|
+
enabled=False,
|
|
245
|
+
next_due_at="2026-04-19T00:00:00Z",
|
|
246
|
+
)
|
|
247
|
+
await namespace.claim_due_schedules(limit=5, lock_seconds=900)
|
|
248
|
+
await namespace.complete_schedule_run("demo.hourly", "run-1", result={"ok": True})
|
|
249
|
+
await namespace.fail_schedule_run("demo.hourly", "run-2", error="boom", result={"ok": False})
|
|
224
250
|
|
|
225
251
|
ensure_body = client.calls[0]["body"]
|
|
226
252
|
assert ensure_body["app_slug"] == "carebridge"
|
|
@@ -279,25 +305,50 @@ async def test_authority_scope_methods_use_canonical_context_wire_names():
|
|
|
279
305
|
"/api/authority/timelines/archive-status?"
|
|
280
306
|
"all_scopes=true&app_slug=carebridge&env=production&limit=5"
|
|
281
307
|
)
|
|
282
|
-
assert client.calls[10]["endpoint"] == "/api/authority/timelines/archive
|
|
308
|
+
assert client.calls[10]["endpoint"] == "/api/authority/timelines/archive"
|
|
283
309
|
assert client.calls[10]["method"] == "POST"
|
|
284
310
|
assert client.calls[10]["body"] == {
|
|
285
|
-
"
|
|
286
|
-
"
|
|
311
|
+
"max_hours": 24,
|
|
312
|
+
"max_runtime_ms": 600000,
|
|
287
313
|
}
|
|
288
|
-
assert client.calls[11]["endpoint"] == "/api/authority/timelines/archive-
|
|
314
|
+
assert client.calls[11]["endpoint"] == "/api/authority/timelines/archive-repair"
|
|
315
|
+
assert client.calls[11]["method"] == "POST"
|
|
289
316
|
assert client.calls[11]["body"] == {
|
|
290
317
|
"since": "2026-04-01T00:00:00Z",
|
|
291
318
|
"until": "2026-04-02T00:00:00Z",
|
|
292
319
|
}
|
|
293
|
-
assert client.calls[12]["endpoint"] == "/api/authority/timelines/archive-
|
|
320
|
+
assert client.calls[12]["endpoint"] == "/api/authority/timelines/archive-verify"
|
|
294
321
|
assert client.calls[12]["body"] == {
|
|
322
|
+
"since": "2026-04-01T00:00:00Z",
|
|
323
|
+
"until": "2026-04-02T00:00:00Z",
|
|
324
|
+
}
|
|
325
|
+
assert client.calls[13]["endpoint"] == "/api/authority/timelines/archive-prune"
|
|
326
|
+
assert client.calls[13]["body"] == {
|
|
295
327
|
"since": "2026-01-01T00:00:00Z",
|
|
296
328
|
"until": "2026-01-02T00:00:00Z",
|
|
297
329
|
"retention_days": 365,
|
|
298
330
|
"dry_run": False,
|
|
299
331
|
"confirm": "DELETE_EXPIRED_ARCHIVE_OBJECTS",
|
|
300
332
|
}
|
|
333
|
+
assert client.calls[14]["endpoint"] == "/api/authority/schedules"
|
|
334
|
+
assert client.calls[14]["body"] == {
|
|
335
|
+
"schedule_key": "demo.hourly",
|
|
336
|
+
"owner_app_slug": "carebridge",
|
|
337
|
+
"owner_env": "production",
|
|
338
|
+
"target_url": "https://demo.example/api/hourly",
|
|
339
|
+
"frequency_kind": "hourly",
|
|
340
|
+
"max_runtime_ms": 600000,
|
|
341
|
+
}
|
|
342
|
+
assert client.calls[15]["endpoint"] == "/api/authority/schedules/demo.hourly"
|
|
343
|
+
assert client.calls[15]["method"] == "PATCH"
|
|
344
|
+
assert client.calls[15]["body"] == {
|
|
345
|
+
"enabled": False,
|
|
346
|
+
"next_due_at": "2026-04-19T00:00:00Z",
|
|
347
|
+
}
|
|
348
|
+
assert client.calls[16]["endpoint"] == "/api/authority/schedules/claim-due"
|
|
349
|
+
assert client.calls[16]["body"] == {"limit": 5, "lock_seconds": 900}
|
|
350
|
+
assert client.calls[17]["endpoint"] == "/api/authority/schedules/demo.hourly/runs/run-1/complete"
|
|
351
|
+
assert client.calls[18]["endpoint"] == "/api/authority/schedules/demo.hourly/runs/run-2/fail"
|
|
301
352
|
|
|
302
353
|
|
|
303
354
|
@pytest.mark.asyncio
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/dominus_sdk_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dominus_sdk_python-4.0.5 → dominus_sdk_python-4.0.7}/tests/test_control_plane_namespaces.py
RENAMED
|
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
|
|
File without changes
|