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

Commit

Permalink
chore(release): 4.19.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.19.1](seamapi/javascript@v4.19.0...v4.19.1) (2022-12-13)

### Bug Fixes

* route types bump ([07bb274](seamapi/javascript@07bb274))
  • Loading branch information
semantic-release-bot committed Dec 13, 2022
1 parent 0220e74 commit c167eb2
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 75 deletions.
4 changes: 2 additions & 2 deletions docs/classes/SeamOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ___
| :------ | :------ |
| `delete` | (`data`: `undefined` \| { `device_id`: `string` }) => `Promise`<{}\> |
| `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`; } }\> |
| `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`; } }[]\> |
| `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`; } }[]\> |
| `update` | (`data`: `undefined` \| { `device_id`: `string` ; `location?`: {} ; `name?`: `string` }) => `Promise`<{}\> |

#### Defined in
Expand Down Expand Up @@ -457,7 +457,7 @@ ___
| Name | Type |
| :------ | :------ |
| `URL` | extends keyof [`Routes`](../interfaces/SeamOSRouteTypes.Routes.md) |
| `Method` | extends ``"GET"`` \| ``"DELETE"`` \| ``"POST"`` \| ``"PATCH"`` |
| `Method` | extends ``"GET"`` \| ``"POST"`` \| ``"DELETE"`` \| ``"PATCH"`` |

#### Parameters

Expand Down
Loading

0 comments on commit c167eb2

Please sign in to comment.