Skip to content

Commit 7a476d7

Browse files
authored
feat: Update to @seamapi/types@1.680.0 (#1000)
* feat: Update to @seamapi/types@1.680.0 * ci: Generate docs
1 parent 298e54b commit 7a476d7

File tree

9 files changed

+4924
-5
lines changed

9 files changed

+4924
-5
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
* [Get a Device](api/devices/get.md)
288288
* [List Device Providers](api/devices/list_device_providers.md)
289289
* [List Devices](api/devices/list.md)
290+
* [Report Provider Metadata](api/devices/report_provider_metadata.md)
290291
* [Update a Device](api/devices/update.md)
291292
* [Device Simulations](api/devices/simulate/README.md)
292293
* [Simulate Device Connection](api/devices/simulate/connect.md)

docs/api/_blueprint.json

Lines changed: 4399 additions & 0 deletions
Large diffs are not rendered by default.

docs/api/_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ These items are deprecated.
687687
- `/customers/create_portal`
688688
- `/customers/delete_data`
689689
- `/customers/push_data`
690+
- `/devices/report_provider_metadata`
690691
- `/devices/simulate/paid_subscription`
691692
- `/instant_keys/delete`
692693
- `/instant_keys/get`

docs/api/devices/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3160,6 +3160,10 @@ Metadata for an Ultraloq device.
31603160

31613161
Device type for an Ultraloq device.
31623162

3163+
- <strong><code>time_zone</code></strong> <i>String</i>
3164+
3165+
IANA timezone for the Ultraloq device.
3166+
31633167
</details>
31643168

31653169
---
@@ -5805,6 +5809,11 @@ Returns a list of all [devices](../../core-concepts/devices/README.md).
58055809
Returns a list of all device providers.
58065810

58075811

5812+
[**`/devices/report_provider_metadata`**](./report_provider_metadata.md)
5813+
5814+
Updates provider-specific metadata for devices.
5815+
5816+
58085817
[**`/devices/update`**](./update.md)
58095818

58105819
Updates a specified [device](../../core-concepts/devices/README.md).

0 commit comments

Comments
 (0)