dominus-sdk-python 2.13.2__tar.gz → 2.13.4__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-2.13.2 → dominus_sdk_python-2.13.4}/PKG-INFO +1 -1
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/portal.py +44 -22
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/redis.py +105 -11
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/PKG-INFO +1 -1
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/pyproject.toml +1 -1
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/README.md +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/__init__.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/config/__init__.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/config/endpoints.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/errors.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/helpers/__init__.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/helpers/auth.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/helpers/cache.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/helpers/console_capture.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/helpers/core.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/helpers/crypto.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/helpers/sse.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/__init__.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/admin.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/ai.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/artifacts.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/auth.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/courier.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/db.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/ddl.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/fastapi.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/files.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/health.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/jobs.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/logs.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/open.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/__init__.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/audio_capture.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/oracle_websocket.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/session.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/types.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/vad_gate.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/processor.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/secrets.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/secure.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/sync.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/workflow.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/services/__init__.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/start.py +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/SOURCES.txt +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/dependency_links.txt +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/requires.txt +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/top_level.txt +0 -0
- {dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/setup.cfg +0 -0
|
@@ -67,7 +67,8 @@ class PortalNamespace:
|
|
|
67
67
|
|
|
68
68
|
return await self._client._request(
|
|
69
69
|
endpoint="/api/portal/auth/login",
|
|
70
|
-
body=body
|
|
70
|
+
body=body,
|
|
71
|
+
use_gateway=True
|
|
71
72
|
)
|
|
72
73
|
|
|
73
74
|
async def login_client(
|
|
@@ -92,7 +93,8 @@ class PortalNamespace:
|
|
|
92
93
|
body["tenant_id"] = tenant_id
|
|
93
94
|
return await self._client._request(
|
|
94
95
|
endpoint="/api/portal/auth/login-client",
|
|
95
|
-
body=body
|
|
96
|
+
body=body,
|
|
97
|
+
use_gateway=True
|
|
96
98
|
)
|
|
97
99
|
|
|
98
100
|
async def logout(self, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -105,7 +107,8 @@ class PortalNamespace:
|
|
|
105
107
|
return await self._client._request(
|
|
106
108
|
endpoint="/api/portal/auth/logout",
|
|
107
109
|
body={},
|
|
108
|
-
user_token=user_token
|
|
110
|
+
user_token=user_token,
|
|
111
|
+
use_gateway=True
|
|
109
112
|
)
|
|
110
113
|
|
|
111
114
|
async def refresh(self, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -118,7 +121,8 @@ class PortalNamespace:
|
|
|
118
121
|
return await self._client._request(
|
|
119
122
|
endpoint="/api/portal/auth/refresh",
|
|
120
123
|
body={},
|
|
121
|
-
user_token=user_token
|
|
124
|
+
user_token=user_token,
|
|
125
|
+
use_gateway=True
|
|
122
126
|
)
|
|
123
127
|
|
|
124
128
|
async def me(self, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -134,7 +138,8 @@ class PortalNamespace:
|
|
|
134
138
|
return await self._client._request(
|
|
135
139
|
endpoint="/api/portal/auth/me",
|
|
136
140
|
method="GET",
|
|
137
|
-
user_token=user_token
|
|
141
|
+
user_token=user_token,
|
|
142
|
+
use_gateway=True
|
|
138
143
|
)
|
|
139
144
|
|
|
140
145
|
async def switch_tenant(self, tenant_id: str, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -151,7 +156,8 @@ class PortalNamespace:
|
|
|
151
156
|
return await self._client._request(
|
|
152
157
|
endpoint="/api/portal/auth/switch-tenant",
|
|
153
158
|
body={"tenant_id": tenant_id},
|
|
154
|
-
user_token=user_token
|
|
159
|
+
user_token=user_token,
|
|
160
|
+
use_gateway=True
|
|
155
161
|
)
|
|
156
162
|
|
|
157
163
|
# ========================================
|
|
@@ -181,7 +187,8 @@ class PortalNamespace:
|
|
|
181
187
|
"current_password": current_password,
|
|
182
188
|
"new_password": new_password
|
|
183
189
|
},
|
|
184
|
-
user_token=user_token
|
|
190
|
+
user_token=user_token,
|
|
191
|
+
use_gateway=True
|
|
185
192
|
)
|
|
186
193
|
|
|
187
194
|
async def request_password_reset(self, email: str) -> Dict[str, Any]:
|
|
@@ -196,7 +203,8 @@ class PortalNamespace:
|
|
|
196
203
|
"""
|
|
197
204
|
return await self._client._request(
|
|
198
205
|
endpoint="/api/portal/security/request-reset",
|
|
199
|
-
body={"email": email}
|
|
206
|
+
body={"email": email},
|
|
207
|
+
use_gateway=True
|
|
200
208
|
)
|
|
201
209
|
|
|
202
210
|
async def confirm_password_reset(
|
|
@@ -216,7 +224,8 @@ class PortalNamespace:
|
|
|
216
224
|
"""
|
|
217
225
|
return await self._client._request(
|
|
218
226
|
endpoint="/api/portal/security/confirm-reset",
|
|
219
|
-
body={"token": token, "new_password": new_password}
|
|
227
|
+
body={"token": token, "new_password": new_password},
|
|
228
|
+
use_gateway=True
|
|
220
229
|
)
|
|
221
230
|
|
|
222
231
|
async def list_sessions(self, user_token: Optional[str] = None) -> List[Dict[str, Any]]:
|
|
@@ -229,7 +238,8 @@ class PortalNamespace:
|
|
|
229
238
|
return await self._client._request(
|
|
230
239
|
endpoint="/api/portal/security/sessions",
|
|
231
240
|
method="GET",
|
|
232
|
-
user_token=user_token
|
|
241
|
+
user_token=user_token,
|
|
242
|
+
use_gateway=True
|
|
233
243
|
)
|
|
234
244
|
|
|
235
245
|
async def revoke_session(self, session_id: str, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -243,7 +253,8 @@ class PortalNamespace:
|
|
|
243
253
|
return await self._client._request(
|
|
244
254
|
endpoint=f"/api/portal/security/sessions/{session_id}",
|
|
245
255
|
method="DELETE",
|
|
246
|
-
user_token=user_token
|
|
256
|
+
user_token=user_token,
|
|
257
|
+
use_gateway=True
|
|
247
258
|
)
|
|
248
259
|
|
|
249
260
|
async def revoke_all_sessions(self, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -256,7 +267,8 @@ class PortalNamespace:
|
|
|
256
267
|
return await self._client._request(
|
|
257
268
|
endpoint="/api/portal/security/sessions/revoke-all",
|
|
258
269
|
body={},
|
|
259
|
-
user_token=user_token
|
|
270
|
+
user_token=user_token,
|
|
271
|
+
use_gateway=True
|
|
260
272
|
)
|
|
261
273
|
|
|
262
274
|
# ========================================
|
|
@@ -273,7 +285,8 @@ class PortalNamespace:
|
|
|
273
285
|
return await self._client._request(
|
|
274
286
|
endpoint="/api/portal/profile",
|
|
275
287
|
method="GET",
|
|
276
|
-
user_token=user_token
|
|
288
|
+
user_token=user_token,
|
|
289
|
+
use_gateway=True
|
|
277
290
|
)
|
|
278
291
|
|
|
279
292
|
async def update_profile(
|
|
@@ -315,7 +328,8 @@ class PortalNamespace:
|
|
|
315
328
|
endpoint="/api/portal/profile",
|
|
316
329
|
method="PUT",
|
|
317
330
|
body=body,
|
|
318
|
-
user_token=user_token
|
|
331
|
+
user_token=user_token,
|
|
332
|
+
use_gateway=True
|
|
319
333
|
)
|
|
320
334
|
|
|
321
335
|
async def get_preferences(self, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -328,7 +342,8 @@ class PortalNamespace:
|
|
|
328
342
|
return await self._client._request(
|
|
329
343
|
endpoint="/api/portal/profile/preferences",
|
|
330
344
|
method="GET",
|
|
331
|
-
user_token=user_token
|
|
345
|
+
user_token=user_token,
|
|
346
|
+
use_gateway=True
|
|
332
347
|
)
|
|
333
348
|
|
|
334
349
|
async def update_preferences(
|
|
@@ -378,7 +393,8 @@ class PortalNamespace:
|
|
|
378
393
|
endpoint="/api/portal/profile/preferences",
|
|
379
394
|
method="PUT",
|
|
380
395
|
body=body,
|
|
381
|
-
user_token=user_token
|
|
396
|
+
user_token=user_token,
|
|
397
|
+
use_gateway=True
|
|
382
398
|
)
|
|
383
399
|
|
|
384
400
|
# ========================================
|
|
@@ -398,7 +414,8 @@ class PortalNamespace:
|
|
|
398
414
|
return await self._client._request(
|
|
399
415
|
endpoint="/api/portal/nav",
|
|
400
416
|
method="GET",
|
|
401
|
-
user_token=user_token
|
|
417
|
+
user_token=user_token,
|
|
418
|
+
use_gateway=True
|
|
402
419
|
)
|
|
403
420
|
|
|
404
421
|
async def check_page_access(self, path: str, user_token: Optional[str] = None) -> Dict[str, Any]:
|
|
@@ -415,7 +432,8 @@ class PortalNamespace:
|
|
|
415
432
|
return await self._client._request(
|
|
416
433
|
endpoint="/api/portal/nav/check-access",
|
|
417
434
|
body={"page_path": path},
|
|
418
|
-
user_token=user_token
|
|
435
|
+
user_token=user_token,
|
|
436
|
+
use_gateway=True
|
|
419
437
|
)
|
|
420
438
|
|
|
421
439
|
# ========================================
|
|
@@ -450,7 +468,8 @@ class PortalNamespace:
|
|
|
450
468
|
"email": email,
|
|
451
469
|
"password": password,
|
|
452
470
|
"tenant_id": tenant_id
|
|
453
|
-
}
|
|
471
|
+
},
|
|
472
|
+
use_gateway=True
|
|
454
473
|
)
|
|
455
474
|
|
|
456
475
|
async def verify_email(self, token: str) -> Dict[str, Any]:
|
|
@@ -465,7 +484,8 @@ class PortalNamespace:
|
|
|
465
484
|
"""
|
|
466
485
|
return await self._client._request(
|
|
467
486
|
endpoint="/api/portal/register/verify",
|
|
468
|
-
body={"token": token}
|
|
487
|
+
body={"token": token},
|
|
488
|
+
use_gateway=True
|
|
469
489
|
)
|
|
470
490
|
|
|
471
491
|
async def resend_verification(self, email: str) -> Dict[str, Any]:
|
|
@@ -480,7 +500,8 @@ class PortalNamespace:
|
|
|
480
500
|
"""
|
|
481
501
|
return await self._client._request(
|
|
482
502
|
endpoint="/api/portal/register/resend-verification",
|
|
483
|
-
body={"email": email}
|
|
503
|
+
body={"email": email},
|
|
504
|
+
use_gateway=True
|
|
484
505
|
)
|
|
485
506
|
|
|
486
507
|
async def accept_invitation(
|
|
@@ -500,5 +521,6 @@ class PortalNamespace:
|
|
|
500
521
|
"""
|
|
501
522
|
return await self._client._request(
|
|
502
523
|
endpoint="/api/portal/register/accept-invitation",
|
|
503
|
-
body={"token": token, "password": password}
|
|
524
|
+
body={"token": token, "password": password},
|
|
525
|
+
use_gateway=True
|
|
504
526
|
)
|
|
@@ -67,7 +67,8 @@ class RedisNamespace:
|
|
|
67
67
|
|
|
68
68
|
return await self._client._request(
|
|
69
69
|
endpoint="/api/whisperer/set",
|
|
70
|
-
body=body
|
|
70
|
+
body=body,
|
|
71
|
+
use_gateway=True,
|
|
71
72
|
)
|
|
72
73
|
|
|
73
74
|
async def get(
|
|
@@ -100,7 +101,8 @@ class RedisNamespace:
|
|
|
100
101
|
|
|
101
102
|
return await self._client._request(
|
|
102
103
|
endpoint="/api/whisperer/get",
|
|
103
|
-
body=body
|
|
104
|
+
body=body,
|
|
105
|
+
use_gateway=True,
|
|
104
106
|
)
|
|
105
107
|
|
|
106
108
|
async def delete(
|
|
@@ -124,7 +126,8 @@ class RedisNamespace:
|
|
|
124
126
|
|
|
125
127
|
return await self._client._request(
|
|
126
128
|
endpoint="/api/whisperer/delete",
|
|
127
|
-
body=body
|
|
129
|
+
body=body,
|
|
130
|
+
use_gateway=True,
|
|
128
131
|
)
|
|
129
132
|
|
|
130
133
|
async def list(
|
|
@@ -156,7 +159,8 @@ class RedisNamespace:
|
|
|
156
159
|
|
|
157
160
|
return await self._client._request(
|
|
158
161
|
endpoint="/api/whisperer/list",
|
|
159
|
-
body=body
|
|
162
|
+
body=body,
|
|
163
|
+
use_gateway=True,
|
|
160
164
|
)
|
|
161
165
|
|
|
162
166
|
async def mget(self, keys: List[Dict[str, str]]) -> Dict[str, Any]:
|
|
@@ -172,7 +176,8 @@ class RedisNamespace:
|
|
|
172
176
|
"""
|
|
173
177
|
return await self._client._request(
|
|
174
178
|
endpoint="/api/whisperer/mget",
|
|
175
|
-
body={"keys": keys[:100]}
|
|
179
|
+
body={"keys": keys[:100]},
|
|
180
|
+
use_gateway=True,
|
|
176
181
|
)
|
|
177
182
|
|
|
178
183
|
async def setnx(
|
|
@@ -204,7 +209,8 @@ class RedisNamespace:
|
|
|
204
209
|
|
|
205
210
|
return await self._client._request(
|
|
206
211
|
endpoint="/api/whisperer/setnx",
|
|
207
|
-
body=body
|
|
212
|
+
body=body,
|
|
213
|
+
use_gateway=True,
|
|
208
214
|
)
|
|
209
215
|
|
|
210
216
|
async def incr(
|
|
@@ -236,7 +242,8 @@ class RedisNamespace:
|
|
|
236
242
|
|
|
237
243
|
return await self._client._request(
|
|
238
244
|
endpoint="/api/whisperer/incr",
|
|
239
|
-
body=body
|
|
245
|
+
body=body,
|
|
246
|
+
use_gateway=True,
|
|
240
247
|
)
|
|
241
248
|
|
|
242
249
|
async def hset(
|
|
@@ -271,7 +278,8 @@ class RedisNamespace:
|
|
|
271
278
|
|
|
272
279
|
return await self._client._request(
|
|
273
280
|
endpoint="/api/whisperer/hset",
|
|
274
|
-
body=body
|
|
281
|
+
body=body,
|
|
282
|
+
use_gateway=True,
|
|
275
283
|
)
|
|
276
284
|
|
|
277
285
|
async def hget(
|
|
@@ -300,7 +308,8 @@ class RedisNamespace:
|
|
|
300
308
|
|
|
301
309
|
return await self._client._request(
|
|
302
310
|
endpoint="/api/whisperer/hget",
|
|
303
|
-
body=body
|
|
311
|
+
body=body,
|
|
312
|
+
use_gateway=True,
|
|
304
313
|
)
|
|
305
314
|
|
|
306
315
|
async def hgetall(
|
|
@@ -324,7 +333,8 @@ class RedisNamespace:
|
|
|
324
333
|
|
|
325
334
|
return await self._client._request(
|
|
326
335
|
endpoint="/api/whisperer/hgetall",
|
|
327
|
-
body=body
|
|
336
|
+
body=body,
|
|
337
|
+
use_gateway=True,
|
|
328
338
|
)
|
|
329
339
|
|
|
330
340
|
async def hdel(
|
|
@@ -353,5 +363,89 @@ class RedisNamespace:
|
|
|
353
363
|
|
|
354
364
|
return await self._client._request(
|
|
355
365
|
endpoint="/api/whisperer/hdel",
|
|
356
|
-
body=body
|
|
366
|
+
body=body,
|
|
367
|
+
use_gateway=True,
|
|
368
|
+
)
|
|
369
|
+
|
|
370
|
+
async def type(
|
|
371
|
+
self,
|
|
372
|
+
key: str,
|
|
373
|
+
category: Optional[str] = None
|
|
374
|
+
) -> Dict[str, Any]:
|
|
375
|
+
"""
|
|
376
|
+
Get the type of a key.
|
|
377
|
+
|
|
378
|
+
Args:
|
|
379
|
+
key: Key name (logical_path)
|
|
380
|
+
category: Optional namespace category
|
|
381
|
+
|
|
382
|
+
Returns:
|
|
383
|
+
Dict with "type" (string: none, string, list, set, zset, hash)
|
|
384
|
+
"""
|
|
385
|
+
body = {"logical_path": key}
|
|
386
|
+
if category:
|
|
387
|
+
body["category"] = category
|
|
388
|
+
|
|
389
|
+
return await self._client._request(
|
|
390
|
+
endpoint="/api/whisperer/type",
|
|
391
|
+
body=body,
|
|
392
|
+
use_gateway=True,
|
|
393
|
+
)
|
|
394
|
+
|
|
395
|
+
async def smembers(
|
|
396
|
+
self,
|
|
397
|
+
key: str,
|
|
398
|
+
category: Optional[str] = None
|
|
399
|
+
) -> Dict[str, Any]:
|
|
400
|
+
"""
|
|
401
|
+
Get all members of a set.
|
|
402
|
+
|
|
403
|
+
Args:
|
|
404
|
+
key: Key name (logical_path)
|
|
405
|
+
category: Optional namespace category
|
|
406
|
+
|
|
407
|
+
Returns:
|
|
408
|
+
Dict with "members" list
|
|
409
|
+
"""
|
|
410
|
+
body = {"logical_path": key}
|
|
411
|
+
if category:
|
|
412
|
+
body["category"] = category
|
|
413
|
+
|
|
414
|
+
return await self._client._request(
|
|
415
|
+
endpoint="/api/whisperer/smembers",
|
|
416
|
+
body=body,
|
|
417
|
+
use_gateway=True,
|
|
418
|
+
)
|
|
419
|
+
|
|
420
|
+
async def lrange(
|
|
421
|
+
self,
|
|
422
|
+
key: str,
|
|
423
|
+
start: int = 0,
|
|
424
|
+
stop: int = -1,
|
|
425
|
+
category: Optional[str] = None
|
|
426
|
+
) -> Dict[str, Any]:
|
|
427
|
+
"""
|
|
428
|
+
Get a range of items from a list.
|
|
429
|
+
|
|
430
|
+
Args:
|
|
431
|
+
key: Key name (logical_path)
|
|
432
|
+
start: Start index (default: 0)
|
|
433
|
+
stop: Stop index (default: -1 for all)
|
|
434
|
+
category: Optional namespace category
|
|
435
|
+
|
|
436
|
+
Returns:
|
|
437
|
+
Dict with "items" list
|
|
438
|
+
"""
|
|
439
|
+
body = {
|
|
440
|
+
"logical_path": key,
|
|
441
|
+
"start": start,
|
|
442
|
+
"stop": stop
|
|
443
|
+
}
|
|
444
|
+
if category:
|
|
445
|
+
body["category"] = category
|
|
446
|
+
|
|
447
|
+
return await self._client._request(
|
|
448
|
+
endpoint="/api/whisperer/lrange",
|
|
449
|
+
body=body,
|
|
450
|
+
use_gateway=True,
|
|
357
451
|
)
|
|
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-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/__init__.py
RENAMED
|
File without changes
|
{dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/audio_capture.py
RENAMED
|
File without changes
|
|
File without changes
|
{dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/session.py
RENAMED
|
File without changes
|
|
File without changes
|
{dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus/namespaces/oracle/vad_gate.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
|
{dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/requires.txt
RENAMED
|
File without changes
|
{dominus_sdk_python-2.13.2 → dominus_sdk_python-2.13.4}/dominus_sdk_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|