Skip to content

Commit c06f7aa

Browse files
authored
Merge pull request #9 from droidrun/release-please--branches--main--changes--next
release: 5.1.0
2 parents 33004e1 + cceee3f commit c06f7aa

48 files changed

Lines changed: 286 additions & 953 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0"
2+
".": "5.1.0"
33
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 163
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/droidrun/droidrun-cloud-a00f37a39074e0b00cf6a706aa69307a8ee8f7012966f71037085c5f0fa3ce39.yml
3-
openapi_spec_hash: 8e7f2e32d8d7dfe18060c45f56d8cf48
4-
config_hash: dcea68e3d1becafc8b349671e3a0763d
1+
configured_endpoints: 160
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/droidrun/droidrun-cloud-d45f6eec4623ab6146f79fd62b69435949b99b7cdd0c89379363d2be3ed1ac7c.yml
3+
openapi_spec_hash: 1f5262ae5849178b5dfd766537910ec5
4+
config_hash: 0636636df2adbdea4b2e982ab5c858d4

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 5.1.0 (2026-06-23)
4+
5+
Full Changelog: [v5.0.0...v5.1.0](https://github.com/droidrun/mobilerun-sdk-python/compare/v5.0.0...v5.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([458209a](https://github.com/droidrun/mobilerun-sdk-python/commit/458209a064d4be4eedfceab7f680bc9329e5de73))
10+
* **api:** api update ([93a672c](https://github.com/droidrun/mobilerun-sdk-python/commit/93a672ceb48abc041a26ea744d797048ebc894b0))
11+
312
## 5.0.0 (2026-06-18)
413

514
Full Changelog: [v3.2.0...v5.0.0](https://github.com/droidrun/mobilerun-sdk-python/compare/v3.2.0...v5.0.0)

api.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -709,25 +709,6 @@ Methods:
709709

710710
- <code title="get /timezones">client.workflows.timezones.<a href="./src/mobilerun_sdk/resources/workflows/timezones.py">list</a>() -> <a href="./src/mobilerun_sdk/types/workflows/timezone_list_response.py">TimezoneListResponse</a></code>
711711

712-
## Secrets
713-
714-
Types:
715-
716-
```python
717-
from mobilerun_sdk.types.workflows import (
718-
UserSecret,
719-
SecretCreateResponse,
720-
SecretListResponse,
721-
SecretDeleteResponse,
722-
)
723-
```
724-
725-
Methods:
726-
727-
- <code title="post /secrets">client.workflows.secrets.<a href="./src/mobilerun_sdk/resources/workflows/secrets.py">create</a>(\*\*<a href="src/mobilerun_sdk/types/workflows/secret_create_params.py">params</a>) -> <a href="./src/mobilerun_sdk/types/workflows/secret_create_response.py">SecretCreateResponse</a></code>
728-
- <code title="get /secrets">client.workflows.secrets.<a href="./src/mobilerun_sdk/resources/workflows/secrets.py">list</a>() -> <a href="./src/mobilerun_sdk/types/workflows/secret_list_response.py">SecretListResponse</a></code>
729-
- <code title="delete /secrets/{secretId}">client.workflows.secrets.<a href="./src/mobilerun_sdk/resources/workflows/secrets.py">delete</a>(secret_id) -> <a href="./src/mobilerun_sdk/types/workflows/secret_delete_response.py">SecretDeleteResponse</a></code>
730-
731712
# Webhooks
732713

733714
Types:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mobilerun-sdk"
3-
version = "5.0.0"
3+
version = "5.1.0"
44
description = "The official Python library for the mobilerun API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/mobilerun_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "mobilerun_sdk"
4-
__version__ = "5.0.0" # x-release-please-version
4+
__version__ = "5.1.0" # x-release-please-version

src/mobilerun_sdk/resources/workflows/__init__.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
ActionsResourceWithStreamingResponse,
2525
AsyncActionsResourceWithStreamingResponse,
2626
)
27-
from .secrets import (
28-
SecretsResource,
29-
AsyncSecretsResource,
30-
SecretsResourceWithRawResponse,
31-
AsyncSecretsResourceWithRawResponse,
32-
SecretsResourceWithStreamingResponse,
33-
AsyncSecretsResourceWithStreamingResponse,
34-
)
3527
from .triggers import (
3628
TriggersResource,
3729
AsyncTriggersResource,
@@ -116,12 +108,6 @@
116108
"AsyncTimezonesResourceWithRawResponse",
117109
"TimezonesResourceWithStreamingResponse",
118110
"AsyncTimezonesResourceWithStreamingResponse",
119-
"SecretsResource",
120-
"AsyncSecretsResource",
121-
"SecretsResourceWithRawResponse",
122-
"AsyncSecretsResourceWithRawResponse",
123-
"SecretsResourceWithStreamingResponse",
124-
"AsyncSecretsResourceWithStreamingResponse",
125111
"WorkflowsResource",
126112
"AsyncWorkflowsResource",
127113
"WorkflowsResourceWithRawResponse",

src/mobilerun_sdk/resources/workflows/events/events.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def dry_run(
6060
self,
6161
*,
6262
event_type: str,
63-
device_id: str | Omit = omit,
6463
payload: Dict[str, Optional[object]] | Omit = omit,
6564
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
6665
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -88,7 +87,6 @@ def dry_run(
8887
body=maybe_transform(
8988
{
9089
"event_type": event_type,
91-
"device_id": device_id,
9290
"payload": payload,
9391
},
9492
event_dry_run_params.EventDryRunParams,
@@ -103,7 +101,6 @@ def ingest(
103101
self,
104102
*,
105103
event_type: str,
106-
device_id: str | Omit = omit,
107104
payload: Dict[str, Optional[object]] | Omit = omit,
108105
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
109106
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -130,7 +127,6 @@ def ingest(
130127
body=maybe_transform(
131128
{
132129
"event_type": event_type,
133-
"device_id": device_id,
134130
"payload": payload,
135131
},
136132
event_ingest_params.EventIngestParams,
@@ -170,7 +166,6 @@ async def dry_run(
170166
self,
171167
*,
172168
event_type: str,
173-
device_id: str | Omit = omit,
174169
payload: Dict[str, Optional[object]] | Omit = omit,
175170
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
176171
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -198,7 +193,6 @@ async def dry_run(
198193
body=await async_maybe_transform(
199194
{
200195
"event_type": event_type,
201-
"device_id": device_id,
202196
"payload": payload,
203197
},
204198
event_dry_run_params.EventDryRunParams,
@@ -213,7 +207,6 @@ async def ingest(
213207
self,
214208
*,
215209
event_type: str,
216-
device_id: str | Omit = omit,
217210
payload: Dict[str, Optional[object]] | Omit = omit,
218211
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
219212
# The extra values given here take precedence over values defined on the client or passed to this method.
@@ -240,7 +233,6 @@ async def ingest(
240233
body=await async_maybe_transform(
241234
{
242235
"event_type": event_type,
243-
"device_id": device_id,
244236
"payload": payload,
245237
},
246238
event_ingest_params.EventIngestParams,

src/mobilerun_sdk/resources/workflows/executions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def list(
8989
page: int | Omit = omit,
9090
page_size: int | Omit = omit,
9191
search: str | Omit = omit,
92-
status: Literal["pending", "running", "success", "failed"] | Omit = omit,
92+
status: Literal["pending", "running", "success", "failed", "cancelled", "skipped", "invalid"] | Omit = omit,
9393
to: Optional[str] | Omit = omit,
9494
trigger_id: str | Omit = omit,
9595
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -247,7 +247,7 @@ async def list(
247247
page: int | Omit = omit,
248248
page_size: int | Omit = omit,
249249
search: str | Omit = omit,
250-
status: Literal["pending", "running", "success", "failed"] | Omit = omit,
250+
status: Literal["pending", "running", "success", "failed", "cancelled", "skipped", "invalid"] | Omit = omit,
251251
to: Optional[str] | Omit = omit,
252252
trigger_id: str | Omit = omit,
253253
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.

src/mobilerun_sdk/resources/workflows/flows/actions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def add(
8989
position: int,
9090
children: Iterable[FlowChildActionInputParam] | Omit = omit,
9191
continue_on_error: bool | Omit = omit,
92-
device_id: str | Omit = omit,
9392
name_override: str | Omit = omit,
9493
overrides: Optional[FlowActionOverridesParam] | Omit = omit,
9594
parent_flow_action_id: Optional[str] | Omit = omit,
@@ -122,7 +121,6 @@ def add(
122121
"position": position,
123122
"children": children,
124123
"continue_on_error": continue_on_error,
125-
"device_id": device_id,
126124
"name_override": name_override,
127125
"overrides": overrides,
128126
"parent_flow_action_id": parent_flow_action_id,
@@ -268,7 +266,6 @@ async def add(
268266
position: int,
269267
children: Iterable[FlowChildActionInputParam] | Omit = omit,
270268
continue_on_error: bool | Omit = omit,
271-
device_id: str | Omit = omit,
272269
name_override: str | Omit = omit,
273270
overrides: Optional[FlowActionOverridesParam] | Omit = omit,
274271
parent_flow_action_id: Optional[str] | Omit = omit,
@@ -301,7 +298,6 @@ async def add(
301298
"position": position,
302299
"children": children,
303300
"continue_on_error": continue_on_error,
304-
"device_id": device_id,
305301
"name_override": name_override,
306302
"overrides": overrides,
307303
"parent_flow_action_id": parent_flow_action_id,

0 commit comments

Comments
 (0)