Skip to content

Commit bb0d104

Browse files
feat(deps-dev): bump @seamapi/types from 1.769.0 to 1.776.0 in the seam group (#1058)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent 0026b21 commit bb0d104

11 files changed

Lines changed: 2048 additions & 372 deletions

File tree

docs/api/_blueprint.json

Lines changed: 2012 additions & 362 deletions
Large diffs are not rendered by default.

docs/api/_report.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ These items are intentionally undocumented.
2323
- `/seam/customer/v1/automations`: No undocumented message provided
2424
- `/seam/customer/v1/connector_customers`: No undocumented message provided
2525
- `/seam/customer/v1/connectors`: No undocumented message provided
26+
- `/seam/customer/v1/connectors/ical`: No undocumented message provided
2627
- `/seam/customer/v1/customers/automations`: No undocumented message provided
2728
- `/seam/customer/v1/customers`: No undocumented message provided
2829
- `/seam/customer/v1/encoders`: No undocumented message provided
@@ -123,6 +124,8 @@ These items are intentionally undocumented.
123124
- `/seam/customer/v1/connectors/list`: Internal endpoint for Console.
124125
- `/seam/customer/v1/connectors/sync`: Only used internally.
125126
- `/seam/customer/v1/connectors/update`: Internal endpoint for Console.
127+
- `/seam/customer/v1/connectors/ical/generate-config`: Only used internally.
128+
- `/seam/customer/v1/connectors/ical/validate-config`: Only used internally.
126129
- `/seam/customer/v1/customers/automations/get`: Internal endpoint for customer portals.
127130
- `/seam/customer/v1/customers/automations/update`: Internal endpoint for customer portals.
128131
- `/seam/customer/v1/customers/list`: Internal endpoint for Console.
@@ -131,6 +134,7 @@ These items are intentionally undocumented.
131134
- `/seam/customer/v1/encoders/list`: Internal endpoint for customer portals.
132135
- `/seam/customer/v1/events/list`: Internal endpoint for customer portals.
133136
- `/seam/customer/v1/portals/get`: Internal endpoint for customer portals.
137+
- `/seam/customer/v1/portals/update`: Internal endpoint for customer portals.
134138
- `/seam/customer/v1/reservations/get`: Internal endpoint for customer portals.
135139
- `/seam/customer/v1/reservations/list`: Internal endpoint for customer portals.
136140
- `/seam/customer/v1/reservations/list_access_grants`: Internal endpoint for customer portals.
@@ -695,6 +699,8 @@ These items are deprecated.
695699
- `/seam/customer/v1/connectors/list`: `connectors`
696700
- `/seam/customer/v1/connectors/sync`: `connector_sync`
697701
- `/seam/customer/v1/connectors/update`: `connector`
702+
- `/seam/customer/v1/connectors/ical/generate-config`: `generated_config`
703+
- `/seam/customer/v1/connectors/ical/validate-config`: `validation_result`
698704
- `/seam/customer/v1/customers/automations/get`: `automation`
699705
- `/seam/customer/v1/portals/get`: `customer_portal`
700706
- `/seam/customer/v1/reservations/get`: `reservation`

docs/api/access_grants/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,14 @@ Access methods that the user requested for the Access Grant.
393393

394394
<strong><code>mode</code></strong> <i>Enum</i>
395395

396-
Access method mode. Supported values: `code`, `card`, `mobile_key`.
396+
Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.
397397
<details>
398398
<summary>Enum values:</summary>
399399

400400
- <code>code</code>
401401
- <code>card</code>
402402
- <code>mobile_key</code>
403+
- <code>cloud_key</code>
403404
</details>
404405

405406
</details>

docs/api/access_grants/create.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,14 @@ Maximum number of times the instant key can be used. Only applicable when mode i
461461

462462
<summary><b><code>mode</code></b> <i>Enum</i></summary>
463463

464-
Access method mode. Supported values: `code`, `card`, `mobile_key`.
464+
Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.
465465

466466
Enum values:
467467

468468
- <code>code</code>
469469
- <code>card</code>
470470
- <code>mobile_key</code>
471+
- <code>cloud_key</code>
471472

472473
</details>
473474

docs/api/access_grants/request_access_methods.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,14 @@ Maximum number of times the instant key can be used. Only applicable when mode i
6161

6262
<summary><b><code>mode</code></b> <i>Enum</i></summary>
6363

64-
Access method mode. Supported values: `code`, `card`, `mobile_key`.
64+
Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.
6565

6666
Enum values:
6767

6868
- <code>code</code>
6969
- <code>card</code>
7070
- <code>mobile_key</code>
71+
- <code>cloud_key</code>
7172

7273
</details>
7374

docs/api/access_methods/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Date and time at which the access method was issued.
167167

168168
**`mode`** *Enum*
169169

170-
Access method mode. Supported values: `code`, `card`, `mobile_key`.
170+
Access method mode. Supported values: `code`, `card`, `mobile_key`, `cloud_key`.
171171

172172

173173
<details>
@@ -176,6 +176,7 @@ Access method mode. Supported values: `code`, `card`, `mobile_key`.
176176
- <code>code</code>
177177
- <code>card</code>
178178
- <code>mobile_key</code>
179+
- <code>cloud_key</code>
179180
</details>
180181

181182

docs/api/acs/entrances/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Indicates whether the ACS entrance can be unlocked with card credentials.
147147

148148
**`can_unlock_with_cloud_key`** *Boolean*
149149

150-
Indicates whether the ACS entrance can be remotely unlocked using a cloud_key credential.
150+
Indicates whether the ACS entrance can be unlocked with cloud key credentials.
151151

152152

153153

docs/api/devices/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,9 +2096,17 @@ Location information for the device.
20962096

20972097
Name of the device location.
20982098

2099+
- <strong><code>time_zone</code></strong> <i>String</i>
2100+
2101+
Time zone of the device location.
2102+
20992103
- <strong><code>timezone</code></strong> <i>String</i>
21002104

21012105
Time zone of the device location.
2106+
2107+
{% hint style="warning" %}
2108+
**Deprecated**. Use `time_zone` instead.
2109+
{% endhint %}
21022110

21032111
</details>
21042112

docs/api/devices/unmanaged/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,9 +1756,17 @@ Location information for the device.
17561756

17571757
Name of the device location.
17581758

1759+
- <strong><code>time_zone</code></strong> <i>String</i>
1760+
1761+
Time zone of the device location.
1762+
17591763
- <strong><code>timezone</code></strong> <i>String</i>
17601764

17611765
Time zone of the device location.
1766+
1767+
{% hint style="warning" %}
1768+
**Deprecated**. Use `time_zone` instead.
1769+
{% endhint %}
17621770

17631771
</details>
17641772

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)