@@ -69,7 +69,7 @@ Routes.accessCodes
6969
7070#### Defined in
7171
72- [ src/routes.ts:190 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L190 )
72+ [ src/routes.ts:198 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L198 )
7373
7474___
7575
@@ -89,7 +89,7 @@ Routes.actionAttempts
8989
9090#### Defined in
9191
92- [ src/routes.ts:262 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L262 )
92+ [ src/routes.ts:270 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L270 )
9393
9494___
9595
@@ -121,7 +121,7 @@ Routes.connectWebviews
121121
122122#### Defined in
123123
124- [ src/routes.ts:164 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L164 )
124+ [ src/routes.ts:172 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L172 )
125125
126126___
127127
@@ -142,7 +142,7 @@ Routes.connectedAccounts
142142
143143#### Defined in
144144
145- [ src/routes.ts:241 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L241 )
145+ [ src/routes.ts:249 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L249 )
146146
147147___
148148
@@ -154,16 +154,17 @@ ___
154154
155155| Name | Type |
156156| :------ | :------ |
157- | ` get ` | (` deviceId ` : ` string ` ) => ` Promise ` <[ ` Device ` ] ( ../interfaces/Device.md ) <` unknown ` , [ ` DeviceType ` ] ( ../modules.md#devicetype ) \>\> |
158- | ` list ` | (` connectedAccountId? ` : ` string ` ) => ` Promise ` <[ ` Device ` ] ( ../interfaces/Device.md ) <` unknown ` , [ ` DeviceType ` ] ( ../modules.md#devicetype ) \> [ ] \> |
157+ | ` get ` | (` deviceId ` : ` string ` ) => ` Promise ` <[ ` Device ` ] ( ../interfaces/Device.md ) <[ ` CommonDeviceProperties ` ] ( ../modules.md#commondeviceproperties ) , [ ` DeviceType ` ] ( ../modules.md#devicetype ) \>\> |
158+ | ` list ` | (` connectedAccountId? ` : ` string ` ) => ` Promise ` <[ ` Device ` ] ( ../interfaces/Device.md ) <[ ` CommonDeviceProperties ` ] ( ../modules.md#commondeviceproperties ) , [ ` DeviceType ` ] ( ../modules.md#devicetype ) \> [ ] \> |
159+ | ` update ` | (` params ` : [ ` DeviceUpdateRequest ` ] ( ../modules.md#deviceupdaterequest ) ) => ` Promise ` <{ ` ok ` : `` true `` }\> |
159160
160161#### Inherited from
161162
162163Routes.devices
163164
164165#### Defined in
165166
166- [ src/routes.ts:145 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L145 )
167+ [ src/routes.ts:147 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L147 )
167168
168169___
169170
@@ -186,7 +187,7 @@ Routes.locks
186187
187188#### Defined in
188189
189- [ src/routes.ts:110 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L110 )
190+ [ src/routes.ts:112 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L112 )
190191
191192___
192193
@@ -208,7 +209,7 @@ Routes.workspaces
208209
209210#### Defined in
210211
211- [ src/routes.ts:94 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L94 )
212+ [ src/routes.ts:96 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L96 )
212213
213214## Methods
214215
0 commit comments