@mobilerun/sdk 2.1.0 → 3.0.0
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.
- package/CHANGELOG.md +253 -0
- package/README.md +44 -0
- package/client.d.mts +32 -3
- package/client.d.mts.map +1 -1
- package/client.d.ts +32 -3
- package/client.d.ts.map +1 -1
- package/client.js +29 -7
- package/client.js.map +1 -1
- package/client.mjs +29 -7
- package/client.mjs.map +1 -1
- package/internal/tslib.js +6 -6
- package/internal/utils/query.d.mts +2 -0
- package/internal/utils/query.d.mts.map +1 -0
- package/internal/utils/query.d.ts +2 -0
- package/internal/utils/query.d.ts.map +1 -0
- package/internal/utils/query.js +10 -0
- package/internal/utils/query.js.map +1 -0
- package/internal/utils/query.mjs +6 -0
- package/internal/utils/query.mjs.map +1 -0
- package/internal/utils.d.mts +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/internal/utils.js.map +1 -1
- package/internal/utils.mjs +1 -0
- package/package.json +7 -1
- package/resources/agents.d.mts +29 -0
- package/resources/agents.d.mts.map +1 -0
- package/resources/agents.d.ts +29 -0
- package/resources/agents.d.ts.map +1 -0
- package/resources/agents.js +18 -0
- package/resources/agents.js.map +1 -0
- package/resources/agents.mjs +14 -0
- package/resources/agents.mjs.map +1 -0
- package/resources/apps.d.mts +10 -12
- package/resources/apps.d.mts.map +1 -1
- package/resources/apps.d.ts +10 -12
- package/resources/apps.d.ts.map +1 -1
- package/resources/apps.js.map +1 -1
- package/resources/apps.mjs.map +1 -1
- package/resources/carriers.d.mts +233 -0
- package/resources/carriers.d.mts.map +1 -0
- package/resources/carriers.d.ts +233 -0
- package/resources/carriers.d.ts.map +1 -0
- package/resources/carriers.js +46 -0
- package/resources/carriers.js.map +1 -0
- package/resources/carriers.mjs +42 -0
- package/resources/carriers.mjs.map +1 -0
- package/resources/credentials/credentials.d.mts +4 -13
- package/resources/credentials/credentials.d.mts.map +1 -1
- package/resources/credentials/credentials.d.ts +4 -13
- package/resources/credentials/credentials.d.ts.map +1 -1
- package/resources/credentials/credentials.js.map +1 -1
- package/resources/credentials/credentials.mjs.map +1 -1
- package/resources/devices/actions.d.mts +37 -1
- package/resources/devices/actions.d.mts.map +1 -1
- package/resources/devices/actions.d.ts +37 -1
- package/resources/devices/actions.d.ts.map +1 -1
- package/resources/devices/actions.js +36 -0
- package/resources/devices/actions.js.map +1 -1
- package/resources/devices/actions.mjs +36 -0
- package/resources/devices/actions.mjs.map +1 -1
- package/resources/devices/apps.d.mts +4 -0
- package/resources/devices/apps.d.mts.map +1 -1
- package/resources/devices/apps.d.ts +4 -0
- package/resources/devices/apps.d.ts.map +1 -1
- package/resources/devices/devices.d.mts +40 -38
- package/resources/devices/devices.d.mts.map +1 -1
- package/resources/devices/devices.d.ts +40 -38
- package/resources/devices/devices.d.ts.map +1 -1
- package/resources/devices/devices.js +22 -2
- package/resources/devices/devices.js.map +1 -1
- package/resources/devices/devices.mjs +23 -3
- package/resources/devices/devices.mjs.map +1 -1
- package/resources/devices/files.d.mts +108 -0
- package/resources/devices/files.d.mts.map +1 -0
- package/resources/devices/files.d.ts +108 -0
- package/resources/devices/files.d.ts.map +1 -0
- package/resources/devices/files.js +87 -0
- package/resources/devices/files.js.map +1 -0
- package/resources/devices/files.mjs +83 -0
- package/resources/devices/files.mjs.map +1 -0
- package/resources/devices/index.d.mts +7 -2
- package/resources/devices/index.d.mts.map +1 -1
- package/resources/devices/index.d.ts +7 -2
- package/resources/devices/index.d.ts.map +1 -1
- package/resources/devices/index.js +11 -1
- package/resources/devices/index.js.map +1 -1
- package/resources/devices/index.mjs +6 -1
- package/resources/devices/index.mjs.map +1 -1
- package/resources/devices/keyboard.d.mts +10 -2
- package/resources/devices/keyboard.d.mts.map +1 -1
- package/resources/devices/keyboard.d.ts +10 -2
- package/resources/devices/keyboard.d.ts.map +1 -1
- package/resources/devices/location.d.mts +42 -0
- package/resources/devices/location.d.mts.map +1 -0
- package/resources/devices/location.d.ts +42 -0
- package/resources/devices/location.d.ts.map +1 -0
- package/resources/devices/location.js +47 -0
- package/resources/devices/location.js.map +1 -0
- package/resources/devices/location.mjs +43 -0
- package/resources/devices/location.mjs.map +1 -0
- package/resources/devices/packages.d.mts +4 -0
- package/resources/devices/packages.d.mts.map +1 -1
- package/resources/devices/packages.d.ts +4 -0
- package/resources/devices/packages.d.ts.map +1 -1
- package/resources/devices/profile.d.mts +23 -0
- package/resources/devices/profile.d.mts.map +1 -0
- package/resources/devices/profile.d.ts +23 -0
- package/resources/devices/profile.d.ts.map +1 -0
- package/resources/devices/profile.js +30 -0
- package/resources/devices/profile.js.map +1 -0
- package/resources/devices/profile.mjs +26 -0
- package/resources/devices/profile.mjs.map +1 -0
- package/resources/devices/proxy.d.mts +61 -0
- package/resources/devices/proxy.d.mts.map +1 -0
- package/resources/devices/proxy.d.ts +61 -0
- package/resources/devices/proxy.d.ts.map +1 -0
- package/resources/devices/proxy.js +48 -0
- package/resources/devices/proxy.js.map +1 -0
- package/resources/devices/proxy.mjs +44 -0
- package/resources/devices/proxy.mjs.map +1 -0
- package/resources/devices/state.d.mts +8 -19
- package/resources/devices/state.d.mts.map +1 -1
- package/resources/devices/state.d.ts +8 -19
- package/resources/devices/state.d.ts.map +1 -1
- package/resources/devices/state.js +0 -17
- package/resources/devices/state.js.map +1 -1
- package/resources/devices/state.mjs +0 -17
- package/resources/devices/state.mjs.map +1 -1
- package/resources/devices/tasks.d.mts +2 -9
- package/resources/devices/tasks.d.mts.map +1 -1
- package/resources/devices/tasks.d.ts +2 -9
- package/resources/devices/tasks.d.ts.map +1 -1
- package/resources/devices/tasks.js.map +1 -1
- package/resources/devices/tasks.mjs.map +1 -1
- package/resources/devices/time.d.mts +59 -0
- package/resources/devices/time.d.mts.map +1 -0
- package/resources/devices/time.d.ts +59 -0
- package/resources/devices/time.d.ts.map +1 -0
- package/resources/devices/time.js +83 -0
- package/resources/devices/time.js.map +1 -0
- package/resources/devices/time.mjs +79 -0
- package/resources/devices/time.mjs.map +1 -0
- package/resources/hooks.d.mts +5 -30
- package/resources/hooks.d.mts.map +1 -1
- package/resources/hooks.d.ts +5 -30
- package/resources/hooks.d.ts.map +1 -1
- package/resources/hooks.js +3 -0
- package/resources/hooks.js.map +1 -1
- package/resources/hooks.mjs +3 -0
- package/resources/hooks.mjs.map +1 -1
- package/resources/index.d.mts +6 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +6 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +11 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +5 -0
- package/resources/index.mjs.map +1 -1
- package/resources/profiles.d.mts +84 -0
- package/resources/profiles.d.mts.map +1 -0
- package/resources/profiles.d.ts +84 -0
- package/resources/profiles.d.ts.map +1 -0
- package/resources/profiles.js +40 -0
- package/resources/profiles.js.map +1 -0
- package/resources/profiles.mjs +36 -0
- package/resources/profiles.mjs.map +1 -0
- package/resources/proxies.d.mts +72 -0
- package/resources/proxies.d.mts.map +1 -0
- package/resources/proxies.d.ts +72 -0
- package/resources/proxies.d.ts.map +1 -0
- package/resources/proxies.js +40 -0
- package/resources/proxies.js.map +1 -0
- package/resources/proxies.mjs +36 -0
- package/resources/proxies.mjs.map +1 -0
- package/resources/shared.d.mts +95 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +95 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/tasks/index.d.mts +1 -1
- package/resources/tasks/index.d.mts.map +1 -1
- package/resources/tasks/index.d.ts +1 -1
- package/resources/tasks/index.d.ts.map +1 -1
- package/resources/tasks/index.js.map +1 -1
- package/resources/tasks/index.mjs.map +1 -1
- package/resources/tasks/screenshots.d.mts +3 -0
- package/resources/tasks/screenshots.d.mts.map +1 -1
- package/resources/tasks/screenshots.d.ts +3 -0
- package/resources/tasks/screenshots.d.ts.map +1 -1
- package/resources/tasks/screenshots.js +3 -0
- package/resources/tasks/screenshots.js.map +1 -1
- package/resources/tasks/screenshots.mjs +3 -0
- package/resources/tasks/screenshots.mjs.map +1 -1
- package/resources/tasks/tasks.d.mts +105 -106
- package/resources/tasks/tasks.d.mts.map +1 -1
- package/resources/tasks/tasks.d.ts +105 -106
- package/resources/tasks/tasks.d.ts.map +1 -1
- package/resources/tasks/tasks.js +11 -5
- package/resources/tasks/tasks.js.map +1 -1
- package/resources/tasks/tasks.mjs +11 -5
- package/resources/tasks/tasks.mjs.map +1 -1
- package/resources/tasks/ui-states.d.mts +3 -0
- package/resources/tasks/ui-states.d.mts.map +1 -1
- package/resources/tasks/ui-states.d.ts +3 -0
- package/resources/tasks/ui-states.d.ts.map +1 -1
- package/resources/tasks/ui-states.js +3 -0
- package/resources/tasks/ui-states.js.map +1 -1
- package/resources/tasks/ui-states.mjs +3 -0
- package/resources/tasks/ui-states.mjs.map +1 -1
- package/src/client.ts +113 -10
- package/src/internal/utils/query.ts +7 -0
- package/src/internal/utils.ts +1 -0
- package/src/resources/agents.ts +43 -0
- package/src/resources/apps.ts +11 -19
- package/src/resources/carriers.ts +327 -0
- package/src/resources/credentials/credentials.ts +4 -19
- package/src/resources/devices/actions.ts +84 -0
- package/src/resources/devices/apps.ts +5 -0
- package/src/resources/devices/devices.ts +107 -61
- package/src/resources/devices/files.ts +221 -0
- package/src/resources/devices/index.ts +37 -3
- package/src/resources/devices/keyboard.ts +12 -2
- package/src/resources/devices/location.ts +91 -0
- package/src/resources/devices/packages.ts +5 -0
- package/src/resources/devices/profile.ts +45 -0
- package/src/resources/devices/proxy.ts +115 -0
- package/src/resources/devices/state.ts +10 -44
- package/src/resources/devices/tasks.ts +2 -15
- package/src/resources/devices/time.ts +147 -0
- package/src/resources/hooks.ts +5 -36
- package/src/resources/index.ts +37 -0
- package/src/resources/profiles.ts +133 -0
- package/src/resources/proxies.ts +130 -0
- package/src/resources/shared.ts +149 -0
- package/src/resources/tasks/index.ts +5 -0
- package/src/resources/tasks/screenshots.ts +3 -0
- package/src/resources/tasks/tasks.ts +134 -130
- package/src/resources/tasks/ui-states.ts +3 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,258 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.0 (2026-03-15)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.2.0...v3.0.0](https://github.com/droidrun/mobilerun-sdk-typescript/compare/v2.2.0...v3.0.0)
|
|
6
|
+
|
|
7
|
+
### ⚠ BREAKING CHANGES
|
|
8
|
+
|
|
9
|
+
* **mcp:** remove deprecated tool schemes
|
|
10
|
+
* **mcp:** **Migration:** To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just `node /path/to/mcp/server` or `npx package-name` will invoke code tools: changing your command to one of these is likely all you will need to do.
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **api:** add devices.actions.global ([3035e7f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3035e7f940b331d68223b7a33ad11d10fd0c6003))
|
|
15
|
+
* **api:** add devices.tasks.list ([cf55256](https://github.com/droidrun/mobilerun-sdk-typescript/commit/cf5525602f68469edc6ac36df2498eb3b21ae442))
|
|
16
|
+
* **api:** add get trajectory method to tasks resource ([14079ef](https://github.com/droidrun/mobilerun-sdk-typescript/commit/14079efb9221bcd71821c21589d15eb17a76d3d0))
|
|
17
|
+
* **api:** add hooks retrieve endpoint ([0398b81](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0398b8132d12cd497a02709ecb9528f716f0bb6f))
|
|
18
|
+
* **api:** add missing endpoints ([fba5da6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/fba5da682913074960b8850be9fed531730bee9e))
|
|
19
|
+
* **api:** add models endpoint ([038f69a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/038f69a460c7b27a70e5a0e760595564f786196a))
|
|
20
|
+
* **api:** add TaskTrajectoryDecoderStream utility to transform raw into typed event stream ([0b60022](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0b60022ab47eefec9d2e0f09e76d868e38b9cfc0))
|
|
21
|
+
* **api:** added endpoints for hooks and ui_states retrieval ([00e8f99](https://github.com/droidrun/mobilerun-sdk-typescript/commit/00e8f999d53c49f0a49c94f73efa359d330a7e1d))
|
|
22
|
+
* **api:** align names with device sdk ([1899fc3](https://github.com/droidrun/mobilerun-sdk-typescript/commit/1899fc363c8e4d886ebcb68ca5c0791549921131))
|
|
23
|
+
* **api:** api update ([70db87e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/70db87ec9dccfc22bffd11f195401b4e74b289e6))
|
|
24
|
+
* **api:** api update ([dc2ceb9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/dc2ceb92354b8ddfb2ebcf0b2430370bc1acfb93))
|
|
25
|
+
* **api:** api update ([9dfdaf9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/9dfdaf949dd35443649bc71c69e428e2b63083de))
|
|
26
|
+
* **api:** api update ([3206335](https://github.com/droidrun/mobilerun-sdk-typescript/commit/32063357ec5b46816627a3e2adec60f0c2a2e70d))
|
|
27
|
+
* **api:** api update ([f09371d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f09371d8d037661abbbe3b2e0d6c1e95ec1c8fed))
|
|
28
|
+
* **api:** api update ([ead6382](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ead638272aecd0d231782aa7535bca6025974b3a))
|
|
29
|
+
* **api:** api update ([5409a2a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/5409a2a8ddf197d5adc48ad855792cfa718df010))
|
|
30
|
+
* **api:** api update ([f37136d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f37136dbc9f1ad15a6451986b8d42077f14f9c54))
|
|
31
|
+
* **api:** api update ([342001a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/342001a1c69508c857f3b2bf4b7c5dd8c887b441))
|
|
32
|
+
* **api:** api update ([99e8cf7](https://github.com/droidrun/mobilerun-sdk-typescript/commit/99e8cf78eddb8650e97c08c9be9439ae3e453c85))
|
|
33
|
+
* **api:** api update ([d44fda4](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d44fda4361f9e874424e9576b66563d51f756849))
|
|
34
|
+
* **api:** api update ([731d81b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/731d81b5958ac84e4d09392ec1913c5e4b9b82e4))
|
|
35
|
+
* **api:** api update ([44ad979](https://github.com/droidrun/mobilerun-sdk-typescript/commit/44ad979de1bfc1e3403155cb9952090bfa195781))
|
|
36
|
+
* **api:** api update ([265f384](https://github.com/droidrun/mobilerun-sdk-typescript/commit/265f3847b44f1a6f07a2980a0f51be7501170a80))
|
|
37
|
+
* **api:** api update ([8836128](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8836128d6ebd3a84d882ec38d806862195a4e326))
|
|
38
|
+
* **api:** api update ([fadfea3](https://github.com/droidrun/mobilerun-sdk-typescript/commit/fadfea3d241b522efdaa1299a879794ae850950f))
|
|
39
|
+
* **api:** api update ([622dadf](https://github.com/droidrun/mobilerun-sdk-typescript/commit/622dadf4951fa6bcd016543174534465599ca8ba))
|
|
40
|
+
* **api:** api update ([474ac86](https://github.com/droidrun/mobilerun-sdk-typescript/commit/474ac8669d680c3173bc55b783e4415c7b897053))
|
|
41
|
+
* **api:** api update ([1c3b984](https://github.com/droidrun/mobilerun-sdk-typescript/commit/1c3b984e33218dacaa9dd78ce9a9289509b288d7))
|
|
42
|
+
* **api:** api update ([5331340](https://github.com/droidrun/mobilerun-sdk-typescript/commit/53313409f627579a8434da469669889e229ac4f7))
|
|
43
|
+
* **api:** api update ([204b6dc](https://github.com/droidrun/mobilerun-sdk-typescript/commit/204b6dc48528acb1808e56d371e46bbf3d44b45f))
|
|
44
|
+
* **api:** api update ([875fca3](https://github.com/droidrun/mobilerun-sdk-typescript/commit/875fca34d6fa76c8b0ecbc6775e975d10c81d5d1))
|
|
45
|
+
* **api:** api update ([b361794](https://github.com/droidrun/mobilerun-sdk-typescript/commit/b361794d4a859734efff24e9b90ec9ee1d3057c3))
|
|
46
|
+
* **api:** api update ([5f8a9bd](https://github.com/droidrun/mobilerun-sdk-typescript/commit/5f8a9bd34e4e48ba42b92551fae9e04180fbf88a))
|
|
47
|
+
* **api:** api update ([d3437a7](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d3437a7c313bede8c6a79576d73791e8ade7bd69))
|
|
48
|
+
* **api:** api update ([467128e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/467128ed47e7110e38b9798bffb06aa315dff441))
|
|
49
|
+
* **api:** api update ([6fc9b96](https://github.com/droidrun/mobilerun-sdk-typescript/commit/6fc9b964924ec2f8002a27b1713eb8685cb495df))
|
|
50
|
+
* **api:** api update ([5794561](https://github.com/droidrun/mobilerun-sdk-typescript/commit/5794561a8c70cc4892b1f8303656d6a742789322))
|
|
51
|
+
* **api:** api update ([bf36bbd](https://github.com/droidrun/mobilerun-sdk-typescript/commit/bf36bbd62643f99f92bb71f2836b8bdf326a980f))
|
|
52
|
+
* **api:** api update ([0c2aff9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0c2aff978984b8f77e1ae2369328526a102450d0))
|
|
53
|
+
* **api:** api update ([613f1cd](https://github.com/droidrun/mobilerun-sdk-typescript/commit/613f1cd01b97f50fc3e21c7615905639741d9ec4))
|
|
54
|
+
* **api:** api update ([1004afa](https://github.com/droidrun/mobilerun-sdk-typescript/commit/1004afaaa87df7108c2c90a8ea906a339d202879))
|
|
55
|
+
* **api:** api update ([013f533](https://github.com/droidrun/mobilerun-sdk-typescript/commit/013f53389594eeda8abe90a4bb2058d8cb6880c8))
|
|
56
|
+
* **api:** api update ([29c3a94](https://github.com/droidrun/mobilerun-sdk-typescript/commit/29c3a94733f16b54de18145bc0aaef6aec88a77d))
|
|
57
|
+
* **api:** api update ([39013e1](https://github.com/droidrun/mobilerun-sdk-typescript/commit/39013e13c5030656d5eda44a985b7811db406312))
|
|
58
|
+
* **api:** api update ([18a613a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/18a613a1c13fdee6736c0aaa18633dd1301e1bd2))
|
|
59
|
+
* **api:** api update ([9543a30](https://github.com/droidrun/mobilerun-sdk-typescript/commit/9543a30f6cd728830dc5b0b33557a6112e6551ed))
|
|
60
|
+
* **api:** api update ([8490b23](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8490b2383356dc927458d19c95b298dc021a5163))
|
|
61
|
+
* **api:** api update ([6740d4b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/6740d4b152a2979530c7ebf7e301fcff4853eeec))
|
|
62
|
+
* **api:** api update ([0ba0f45](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0ba0f45faed0658b90c12b790558dd0391105466))
|
|
63
|
+
* **api:** api update ([ea02114](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ea02114ab87ea9fdcdc77d9a281daaaa1e73586b))
|
|
64
|
+
* **api:** api update ([e94bb3b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e94bb3be010321272003d618f053aa05f016ca3e))
|
|
65
|
+
* **api:** api update ([d9d915b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d9d915bb21e10a33df124753cc1b5b4472ce8522))
|
|
66
|
+
* **api:** api update ([b7950ff](https://github.com/droidrun/mobilerun-sdk-typescript/commit/b7950ff0a7e6202bbae9973e7c012badd08b5644))
|
|
67
|
+
* **api:** api update ([c3b4929](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c3b492937a8d70e0d327ce85e879761ce9355fe5))
|
|
68
|
+
* **api:** api update ([08072e5](https://github.com/droidrun/mobilerun-sdk-typescript/commit/08072e5e50a272162ed8cf3f99cb1c7e8d05554f))
|
|
69
|
+
* **api:** api update ([7af3fec](https://github.com/droidrun/mobilerun-sdk-typescript/commit/7af3fecc259f28124c0cdea3c5b4f3cb7ad2ab74))
|
|
70
|
+
* **api:** api update ([1581b8a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/1581b8a40138f69f01bcfddaf65b140d16590dc1))
|
|
71
|
+
* **api:** api update ([8d5270c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8d5270c28a2c95b85c9312417b2098329cf90648))
|
|
72
|
+
* **api:** api update ([7ea9fb8](https://github.com/droidrun/mobilerun-sdk-typescript/commit/7ea9fb8e67aca4b310e088228228293d26096013))
|
|
73
|
+
* **api:** api update ([1479529](https://github.com/droidrun/mobilerun-sdk-typescript/commit/147952903a4da9f3fc00d7a5d141200cec6f7e21))
|
|
74
|
+
* **api:** api update ([eb3933e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/eb3933ef5f7837d5dcd7873302810115bd11d805))
|
|
75
|
+
* **api:** api update ([a09bde5](https://github.com/droidrun/mobilerun-sdk-typescript/commit/a09bde53f099610aaa3dc186ed802e997e5f0ce9))
|
|
76
|
+
* **api:** api update ([ea9aa09](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ea9aa095a4014069b9e239cde3ceb27e6d93055b))
|
|
77
|
+
* **api:** api update ([d968b37](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d968b370544f65425ebf70243c59b5e22e615e98))
|
|
78
|
+
* **api:** api update ([265ea45](https://github.com/droidrun/mobilerun-sdk-typescript/commit/265ea45e95640549bb542e990b08f2e23826bf2e))
|
|
79
|
+
* **api:** api update ([1dd8345](https://github.com/droidrun/mobilerun-sdk-typescript/commit/1dd83450ee527d36079e97d375c8b250d293162c))
|
|
80
|
+
* **api:** api update ([0a46ec3](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0a46ec316e78c56ae62552732654f9caa3672304))
|
|
81
|
+
* **api:** api update ([3458435](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3458435e330267154b4bb606396d272dd139819a))
|
|
82
|
+
* **api:** api update ([833a98b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/833a98bb5e2cdb3f253a72f6f260c40b318d8c7f))
|
|
83
|
+
* **api:** api update ([7e8fd97](https://github.com/droidrun/mobilerun-sdk-typescript/commit/7e8fd979b6b3713d86ebc397582aa65956ff37a6))
|
|
84
|
+
* **api:** api update ([106828f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/106828ff361add04c928c4d81e15297358abbd66))
|
|
85
|
+
* **api:** api update ([69fdd65](https://github.com/droidrun/mobilerun-sdk-typescript/commit/69fdd656c32191ddb02ad39bf545a77151609910))
|
|
86
|
+
* **api:** api update ([6783378](https://github.com/droidrun/mobilerun-sdk-typescript/commit/678337875512ccdb8148f6ac266b4e5277096632))
|
|
87
|
+
* **api:** api update ([7086699](https://github.com/droidrun/mobilerun-sdk-typescript/commit/7086699e1f4d3f6cf20ccb4412aa397ffa7e5e0f))
|
|
88
|
+
* **api:** api update ([318f62d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/318f62d5b2ccb0cc222897054123ad0b18e6f734))
|
|
89
|
+
* **api:** api update ([4a52b2d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/4a52b2d6f06965c480d770b223e3700518c42865))
|
|
90
|
+
* **api:** api update ([c23f66b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c23f66b83c046bd1022c47641ad4c5c32d8fecef))
|
|
91
|
+
* **api:** api update ([3edbb3e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3edbb3e304fba92bf3196d459f87bb7f81a55bba))
|
|
92
|
+
* **api:** api update ([719fe40](https://github.com/droidrun/mobilerun-sdk-typescript/commit/719fe40acacb1ad95fd3815f9ac74cb2ce1919e2))
|
|
93
|
+
* **api:** api update ([8d0abea](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8d0abea89c518046c4c1b848c8dc42fc61d3b07f))
|
|
94
|
+
* **api:** api update ([4ea70ad](https://github.com/droidrun/mobilerun-sdk-typescript/commit/4ea70ad1597d91659722c5be218c404a61b4f98e))
|
|
95
|
+
* **api:** api update ([fb22914](https://github.com/droidrun/mobilerun-sdk-typescript/commit/fb22914d40d075a958235066ea125fa4cec531ab))
|
|
96
|
+
* **api:** api update ([6b5764c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/6b5764c00f71e638ee2d8095c1b11d8c9d22f5cc))
|
|
97
|
+
* **api:** api update ([2e1baf5](https://github.com/droidrun/mobilerun-sdk-typescript/commit/2e1baf56250c404ecc24ce4fb981bcb8c4f3e527))
|
|
98
|
+
* **api:** api update ([b6d00ab](https://github.com/droidrun/mobilerun-sdk-typescript/commit/b6d00ab153aa4bfc512d4b32c07aeff35df3509d))
|
|
99
|
+
* **api:** api update ([8d0758c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8d0758cecf50a6855a55f26de98c69f2d637b737))
|
|
100
|
+
* **api:** api update ([f438f4a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f438f4a74abf0dd084ef01a4106d662df25f89f3))
|
|
101
|
+
* **api:** api update ([46a46b6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/46a46b6df4e0d2066157fa003da3c63f669a3b11))
|
|
102
|
+
* **api:** api update ([e77ccaa](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e77ccaacac8ec5b8293045517619bc8d129c0a0e))
|
|
103
|
+
* **api:** api update ([c10dbab](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c10dbab3f8803a9e14cd6941c50fccf9551b00b7))
|
|
104
|
+
* **api:** api update ([44dd4db](https://github.com/droidrun/mobilerun-sdk-typescript/commit/44dd4db2aec11df1df896c2f088b27f29e854519))
|
|
105
|
+
* **api:** api update ([05ffd13](https://github.com/droidrun/mobilerun-sdk-typescript/commit/05ffd13b41a8021517be492fc049e0bfff273bb5))
|
|
106
|
+
* **api:** cleanup ([c8c530c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c8c530c0c342addce386125e5f49ebdfe27a008b))
|
|
107
|
+
* **api:** devices methods ([f19fca9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f19fca9bc38679cdb4f5ddc908cb38094627aa42))
|
|
108
|
+
* **api:** expose device count endpoint ([9fe678e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/9fe678ebcd23e26fb33e64470a5c81b52f0e5bf3))
|
|
109
|
+
* **api:** make key optional ([f71bf05](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f71bf0515a751c657b9422cbf73d30ed984ab074))
|
|
110
|
+
* **api:** manual spec updates ([c71eecf](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c71eecf1792815e8c84ce61b88a9fd0ce84ec693))
|
|
111
|
+
* **api:** manual updates ([de892a6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/de892a61a46e9d41f7da969e755e265e7aebd685))
|
|
112
|
+
* **api:** manual updates ([701b8ba](https://github.com/droidrun/mobilerun-sdk-typescript/commit/701b8ba74b7ecf57e325c8384ac544423a4cc571))
|
|
113
|
+
* **api:** manual updates ([5d5298d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/5d5298d7ef8e1ddb0502ec736e877d605702f643))
|
|
114
|
+
* **api:** manual updates ([779508d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/779508d64faa795f619d36b43b7d57f176503a39))
|
|
115
|
+
* **api:** manual updates ([98cfad2](https://github.com/droidrun/mobilerun-sdk-typescript/commit/98cfad2a8ec30c583a6cb449dbd4f1d3e91971d5))
|
|
116
|
+
* **api:** manual updates ([e6e8b97](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e6e8b976e388a006ff16a6098b494a6bada9bc27))
|
|
117
|
+
* **api:** manual updates ([f387587](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f387587d77301594fe10380061211b44642369ed))
|
|
118
|
+
* **api:** manual updates ([0b7d023](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0b7d023a632cca4ac7ecf77bcf0be326ca37fe82))
|
|
119
|
+
* **api:** manual updates ([4e0ed1c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/4e0ed1c3d172d0453c23579034cb0b5dd98912b4))
|
|
120
|
+
* **api:** manual updates ([d6df667](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d6df6679bcca2ac8ccbf3fb83280ef1ad01c5b43))
|
|
121
|
+
* **api:** manual updates ([4adb96a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/4adb96acfb49a1add08e0efb39fe038ac55652ca))
|
|
122
|
+
* **api:** named python and mcp to mobilerun ([307fdf6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/307fdf611e850cc2f67bf8a4202133db4b9ac89e))
|
|
123
|
+
* **api:** remove testing environments ([16c7aec](https://github.com/droidrun/mobilerun-sdk-typescript/commit/16c7aec769310aec94f017cb1d429ba0c7e58cfe))
|
|
124
|
+
* **api:** rename repo name ([680b6c6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/680b6c6e3a71b76b6556f1410ef1bc1038fb9df2))
|
|
125
|
+
* **api:** trigger docker ([bb0713f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/bb0713fa2096ff6574fd6436861392cb53e06e6a))
|
|
126
|
+
* **api:** update docs url ([cc9f53d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/cc9f53d4df9dcf111a80d26deeb51d2cad52c4bf))
|
|
127
|
+
* **api:** update model & endpoint config ([b8ba47d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/b8ba47d953bc2a730613b0e8eb2c100c21789be0))
|
|
128
|
+
* **api:** update organisation name to mobilerun ([f7771aa](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f7771aae0ff726f4e8fd1838433b68c7de3ad94a))
|
|
129
|
+
* **api:** update task schema ([ddadbbf](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ddadbbfeffbe8f5f05773d8cee5ccfeb4e21f375))
|
|
130
|
+
* **api:** update to latest api spec ([471313d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/471313dc19bcdbb0002fb9bd586fb8c6412a544c))
|
|
131
|
+
* **api:** update to mobilerun ([9c519c3](https://github.com/droidrun/mobilerun-sdk-typescript/commit/9c519c31a9d1223b6e2ca7750f2d5d0421231934))
|
|
132
|
+
* **mcp:** add an option to disable code tool ([cba538c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/cba538caffdd7ca9a50fffef38ca820d90517a77))
|
|
133
|
+
* **mcp:** add detail field to docs search tool ([a905449](https://github.com/droidrun/mobilerun-sdk-typescript/commit/a905449b77d3d47673a0bf76180f1816a6d5a7cd))
|
|
134
|
+
* **mcp:** add initial server instructions ([efbcc68](https://github.com/droidrun/mobilerun-sdk-typescript/commit/efbcc6885d5fe56d92de64657df505c576a26a15))
|
|
135
|
+
* **mcp:** add typescript check to code execution tool ([355158b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/355158b34329d00a3443622cf1935779bdd3b52b))
|
|
136
|
+
* **mcp:** return logs on code tool errors ([5402809](https://github.com/droidrun/mobilerun-sdk-typescript/commit/54028092ee5abc105b1d536b06f5b6f4b8f6926c))
|
|
137
|
+
* trigger on main pull request ([a6c5df1](https://github.com/droidrun/mobilerun-sdk-typescript/commit/a6c5df14ca4cae112807e078910b39ad4fd5ec2a))
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* **client:** avoid memory leak with abort signals ([c0840d2](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c0840d2d582ce61efb8e6fe3c7991e0133b4a36b))
|
|
143
|
+
* **client:** avoid removing abort listener too early ([cee2854](https://github.com/droidrun/mobilerun-sdk-typescript/commit/cee28547dd26b370e13c87dd64da65743083a1da))
|
|
144
|
+
* **client:** preserve URL params already embedded in path ([0929142](https://github.com/droidrun/mobilerun-sdk-typescript/commit/09291421b2b4cd305bc43bc7b1125c60b3e4bf8f))
|
|
145
|
+
* **docs/contributing:** correct pnpm link command ([d0416d7](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d0416d7d339e02e0bea6bf7fe58d6533c6bbf02a))
|
|
146
|
+
* **docs:** fix mcp installation instructions for remote servers ([d13778e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d13778e404572a754e1221d44129ee49a670756a))
|
|
147
|
+
* **mcp:** add client instantiation options to code tool ([7de8435](https://github.com/droidrun/mobilerun-sdk-typescript/commit/7de8435e92e930b6ea212480cf0bd48952b71b61))
|
|
148
|
+
* **mcp:** allow falling back for required env variables ([6dacb3f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/6dacb3f7b059df10f2fcfcd7c735f1fbfeecfa7d))
|
|
149
|
+
* **mcp:** correct code tool api output types ([64ca460](https://github.com/droidrun/mobilerun-sdk-typescript/commit/64ca4606cb12b88fce483183874251e77fa0074b))
|
|
150
|
+
* **mcp:** fix options parsing ([ab1843d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ab1843d584f3bb81c699fd52991d2febf44c273f))
|
|
151
|
+
* **mcp:** initialize SDK lazily to avoid failing the connection on init errors ([adab0de](https://github.com/droidrun/mobilerun-sdk-typescript/commit/adab0def2240d10d635fe1f735dd566eabae9e12))
|
|
152
|
+
* **mcp:** pass base url to code tool ([53997c5](https://github.com/droidrun/mobilerun-sdk-typescript/commit/53997c5f24a9b2d3c65f3969747a1f2f55bde73f))
|
|
153
|
+
* **mcp:** return tool execution error on api error ([41e98aa](https://github.com/droidrun/mobilerun-sdk-typescript/commit/41e98aa19c16fd18e13aa43ba095ffba096c31ff))
|
|
154
|
+
* **mcp:** return tool execution error on jq failure ([afe36c4](https://github.com/droidrun/mobilerun-sdk-typescript/commit/afe36c4b435f77869f2fac577aec8308233781ec))
|
|
155
|
+
* **mcp:** update code tool prompt ([eaeb3a9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/eaeb3a9d2cad65ea54c853bd76318f1367ce87b9))
|
|
156
|
+
* **mcp:** update prompt ([28b5758](https://github.com/droidrun/mobilerun-sdk-typescript/commit/28b5758fe4bc802139619d27ef1ff71e1029e481))
|
|
157
|
+
* **models:** add element node stainless config ([e99b19f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e99b19f45d77598fb722add80bea2930a1456202))
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
### Chores
|
|
161
|
+
|
|
162
|
+
* break long lines in snippets into multiline ([ad0b059](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ad0b059ffc31777357eef61456b910a177b6bf40))
|
|
163
|
+
* **ci:** skip uploading artifacts on stainless-internal branches ([f1fc2a9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f1fc2a98b9370d969e3e87e943e297f11f1279e5))
|
|
164
|
+
* **ci:** upgrade `actions/github-script` ([0b47b36](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0b47b366408e522ab5f02f5c4d2890a9eab7726c))
|
|
165
|
+
* **client:** do not parse responses with empty content-length ([aa66bf3](https://github.com/droidrun/mobilerun-sdk-typescript/commit/aa66bf321faa017cbb0adf7d655787effa4d8212))
|
|
166
|
+
* **client:** fix logger property type ([b1f597d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/b1f597d7473ccd876ecaa2ef53f38405764e127b))
|
|
167
|
+
* **client:** restructure abort controller binding ([6cca76e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/6cca76e83bf7c77bd0ffb5461007db11f365c842))
|
|
168
|
+
* **config:** set package manager to pnpm & allow sdk usage in browser ([91f3a3d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/91f3a3dea054f8138037a1de8e21b00efd2c7a22))
|
|
169
|
+
* configure new SDK language ([edb7a5a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/edb7a5a314042792a632887e97bcc727e539ca0b))
|
|
170
|
+
* fix typo in descriptions ([353d436](https://github.com/droidrun/mobilerun-sdk-typescript/commit/353d4367fc9623cfcbcac9a17dee28bf7cdeee9f))
|
|
171
|
+
* **internal/client:** fix form-urlencoded requests ([3a1ad33](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3a1ad335d4d06315ec18dbd8bad5e15df78552cb))
|
|
172
|
+
* **internal:** add health check to MCP server when running in HTTP mode ([5348ad9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/5348ad9a0d0e8a432c7b30eb3055bf7b2618cbad))
|
|
173
|
+
* **internal:** allow basic filtering of methods allowed for MCP code mode ([26c1bc5](https://github.com/droidrun/mobilerun-sdk-typescript/commit/26c1bc57f11989f0bb9dedd7dca5cd665d702857))
|
|
174
|
+
* **internal:** allow setting x-stainless-api-key header on mcp server requests ([2bd9e70](https://github.com/droidrun/mobilerun-sdk-typescript/commit/2bd9e7089c5ae7418f20d782bfa9c1f3e91cb1d4))
|
|
175
|
+
* **internal:** always generate MCP server dockerfiles and upgrade associated dependencies ([68abad9](https://github.com/droidrun/mobilerun-sdk-typescript/commit/68abad94145d455a1126f66ea3864a5e9c0e2504))
|
|
176
|
+
* **internal:** avoid type checking errors with ts-reset ([ee377fd](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ee377fd3718ae949a5e38d764d7782f5445e9671))
|
|
177
|
+
* **internal:** cache fetch instruction calls in MCP server ([07085d0](https://github.com/droidrun/mobilerun-sdk-typescript/commit/07085d003359701209b6bee5ef29d8382b2d2d60))
|
|
178
|
+
* **internal:** codegen related update ([3f99b6d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3f99b6d674d86155e43a6542d517dcd165051afe))
|
|
179
|
+
* **internal:** codegen related update ([f2ffa3c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f2ffa3c997c387c1cb9194fdd19bd368e6eecbff))
|
|
180
|
+
* **internal:** codegen related update ([aa180af](https://github.com/droidrun/mobilerun-sdk-typescript/commit/aa180af2bc6bba235da96c0f1b6276c56d2dcf30))
|
|
181
|
+
* **internal:** codegen related update ([e4d7c03](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e4d7c039214fc97d63af955d7126cfe9866f201a))
|
|
182
|
+
* **internal:** codegen related update ([9bad6ba](https://github.com/droidrun/mobilerun-sdk-typescript/commit/9bad6ba65eef96c6e9fa319475ecf3f92f420a56))
|
|
183
|
+
* **internal:** codegen related update ([3e8016f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3e8016f26be3e4e681fbae0728ef70a9157b1ca1))
|
|
184
|
+
* **internal:** codegen related update ([d5655cf](https://github.com/droidrun/mobilerun-sdk-typescript/commit/d5655cff66b95a6460b0beb74d99b56be62a3998))
|
|
185
|
+
* **internal:** codegen related update ([f498daa](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f498daa75bbca9c1699916effc98176a2cb592cc))
|
|
186
|
+
* **internal:** codegen related update ([1de82ac](https://github.com/droidrun/mobilerun-sdk-typescript/commit/1de82ac117363eed1bf08c2c6dfe8bd2b343b405))
|
|
187
|
+
* **internal:** codegen related update ([f03c979](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f03c9796dd657dc209d0893bdcbf56b0db828106))
|
|
188
|
+
* **internal:** codegen related update ([33f3a99](https://github.com/droidrun/mobilerun-sdk-typescript/commit/33f3a9957e50d2352d8c81ff2b53c9948bc2538c))
|
|
189
|
+
* **internal:** codegen related update ([e568d21](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e568d215eb298cfdc7e8a2235ad28a7fd5d4dd6d))
|
|
190
|
+
* **internal:** codegen related update ([200e800](https://github.com/droidrun/mobilerun-sdk-typescript/commit/200e8008a776c738f092d0b6412a7de46550c73e))
|
|
191
|
+
* **internal:** codegen related update ([7c33d22](https://github.com/droidrun/mobilerun-sdk-typescript/commit/7c33d2285bc358f2668207dec4cd9ccb6ab7aff1))
|
|
192
|
+
* **internal:** codegen related update ([5b2ce4b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/5b2ce4b1b8b6d4712fee3db4b0e8fbc7ebad526b))
|
|
193
|
+
* **internal:** codegen related update ([2569d97](https://github.com/droidrun/mobilerun-sdk-typescript/commit/2569d977b26cd298b21fdb62d03f85a5d8ff438e))
|
|
194
|
+
* **internal:** codegen related update ([8902feb](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8902feb75e94fbd5784707ee142bcbc6457d46ed))
|
|
195
|
+
* **internal:** codegen related update ([8199708](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8199708078fb855128ed28a1cb8ff1575f01294b))
|
|
196
|
+
* **internal:** codegen related update ([62e97f6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/62e97f6a31ec1b892339a179e4905511748b8fb1))
|
|
197
|
+
* **internal:** codegen related update ([997201e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/997201ec50a58258fd4cf05b1e1370afd357640c))
|
|
198
|
+
* **internal:** codegen related update ([b5ac8a2](https://github.com/droidrun/mobilerun-sdk-typescript/commit/b5ac8a2eacd4429b54a729790a166a3e8b9be8fa))
|
|
199
|
+
* **internal:** codegen related update ([fe91176](https://github.com/droidrun/mobilerun-sdk-typescript/commit/fe9117611ab520c77e1cf467d01c15834e311eb4))
|
|
200
|
+
* **internal:** codegen related update ([4f00bb8](https://github.com/droidrun/mobilerun-sdk-typescript/commit/4f00bb8cbf4ab3a9b5961311d626bfda6fee38b9))
|
|
201
|
+
* **internal:** escape package name in pnpm workspace file ([273a577](https://github.com/droidrun/mobilerun-sdk-typescript/commit/273a57728cc8914abc95b8cd80c7b6482a7d2f15))
|
|
202
|
+
* **internal:** fix dockerfile ([4f89806](https://github.com/droidrun/mobilerun-sdk-typescript/commit/4f89806573438c9aeb2c557beeb1de11944cb163))
|
|
203
|
+
* **internal:** fix MCP Dockerfiles so they can be built without buildkit ([f818875](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f8188757a0d9063de2f7a2c2b40c738d719c480d))
|
|
204
|
+
* **internal:** fix MCP Dockerfiles so they can be built without buildkit ([6d6d99f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/6d6d99f340e4252dfa086d4e96637736aa9b6b4d))
|
|
205
|
+
* **internal:** improve import alias names ([ab4ef94](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ab4ef944febd91426e7290b14aac44bec03957fc))
|
|
206
|
+
* **internal:** improve layout of generated MCP server files ([c02631b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c02631b9be20fea5a446f0ad1c872fe5ab64a378))
|
|
207
|
+
* **internal:** improve reliability of MCP servers when using local code mode execution ([8e4dc2f](https://github.com/droidrun/mobilerun-sdk-typescript/commit/8e4dc2f54f70503c8825920b8afcf7ea0d18222b))
|
|
208
|
+
* **internal:** make generated MCP servers compatible with Cloudflare worker environments ([bce6736](https://github.com/droidrun/mobilerun-sdk-typescript/commit/bce6736357316d38facb455cb458959d4837eac6))
|
|
209
|
+
* **internal:** make MCP code execution location configurable via a flag ([6d96cb6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/6d96cb630caf99bfd0647ea9d29180dc17411c2d))
|
|
210
|
+
* **internal:** move stringifyQuery implementation to internal function ([9bf3d50](https://github.com/droidrun/mobilerun-sdk-typescript/commit/9bf3d50a4c04a9d14815645e613d9d30941cf7fe))
|
|
211
|
+
* **internal:** refactor flag parsing for MCP servers and add debug flag ([0e38b25](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0e38b25d65cf5479883228d85fd80aaeb2d97a8f))
|
|
212
|
+
* **internal:** remove mock server code ([ab69b21](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ab69b21145871d13e5f7c6952ff9777de408dffe))
|
|
213
|
+
* **internal:** support oauth authorization code flow for MCP servers ([e99360d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e99360d8d47ac56872fcab9788b621f57ebd5781))
|
|
214
|
+
* **internal:** support x-stainless-mcp-client-envs header in MCP servers ([f22db02](https://github.com/droidrun/mobilerun-sdk-typescript/commit/f22db02b3ce718b43aaa0e703e075e11d1d3f395))
|
|
215
|
+
* **internal:** update `actions/checkout` version ([5ba72bb](https://github.com/droidrun/mobilerun-sdk-typescript/commit/5ba72bbc70ff5409365552dbbfc18f196d51fbd0))
|
|
216
|
+
* **internal:** update dependencies to address dependabot vulnerabilities ([e68f3de](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e68f3de392e240a0bd1f66c3264da79117e170fe))
|
|
217
|
+
* **internal:** update lock file ([014c852](https://github.com/droidrun/mobilerun-sdk-typescript/commit/014c8525165001eb798c8ce55deeb2d3f04665e6))
|
|
218
|
+
* **internal:** update lock file ([29c950b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/29c950be2840cf2bb0b66d8b50d69cacb365b284))
|
|
219
|
+
* **internal:** update lockfile ([b7c7a14](https://github.com/droidrun/mobilerun-sdk-typescript/commit/b7c7a14a9bf94eebc16274351dadea3fc948e472))
|
|
220
|
+
* **internal:** upgrade @modelcontextprotocol/sdk and hono ([09b655a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/09b655a48502218e3ba5348f74dd98db4cb33091))
|
|
221
|
+
* **internal:** upgrade babel, qs, js-yaml ([586449d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/586449dc84a44436a326e417ab68a14024c9cc87))
|
|
222
|
+
* **internal:** upgrade brace-expansion and @babel/helpers ([30ce259](https://github.com/droidrun/mobilerun-sdk-typescript/commit/30ce259c13b79d20e1d9a4f1ea2e049ee2d694fe))
|
|
223
|
+
* **internal:** upgrade eslint ([45d2eaa](https://github.com/droidrun/mobilerun-sdk-typescript/commit/45d2eaaf2ce3ff451ae94dda613318c5a2bf29dc))
|
|
224
|
+
* **internal:** upgrade pnpm ([64af508](https://github.com/droidrun/mobilerun-sdk-typescript/commit/64af508de4aee8e49fc1935362591d27231fb44d))
|
|
225
|
+
* **internal:** upgrade pnpm version ([ee1ebdc](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ee1ebdc3c88efd993efb57248d74330dbea9a4b5))
|
|
226
|
+
* **internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([488ba1e](https://github.com/droidrun/mobilerun-sdk-typescript/commit/488ba1e4c40b2ca365dc0fa2d198cb789127f4d7))
|
|
227
|
+
* **mcp-server:** improve instructions ([bb255c4](https://github.com/droidrun/mobilerun-sdk-typescript/commit/bb255c46dc7d8b2a1dedb62c1d2233d4034bb779))
|
|
228
|
+
* **mcp:** add intent param to execute tool ([39c6613](https://github.com/droidrun/mobilerun-sdk-typescript/commit/39c66134b4e263bdecb9fbfbc7c54f23afd3f9c6))
|
|
229
|
+
* **mcp:** correctly update version in sync with sdk ([754cb8d](https://github.com/droidrun/mobilerun-sdk-typescript/commit/754cb8d08dde488ce30c37724bd1e60851a5a8aa))
|
|
230
|
+
* **mcp:** forward STAINLESS_API_KEY to docs search endpoint ([3c091cf](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3c091cf74a790e212db0aa3dc56354a1b0989706))
|
|
231
|
+
* **mcp:** pass intent param to execute handler ([0aeff52](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0aeff522f783533d1f3f7fbf20f48e04b7df1b48))
|
|
232
|
+
* **mcp:** remove deprecated tool schemes ([e5c7979](https://github.com/droidrun/mobilerun-sdk-typescript/commit/e5c7979e98d255b31929ada9d6bf4739eca7f566))
|
|
233
|
+
* **mcp:** up tsconfig lib version to es2022 ([c8643f0](https://github.com/droidrun/mobilerun-sdk-typescript/commit/c8643f027c70336eb816bee549267e84b524737b))
|
|
234
|
+
* **mcp:** upgrade dependencies ([ef646fb](https://github.com/droidrun/mobilerun-sdk-typescript/commit/ef646fb16f04285d46a3481b7f29863907fc488a))
|
|
235
|
+
* **mcp:** upgrade jq-web ([a678950](https://github.com/droidrun/mobilerun-sdk-typescript/commit/a6789507f71f488eb2d743a768296fccd269ceae))
|
|
236
|
+
* update mock server docs ([098a67b](https://github.com/droidrun/mobilerun-sdk-typescript/commit/098a67bc0a4d4cc74fa01d30af05167cfd34bded))
|
|
237
|
+
* update SDK settings ([05697f8](https://github.com/droidrun/mobilerun-sdk-typescript/commit/05697f8a9bf0a24cc3fd3d81536e517ef6cbea09))
|
|
238
|
+
* update SDK settings ([0b74e0a](https://github.com/droidrun/mobilerun-sdk-typescript/commit/0b74e0a25188a41367d3d788f319ddd08551c9d1))
|
|
239
|
+
* use latest @modelcontextprotocol/sdk ([73f83dd](https://github.com/droidrun/mobilerun-sdk-typescript/commit/73f83dd1200ea1adc53ff33fb74867c833320724))
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Documentation
|
|
243
|
+
|
|
244
|
+
* prominently feature MCP server setup in root SDK readmes ([3e64a3c](https://github.com/droidrun/mobilerun-sdk-typescript/commit/3e64a3c8f3751c1c10e7a41045594789868ed986))
|
|
245
|
+
|
|
246
|
+
## 2.2.0 (2026-02-19)
|
|
247
|
+
|
|
248
|
+
Full Changelog: [v2.1.0...v2.2.0](https://github.com/droidrun/mobilerun-sdk-typescript/compare/v2.1.0...v2.2.0)
|
|
249
|
+
|
|
250
|
+
### Features
|
|
251
|
+
|
|
252
|
+
* **api:** manual updates ([de892a6](https://github.com/droidrun/mobilerun-sdk-typescript/commit/de892a61a46e9d41f7da969e755e265e7aebd685))
|
|
253
|
+
* **api:** manual updates ([701b8ba](https://github.com/droidrun/mobilerun-sdk-typescript/commit/701b8ba74b7ecf57e325c8384ac544423a4cc571))
|
|
254
|
+
* trigger on main pull request ([a6c5df1](https://github.com/droidrun/mobilerun-sdk-typescript/commit/a6c5df14ca4cae112807e078910b39ad4fd5ec2a))
|
|
255
|
+
|
|
3
256
|
## 2.1.0 (2026-02-19)
|
|
4
257
|
|
|
5
258
|
Full Changelog: [v2.0.0...v2.1.0](https://github.com/droidrun/mobilerun-sdk-typescript/compare/v2.0.0...v2.1.0)
|
package/README.md
CHANGED
|
@@ -57,6 +57,50 @@ const tasks: Mobilerun.TaskListResponse = await client.tasks.list();
|
|
|
57
57
|
|
|
58
58
|
Documentation for each method, request param, and response field are available in docstrings and will appear on hover in most modern editors.
|
|
59
59
|
|
|
60
|
+
## File uploads
|
|
61
|
+
|
|
62
|
+
Request parameters that correspond to file uploads can be passed in many different forms:
|
|
63
|
+
|
|
64
|
+
- `File` (or an object with the same structure)
|
|
65
|
+
- a `fetch` `Response` (or an object with the same structure)
|
|
66
|
+
- an `fs.ReadStream`
|
|
67
|
+
- the return value of our `toFile` helper
|
|
68
|
+
|
|
69
|
+
```ts
|
|
70
|
+
import fs from 'fs';
|
|
71
|
+
import Mobilerun, { toFile } from '@mobilerun/sdk';
|
|
72
|
+
|
|
73
|
+
const client = new Mobilerun();
|
|
74
|
+
|
|
75
|
+
// If you have access to Node `fs` we recommend using `fs.createReadStream()`:
|
|
76
|
+
await client.devices.files.upload('deviceId', {
|
|
77
|
+
path: 'path',
|
|
78
|
+
file: fs.createReadStream('/path/to/file'),
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
// Or if you have the web `File` API you can pass a `File` instance:
|
|
82
|
+
await client.devices.files.upload('deviceId', {
|
|
83
|
+
path: 'path',
|
|
84
|
+
file: new File(['my bytes'], 'file'),
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
// You can also pass a `fetch` `Response`:
|
|
88
|
+
await client.devices.files.upload('deviceId', {
|
|
89
|
+
path: 'path',
|
|
90
|
+
file: await fetch('https://somesite/file'),
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
// Finally, if none of the above are convenient, you can use our `toFile` helper:
|
|
94
|
+
await client.devices.files.upload('deviceId', {
|
|
95
|
+
path: 'path',
|
|
96
|
+
file: await toFile(Buffer.from('my bytes'), 'file'),
|
|
97
|
+
});
|
|
98
|
+
await client.devices.files.upload('deviceId', {
|
|
99
|
+
path: 'path',
|
|
100
|
+
file: await toFile(new Uint8Array([0, 1, 2]), 'file'),
|
|
101
|
+
});
|
|
102
|
+
```
|
|
103
|
+
|
|
60
104
|
## Handling errors
|
|
61
105
|
|
|
62
106
|
When the library is unable to connect to the API,
|
package/client.d.mts
CHANGED
|
@@ -6,12 +6,16 @@ import * as Errors from "./core/error.mjs";
|
|
|
6
6
|
import * as Uploads from "./core/uploads.mjs";
|
|
7
7
|
import * as API from "./resources/index.mjs";
|
|
8
8
|
import { APIPromise } from "./core/api-promise.mjs";
|
|
9
|
+
import { AgentListResponse, Agents } from "./resources/agents.mjs";
|
|
9
10
|
import { AppListParams, AppListResponse, Apps } from "./resources/apps.mjs";
|
|
11
|
+
import { Carrier, CarrierCreateParams, CarrierDeleteResponse, CarrierListParams, CarrierListResponse, CarrierLookupParams, CarrierUpdateParams, Carriers } from "./resources/carriers.mjs";
|
|
10
12
|
import { HookGetSampleDataResponse, HookListParams, HookListResponse, HookPerformParams, HookPerformResponse, HookRetrieveResponse, HookSubscribeParams, HookSubscribeResponse, HookUnsubscribeResponse, HookUpdateParams, HookUpdateResponse, Hooks } from "./resources/hooks.mjs";
|
|
11
13
|
import { ModelListResponse, Models } from "./resources/models.mjs";
|
|
14
|
+
import { Profile, ProfileCreateParams, ProfileDeleteResponse, ProfileListParams, ProfileListResponse, ProfileUpdateParams, Profiles } from "./resources/profiles.mjs";
|
|
15
|
+
import { Proxies, ProxyConfig, ProxyCreateParams, ProxyCreateResponse, ProxyDeleteResponse, ProxyListResponse, ProxyRetrieveResponse, ProxyUpdateParams, ProxyUpdateResponse } from "./resources/proxies.mjs";
|
|
12
16
|
import { CredentialListParams, CredentialListResponse, Credentials } from "./resources/credentials/credentials.mjs";
|
|
13
17
|
import { Device, DeviceCountResponse, DeviceCreateParams, DeviceListParams, DeviceListResponse, DeviceTerminateParams, Devices } from "./resources/devices/devices.mjs";
|
|
14
|
-
import { Task, TaskGetStatusResponse, TaskGetTrajectoryResponse, TaskListParams, TaskListResponse, TaskRetrieveResponse, TaskRunParams, TaskRunResponse, TaskRunStreamedParams, TaskStatus, TaskStopResponse, Tasks } from "./resources/tasks/tasks.mjs";
|
|
18
|
+
import { PackageCredentials, Task, TaskGetStatusResponse, TaskGetTrajectoryResponse, TaskListParams, TaskListResponse, TaskRetrieveResponse, TaskRunParams, TaskRunResponse, TaskRunStreamedParams, TaskRunStreamedResponse, TaskSendMessageParams, TaskSendMessageResponse, TaskStatus, TaskStopResponse, Tasks, UsageResult } from "./resources/tasks/tasks.mjs";
|
|
15
19
|
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
16
20
|
import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
|
|
17
21
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
|
|
@@ -117,7 +121,7 @@ export declare class Mobilerun {
|
|
|
117
121
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
118
122
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
119
123
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
120
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
124
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
121
125
|
private getUserAgent;
|
|
122
126
|
protected defaultIdempotencyKey(): string;
|
|
123
127
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -174,20 +178,45 @@ export declare class Mobilerun {
|
|
|
174
178
|
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
175
179
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
176
180
|
static toFile: typeof Uploads.toFile;
|
|
181
|
+
/**
|
|
182
|
+
* Tasks API
|
|
183
|
+
*/
|
|
177
184
|
tasks: API.Tasks;
|
|
185
|
+
/**
|
|
186
|
+
* Agents API
|
|
187
|
+
*/
|
|
188
|
+
agents: API.Agents;
|
|
189
|
+
proxies: API.Proxies;
|
|
190
|
+
carriers: API.Carriers;
|
|
191
|
+
profiles: API.Profiles;
|
|
178
192
|
devices: API.Devices;
|
|
179
193
|
apps: API.Apps;
|
|
180
194
|
credentials: API.Credentials;
|
|
195
|
+
/**
|
|
196
|
+
* Webhooks API
|
|
197
|
+
*/
|
|
181
198
|
hooks: API.Hooks;
|
|
182
199
|
models: API.Models;
|
|
183
200
|
}
|
|
184
201
|
export declare namespace Mobilerun {
|
|
185
202
|
export type RequestOptions = Opts.RequestOptions;
|
|
186
|
-
export { Tasks as Tasks, type Task as Task, type TaskStatus as TaskStatus, type TaskRetrieveResponse as TaskRetrieveResponse, type TaskListResponse as TaskListResponse, type TaskGetStatusResponse as TaskGetStatusResponse, type TaskGetTrajectoryResponse as TaskGetTrajectoryResponse, type TaskRunResponse as TaskRunResponse, type TaskStopResponse as TaskStopResponse, type TaskListParams as TaskListParams, type TaskRunParams as TaskRunParams, type TaskRunStreamedParams as TaskRunStreamedParams, };
|
|
203
|
+
export { Tasks as Tasks, type PackageCredentials as PackageCredentials, type Task as Task, type TaskStatus as TaskStatus, type UsageResult as UsageResult, type TaskRetrieveResponse as TaskRetrieveResponse, type TaskListResponse as TaskListResponse, type TaskGetStatusResponse as TaskGetStatusResponse, type TaskGetTrajectoryResponse as TaskGetTrajectoryResponse, type TaskRunResponse as TaskRunResponse, type TaskRunStreamedResponse as TaskRunStreamedResponse, type TaskSendMessageResponse as TaskSendMessageResponse, type TaskStopResponse as TaskStopResponse, type TaskListParams as TaskListParams, type TaskRunParams as TaskRunParams, type TaskRunStreamedParams as TaskRunStreamedParams, type TaskSendMessageParams as TaskSendMessageParams, };
|
|
204
|
+
export { Agents as Agents, type AgentListResponse as AgentListResponse };
|
|
205
|
+
export { Proxies as Proxies, type ProxyConfig as ProxyConfig, type ProxyCreateResponse as ProxyCreateResponse, type ProxyRetrieveResponse as ProxyRetrieveResponse, type ProxyUpdateResponse as ProxyUpdateResponse, type ProxyListResponse as ProxyListResponse, type ProxyDeleteResponse as ProxyDeleteResponse, type ProxyCreateParams as ProxyCreateParams, type ProxyUpdateParams as ProxyUpdateParams, };
|
|
206
|
+
export { Carriers as Carriers, type Carrier as Carrier, type CarrierListResponse as CarrierListResponse, type CarrierDeleteResponse as CarrierDeleteResponse, type CarrierCreateParams as CarrierCreateParams, type CarrierUpdateParams as CarrierUpdateParams, type CarrierListParams as CarrierListParams, type CarrierLookupParams as CarrierLookupParams, };
|
|
207
|
+
export { Profiles as Profiles, type Profile as Profile, type ProfileListResponse as ProfileListResponse, type ProfileDeleteResponse as ProfileDeleteResponse, type ProfileCreateParams as ProfileCreateParams, type ProfileUpdateParams as ProfileUpdateParams, type ProfileListParams as ProfileListParams, };
|
|
187
208
|
export { Devices as Devices, type Device as Device, type DeviceListResponse as DeviceListResponse, type DeviceCountResponse as DeviceCountResponse, type DeviceCreateParams as DeviceCreateParams, type DeviceListParams as DeviceListParams, type DeviceTerminateParams as DeviceTerminateParams, };
|
|
188
209
|
export { Apps as Apps, type AppListResponse as AppListResponse, type AppListParams as AppListParams };
|
|
189
210
|
export { Credentials as Credentials, type CredentialListResponse as CredentialListResponse, type CredentialListParams as CredentialListParams, };
|
|
190
211
|
export { Hooks as Hooks, type HookRetrieveResponse as HookRetrieveResponse, type HookUpdateResponse as HookUpdateResponse, type HookListResponse as HookListResponse, type HookGetSampleDataResponse as HookGetSampleDataResponse, type HookPerformResponse as HookPerformResponse, type HookSubscribeResponse as HookSubscribeResponse, type HookUnsubscribeResponse as HookUnsubscribeResponse, type HookUpdateParams as HookUpdateParams, type HookListParams as HookListParams, type HookPerformParams as HookPerformParams, type HookSubscribeParams as HookSubscribeParams, };
|
|
191
212
|
export { Models as Models, type ModelListResponse as ModelListResponse };
|
|
213
|
+
export type Config = API.Config;
|
|
214
|
+
export type DeviceCarrier = API.DeviceCarrier;
|
|
215
|
+
export type DeviceIdentifiers = API.DeviceIdentifiers;
|
|
216
|
+
export type DeviceSpec = API.DeviceSpec;
|
|
217
|
+
export type Meta = API.Meta;
|
|
218
|
+
export type Pagination = API.Pagination;
|
|
219
|
+
export type PaginationMeta = API.PaginationMeta;
|
|
220
|
+
export type PermissionSet = API.PermissionSet;
|
|
192
221
|
}
|
|
193
222
|
//# sourceMappingURL=client.d.mts.map
|
package/client.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;OAGT,KAAK,MAAM;OACX,KAAK,OAAO;OACZ,KAAK,GAAG;OACR,EAAE,UAAU,EAAE;OACd,EAAE,aAAa,EAAE,eAAe,EAAE,IAAI,EAAE;OACxC,EACL,yBAAyB,EACzB,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,gBAAgB,EAChB,kBAAkB,EAClB,KAAK,EACN;OACM,EAAE,iBAAiB,EAAE,MAAM,EAAE;OAC7B,EACL,oBAAoB,EACpB,sBAAsB,EACtB,WAAW,EACZ;OACM,EACL,MAAM,EACN,mBAAmB,EACnB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,OAAO,EACR;OACM,EACL,IAAI,EACJ,qBAAqB,EACrB,yBAAyB,EACzB,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,KAAK,
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
package/client.d.ts
CHANGED
|
@@ -6,12 +6,16 @@ import * as Errors from "./core/error.js";
|
|
|
6
6
|
import * as Uploads from "./core/uploads.js";
|
|
7
7
|
import * as API from "./resources/index.js";
|
|
8
8
|
import { APIPromise } from "./core/api-promise.js";
|
|
9
|
+
import { AgentListResponse, Agents } from "./resources/agents.js";
|
|
9
10
|
import { AppListParams, AppListResponse, Apps } from "./resources/apps.js";
|
|
11
|
+
import { Carrier, CarrierCreateParams, CarrierDeleteResponse, CarrierListParams, CarrierListResponse, CarrierLookupParams, CarrierUpdateParams, Carriers } from "./resources/carriers.js";
|
|
10
12
|
import { HookGetSampleDataResponse, HookListParams, HookListResponse, HookPerformParams, HookPerformResponse, HookRetrieveResponse, HookSubscribeParams, HookSubscribeResponse, HookUnsubscribeResponse, HookUpdateParams, HookUpdateResponse, Hooks } from "./resources/hooks.js";
|
|
11
13
|
import { ModelListResponse, Models } from "./resources/models.js";
|
|
14
|
+
import { Profile, ProfileCreateParams, ProfileDeleteResponse, ProfileListParams, ProfileListResponse, ProfileUpdateParams, Profiles } from "./resources/profiles.js";
|
|
15
|
+
import { Proxies, ProxyConfig, ProxyCreateParams, ProxyCreateResponse, ProxyDeleteResponse, ProxyListResponse, ProxyRetrieveResponse, ProxyUpdateParams, ProxyUpdateResponse } from "./resources/proxies.js";
|
|
12
16
|
import { CredentialListParams, CredentialListResponse, Credentials } from "./resources/credentials/credentials.js";
|
|
13
17
|
import { Device, DeviceCountResponse, DeviceCreateParams, DeviceListParams, DeviceListResponse, DeviceTerminateParams, Devices } from "./resources/devices/devices.js";
|
|
14
|
-
import { Task, TaskGetStatusResponse, TaskGetTrajectoryResponse, TaskListParams, TaskListResponse, TaskRetrieveResponse, TaskRunParams, TaskRunResponse, TaskRunStreamedParams, TaskStatus, TaskStopResponse, Tasks } from "./resources/tasks/tasks.js";
|
|
18
|
+
import { PackageCredentials, Task, TaskGetStatusResponse, TaskGetTrajectoryResponse, TaskListParams, TaskListResponse, TaskRetrieveResponse, TaskRunParams, TaskRunResponse, TaskRunStreamedParams, TaskRunStreamedResponse, TaskSendMessageParams, TaskSendMessageResponse, TaskStatus, TaskStopResponse, Tasks, UsageResult } from "./resources/tasks/tasks.js";
|
|
15
19
|
import { type Fetch } from "./internal/builtin-types.js";
|
|
16
20
|
import { HeadersLike, NullableHeaders } from "./internal/headers.js";
|
|
17
21
|
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.js";
|
|
@@ -117,7 +121,7 @@ export declare class Mobilerun {
|
|
|
117
121
|
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
118
122
|
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
119
123
|
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
120
|
-
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
124
|
+
protected stringifyQuery(query: object | Record<string, unknown>): string;
|
|
121
125
|
private getUserAgent;
|
|
122
126
|
protected defaultIdempotencyKey(): string;
|
|
123
127
|
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
@@ -174,20 +178,45 @@ export declare class Mobilerun {
|
|
|
174
178
|
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
175
179
|
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
176
180
|
static toFile: typeof Uploads.toFile;
|
|
181
|
+
/**
|
|
182
|
+
* Tasks API
|
|
183
|
+
*/
|
|
177
184
|
tasks: API.Tasks;
|
|
185
|
+
/**
|
|
186
|
+
* Agents API
|
|
187
|
+
*/
|
|
188
|
+
agents: API.Agents;
|
|
189
|
+
proxies: API.Proxies;
|
|
190
|
+
carriers: API.Carriers;
|
|
191
|
+
profiles: API.Profiles;
|
|
178
192
|
devices: API.Devices;
|
|
179
193
|
apps: API.Apps;
|
|
180
194
|
credentials: API.Credentials;
|
|
195
|
+
/**
|
|
196
|
+
* Webhooks API
|
|
197
|
+
*/
|
|
181
198
|
hooks: API.Hooks;
|
|
182
199
|
models: API.Models;
|
|
183
200
|
}
|
|
184
201
|
export declare namespace Mobilerun {
|
|
185
202
|
export type RequestOptions = Opts.RequestOptions;
|
|
186
|
-
export { Tasks as Tasks, type Task as Task, type TaskStatus as TaskStatus, type TaskRetrieveResponse as TaskRetrieveResponse, type TaskListResponse as TaskListResponse, type TaskGetStatusResponse as TaskGetStatusResponse, type TaskGetTrajectoryResponse as TaskGetTrajectoryResponse, type TaskRunResponse as TaskRunResponse, type TaskStopResponse as TaskStopResponse, type TaskListParams as TaskListParams, type TaskRunParams as TaskRunParams, type TaskRunStreamedParams as TaskRunStreamedParams, };
|
|
203
|
+
export { Tasks as Tasks, type PackageCredentials as PackageCredentials, type Task as Task, type TaskStatus as TaskStatus, type UsageResult as UsageResult, type TaskRetrieveResponse as TaskRetrieveResponse, type TaskListResponse as TaskListResponse, type TaskGetStatusResponse as TaskGetStatusResponse, type TaskGetTrajectoryResponse as TaskGetTrajectoryResponse, type TaskRunResponse as TaskRunResponse, type TaskRunStreamedResponse as TaskRunStreamedResponse, type TaskSendMessageResponse as TaskSendMessageResponse, type TaskStopResponse as TaskStopResponse, type TaskListParams as TaskListParams, type TaskRunParams as TaskRunParams, type TaskRunStreamedParams as TaskRunStreamedParams, type TaskSendMessageParams as TaskSendMessageParams, };
|
|
204
|
+
export { Agents as Agents, type AgentListResponse as AgentListResponse };
|
|
205
|
+
export { Proxies as Proxies, type ProxyConfig as ProxyConfig, type ProxyCreateResponse as ProxyCreateResponse, type ProxyRetrieveResponse as ProxyRetrieveResponse, type ProxyUpdateResponse as ProxyUpdateResponse, type ProxyListResponse as ProxyListResponse, type ProxyDeleteResponse as ProxyDeleteResponse, type ProxyCreateParams as ProxyCreateParams, type ProxyUpdateParams as ProxyUpdateParams, };
|
|
206
|
+
export { Carriers as Carriers, type Carrier as Carrier, type CarrierListResponse as CarrierListResponse, type CarrierDeleteResponse as CarrierDeleteResponse, type CarrierCreateParams as CarrierCreateParams, type CarrierUpdateParams as CarrierUpdateParams, type CarrierListParams as CarrierListParams, type CarrierLookupParams as CarrierLookupParams, };
|
|
207
|
+
export { Profiles as Profiles, type Profile as Profile, type ProfileListResponse as ProfileListResponse, type ProfileDeleteResponse as ProfileDeleteResponse, type ProfileCreateParams as ProfileCreateParams, type ProfileUpdateParams as ProfileUpdateParams, type ProfileListParams as ProfileListParams, };
|
|
187
208
|
export { Devices as Devices, type Device as Device, type DeviceListResponse as DeviceListResponse, type DeviceCountResponse as DeviceCountResponse, type DeviceCreateParams as DeviceCreateParams, type DeviceListParams as DeviceListParams, type DeviceTerminateParams as DeviceTerminateParams, };
|
|
188
209
|
export { Apps as Apps, type AppListResponse as AppListResponse, type AppListParams as AppListParams };
|
|
189
210
|
export { Credentials as Credentials, type CredentialListResponse as CredentialListResponse, type CredentialListParams as CredentialListParams, };
|
|
190
211
|
export { Hooks as Hooks, type HookRetrieveResponse as HookRetrieveResponse, type HookUpdateResponse as HookUpdateResponse, type HookListResponse as HookListResponse, type HookGetSampleDataResponse as HookGetSampleDataResponse, type HookPerformResponse as HookPerformResponse, type HookSubscribeResponse as HookSubscribeResponse, type HookUnsubscribeResponse as HookUnsubscribeResponse, type HookUpdateParams as HookUpdateParams, type HookListParams as HookListParams, type HookPerformParams as HookPerformParams, type HookSubscribeParams as HookSubscribeParams, };
|
|
191
212
|
export { Models as Models, type ModelListResponse as ModelListResponse };
|
|
213
|
+
export type Config = API.Config;
|
|
214
|
+
export type DeviceCarrier = API.DeviceCarrier;
|
|
215
|
+
export type DeviceIdentifiers = API.DeviceIdentifiers;
|
|
216
|
+
export type DeviceSpec = API.DeviceSpec;
|
|
217
|
+
export type Meta = API.Meta;
|
|
218
|
+
export type Pagination = API.Pagination;
|
|
219
|
+
export type PaginationMeta = API.PaginationMeta;
|
|
220
|
+
export type PermissionSet = API.PermissionSet;
|
|
192
221
|
}
|
|
193
222
|
//# sourceMappingURL=client.d.ts.map
|
package/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"OAEO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAY;OAC3C,KAAK,EAAc,cAAc,EAAE,iBAAiB,EAAE,oBAAoB,EAAE;YAIvE,EAAE,MAAM,EAAE,QAAQ,EAAE;OAKzB,KAAK,IAAI;OAGT,KAAK,MAAM;OACX,KAAK,OAAO;OACZ,KAAK,GAAG;OACR,EAAE,UAAU,EAAE;OACd,EAAE,aAAa,EAAE,eAAe,EAAE,IAAI,EAAE;OACxC,EACL,yBAAyB,EACzB,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,gBAAgB,EAChB,kBAAkB,EAClB,KAAK,EACN;OACM,EAAE,iBAAiB,EAAE,MAAM,EAAE;OAC7B,EACL,oBAAoB,EACpB,sBAAsB,EACtB,WAAW,EACZ;OACM,EACL,MAAM,EACN,mBAAmB,EACnB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,OAAO,EACR;OACM,EACL,IAAI,EACJ,qBAAqB,EACrB,yBAAyB,EACzB,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,aAAa,EACb,eAAe,EACf,qBAAqB,EACrB,UAAU,EACV,gBAAgB,EAChB,KAAK,
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|