Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit c167eb2

Browse files
chore(release): 4.19.1 [skip ci]
## [4.19.1](seamapi/javascript@v4.19.0...v4.19.1) (2022-12-13) ### Bug Fixes * route types bump ([07bb274](seamapi/javascript@07bb274))
1 parent 0220e74 commit c167eb2

File tree

4 files changed

+182
-75
lines changed

4 files changed

+182
-75
lines changed

docs/classes/SeamOS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ___
153153
| :------ | :------ |
154154
| `delete` | (`data`: `undefined` \| { `device_id`: `string` }) => `Promise`<{}\> |
155155
| `get` | (`data`: `undefined` \| { `building_id?`: `string` ; `device_id?`: `string` ; `device_name?`: `string` }) => `Promise`<{ `building_id`: ``null`` \| `string` ; `created_at`: `string` \| `Date` ; `device_id`: `string` ; `device_type`: `string` ; `errors`: `unknown`[] ; `linked_account_id`: `string` ; `name`: `string` ; `properties`: { [x: string]: `unknown`; } }\> |
156-
| `list` | (`data`: `undefined` \| { `building_id?`: `string` ; `has_no_building?`: `boolean` ; `user_group_id?`: `string` ; `user_id?`: `string` }) => `Promise`<{ `building_id`: ``null`` \| `string` ; `created_at`: `string` \| `Date` ; `device_id`: `string` ; `device_type`: `string` ; `errors`: `unknown`[] ; `linked_account_id`: `string` ; `name`: `string` ; `properties`: { [x: string]: `unknown`; } }[]\> |
156+
| `list` | (`data`: `undefined` \| { `building_id?`: `string` ; `has_no_building?`: `boolean` ; `linked_account_id?`: `string` ; `query?`: `string` ; `user_group_id?`: `string` ; `user_id?`: `string` }) => `Promise`<{ `building_id`: ``null`` \| `string` ; `created_at`: `string` \| `Date` ; `device_id`: `string` ; `device_type`: `string` ; `errors`: `unknown`[] ; `linked_account_id`: `string` ; `name`: `string` ; `properties`: { [x: string]: `unknown`; } }[]\> |
157157
| `update` | (`data`: `undefined` \| { `device_id`: `string` ; `location?`: {} ; `name?`: `string` }) => `Promise`<{}\> |
158158

159159
#### Defined in
@@ -457,7 +457,7 @@ ___
457457
| Name | Type |
458458
| :------ | :------ |
459459
| `URL` | extends keyof [`Routes`](../interfaces/SeamOSRouteTypes.Routes.md) |
460-
| `Method` | extends ``"GET"`` \| ``"DELETE"`` \| ``"POST"`` \| ``"PATCH"`` |
460+
| `Method` | extends ``"GET"`` \| ``"POST"`` \| ``"DELETE"`` \| ``"PATCH"`` |
461461

462462
#### Parameters
463463

0 commit comments

Comments
 (0)