Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions docs/classes/Seam.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Routes.constructor

#### Defined in

[src/client.ts:44](https://github.com/seamapi/javascript/blob/main/src/client.ts#L44)
[src/client.ts:44](https://github.com/seamapi/seamapi-javascript/blob/main/src/client.ts#L44)

## Properties

Expand All @@ -61,7 +61,7 @@ Routes.constructor

| Name | Type |
| :------ | :------ |
| `create` | (`params`: [`AccessCodeCreateOngoingRequest`](../interfaces/AccessCodeCreateOngoingRequest.md)) => `Promise`<[`OngoingAccessCode`](../interfaces/OngoingAccessCode.md)\>(`params`: [`AccessCodeCreateScheduledRequest`](../interfaces/AccessCodeCreateScheduledRequest.md)) => `Promise`<[`TimeBoundAccessCode`](../interfaces/TimeBoundAccessCode.md)\> |
| `create` | (`params`: [`AccessCodeCreateRequest`](../modules.md#accesscodecreaterequest)) => `Promise`<(`params`: [`AccessCodeCreateOngoingRequest`](../interfaces/AccessCodeCreateOngoingRequest.md)) => `Promise`<[`OngoingAccessCode`](../interfaces/OngoingAccessCode.md)\>(`params`: [`AccessCodeCreateScheduledRequest`](../interfaces/AccessCodeCreateScheduledRequest.md)) => `Promise`<[`TimeBoundAccessCode`](../interfaces/TimeBoundAccessCode.md)\>\> |
| `delete` | (`params`: [`AccessCodeDeleteRequest`](../modules.md#accesscodedeleterequest)) => `Promise`<`unknown`\> |
| `get` | (`params`: [`AccessCodeGetRequest`](../modules.md#accesscodegetrequest)) => `Promise`<[`AccessCode`](../modules.md#accesscode)\> |
| `list` | (`params`: { `device_id`: `string` }) => `Promise`<[`AccessCode`](../modules.md#accesscode)[]\> |
Expand All @@ -73,7 +73,7 @@ Routes.accessCodes

#### Defined in

[src/routes.ts:230](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L230)
[src/routes.ts:230](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L230)

___

Expand All @@ -93,7 +93,7 @@ Routes.actionAttempts

#### Defined in

[src/routes.ts:302](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L302)
[src/routes.ts:298](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L298)

___

Expand All @@ -103,7 +103,7 @@ ___

#### Defined in

[src/client.ts:42](https://github.com/seamapi/javascript/blob/main/src/client.ts#L42)
[src/client.ts:42](https://github.com/seamapi/seamapi-javascript/blob/main/src/client.ts#L42)

___

Expand All @@ -126,7 +126,7 @@ Routes.connectWebviews

#### Defined in

[src/routes.ts:198](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L198)
[src/routes.ts:198](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L198)

___

Expand All @@ -148,7 +148,7 @@ Routes.connectedAccounts

#### Defined in

[src/routes.ts:277](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L277)
[src/routes.ts:273](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L273)

___

Expand All @@ -171,7 +171,7 @@ Routes.devices

#### Defined in

[src/routes.ts:161](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L161)
[src/routes.ts:161](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L161)

___

Expand All @@ -191,7 +191,7 @@ Routes.events

#### Defined in

[src/routes.ts:186](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L186)
[src/routes.ts:186](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L186)

___

Expand All @@ -214,7 +214,7 @@ Routes.locks

#### Defined in

[src/routes.ts:126](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L126)
[src/routes.ts:126](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L126)

___

Expand All @@ -237,7 +237,7 @@ Routes.webhooks

#### Defined in

[src/routes.ts:312](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L312)
[src/routes.ts:308](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L308)

___

Expand All @@ -259,7 +259,7 @@ Routes.workspaces

#### Defined in

[src/routes.ts:110](https://github.com/seamapi/javascript/blob/main/src/routes.ts#L110)
[src/routes.ts:110](https://github.com/seamapi/seamapi-javascript/blob/main/src/routes.ts#L110)

## Methods

Expand Down Expand Up @@ -289,4 +289,4 @@ Routes.makeRequest

#### Defined in

[src/client.ts:82](https://github.com/seamapi/javascript/blob/main/src/client.ts#L82)
[src/client.ts:82](https://github.com/seamapi/seamapi-javascript/blob/main/src/client.ts#L82)
4 changes: 2 additions & 2 deletions docs/classes/SeamAPIError.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Error.constructor

#### Defined in

[src/lib/api-error.ts:8](https://github.com/seamapi/javascript/blob/main/src/lib/api-error.ts#L8)
[src/lib/api-error.ts:8](https://github.com/seamapi/seamapi-javascript/blob/main/src/lib/api-error.ts#L8)

## Properties

Expand Down Expand Up @@ -171,7 +171,7 @@ node_modules/@types/node/globals.d.ts:13

#### Defined in

[src/lib/api-error.ts:20](https://github.com/seamapi/javascript/blob/main/src/lib/api-error.ts#L20)
[src/lib/api-error.ts:20](https://github.com/seamapi/seamapi-javascript/blob/main/src/lib/api-error.ts#L20)

___

Expand Down
4 changes: 2 additions & 2 deletions docs/classes/SeamActionAttemptError.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Error.constructor

#### Defined in

[src/lib/api-error.ts:26](https://github.com/seamapi/javascript/blob/main/src/lib/api-error.ts#L26)
[src/lib/api-error.ts:26](https://github.com/seamapi/seamapi-javascript/blob/main/src/lib/api-error.ts#L26)

## Properties

Expand Down Expand Up @@ -160,7 +160,7 @@ node_modules/@types/node/globals.d.ts:13

#### Defined in

[src/lib/api-error.ts:38](https://github.com/seamapi/javascript/blob/main/src/lib/api-error.ts#L38)
[src/lib/api-error.ts:38](https://github.com/seamapi/seamapi-javascript/blob/main/src/lib/api-error.ts#L38)

___

Expand Down
4 changes: 2 additions & 2 deletions docs/classes/SeamMalformedInputError.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Error.constructor

#### Defined in

[src/lib/api-error.ts:44](https://github.com/seamapi/javascript/blob/main/src/lib/api-error.ts#L44)
[src/lib/api-error.ts:44](https://github.com/seamapi/seamapi-javascript/blob/main/src/lib/api-error.ts#L44)

## Properties

Expand Down Expand Up @@ -155,7 +155,7 @@ node_modules/@types/node/globals.d.ts:13

#### Defined in

[src/lib/api-error.ts:52](https://github.com/seamapi/javascript/blob/main/src/lib/api-error.ts#L52)
[src/lib/api-error.ts:52](https://github.com/seamapi/seamapi-javascript/blob/main/src/lib/api-error.ts#L52)

___

Expand Down
6 changes: 3 additions & 3 deletions docs/classes/SeamWebhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Create a new instance of SeamWebhook.

#### Defined in

[src/webhooks.ts:14](https://github.com/seamapi/javascript/blob/main/src/webhooks.ts#L14)
[src/webhooks.ts:14](https://github.com/seamapi/seamapi-javascript/blob/main/src/webhooks.ts#L14)

## Properties

Expand All @@ -44,7 +44,7 @@ Create a new instance of SeamWebhook.

#### Defined in

[src/webhooks.ts:8](https://github.com/seamapi/javascript/blob/main/src/webhooks.ts#L8)
[src/webhooks.ts:8](https://github.com/seamapi/seamapi-javascript/blob/main/src/webhooks.ts#L8)

## Methods

Expand All @@ -69,4 +69,4 @@ event

#### Defined in

[src/webhooks.ts:24](https://github.com/seamapi/javascript/blob/main/src/webhooks.ts#L24)
[src/webhooks.ts:24](https://github.com/seamapi/seamapi-javascript/blob/main/src/webhooks.ts#L24)
16 changes: 8 additions & 8 deletions docs/enums/Provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#### Defined in

[src/types/models.ts:18](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L18)
[src/types/models.ts:18](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L18)

___

Expand All @@ -33,7 +33,7 @@ ___

#### Defined in

[src/types/models.ts:19](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L19)
[src/types/models.ts:19](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L19)

___

Expand All @@ -43,7 +43,7 @@ ___

#### Defined in

[src/types/models.ts:20](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L20)
[src/types/models.ts:20](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L20)

___

Expand All @@ -53,7 +53,7 @@ ___

#### Defined in

[src/types/models.ts:24](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L24)
[src/types/models.ts:24](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L24)

___

Expand All @@ -63,7 +63,7 @@ ___

#### Defined in

[src/types/models.ts:21](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L21)
[src/types/models.ts:21](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L21)

___

Expand All @@ -73,7 +73,7 @@ ___

#### Defined in

[src/types/models.ts:22](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L22)
[src/types/models.ts:22](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L22)

___

Expand All @@ -83,7 +83,7 @@ ___

#### Defined in

[src/types/models.ts:25](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L25)
[src/types/models.ts:25](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L25)

___

Expand All @@ -93,4 +93,4 @@ ___

#### Defined in

[src/types/models.ts:23](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L23)
[src/types/models.ts:23](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L23)
6 changes: 3 additions & 3 deletions docs/interfaces/APIErrorResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#### Defined in

[src/types/globals.ts:4](https://github.com/seamapi/javascript/blob/main/src/types/globals.ts#L4)
[src/types/globals.ts:4](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/globals.ts#L4)

___

Expand All @@ -28,7 +28,7 @@ ___

#### Defined in

[src/types/globals.ts:3](https://github.com/seamapi/javascript/blob/main/src/types/globals.ts#L3)
[src/types/globals.ts:3](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/globals.ts#L3)

___

Expand All @@ -38,4 +38,4 @@ ___

#### Defined in

[src/types/globals.ts:2](https://github.com/seamapi/javascript/blob/main/src/types/globals.ts#L2)
[src/types/globals.ts:2](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/globals.ts#L2)
8 changes: 4 additions & 4 deletions docs/interfaces/AccessCodeBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#### Defined in

[src/types/models.ts:139](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L139)
[src/types/models.ts:139](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L139)

___

Expand All @@ -37,7 +37,7 @@ ___

#### Defined in

[src/types/models.ts:142](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L142)
[src/types/models.ts:142](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L142)

___

Expand All @@ -47,7 +47,7 @@ ___

#### Defined in

[src/types/models.ts:140](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L140)
[src/types/models.ts:140](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L140)

___

Expand All @@ -57,4 +57,4 @@ ___

#### Defined in

[src/types/models.ts:141](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L141)
[src/types/models.ts:141](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/models.ts#L141)
6 changes: 3 additions & 3 deletions docs/interfaces/AccessCodeCreateBaseRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#### Defined in

[src/types/route-requests.ts:32](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L32)
[src/types/route-requests.ts:32](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/route-requests.ts#L32)

___

Expand All @@ -36,7 +36,7 @@ ___

#### Defined in

[src/types/route-requests.ts:30](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L30)
[src/types/route-requests.ts:30](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/route-requests.ts#L30)

___

Expand All @@ -46,4 +46,4 @@ ___

#### Defined in

[src/types/route-requests.ts:31](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L31)
[src/types/route-requests.ts:31](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/route-requests.ts#L31)
6 changes: 3 additions & 3 deletions docs/interfaces/AccessCodeCreateOngoingRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#### Defined in

[src/types/route-requests.ts:32](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L32)
[src/types/route-requests.ts:32](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/route-requests.ts#L32)

___

Expand All @@ -42,7 +42,7 @@ ___

#### Defined in

[src/types/route-requests.ts:30](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L30)
[src/types/route-requests.ts:30](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/route-requests.ts#L30)

___

Expand All @@ -56,4 +56,4 @@ ___

#### Defined in

[src/types/route-requests.ts:31](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L31)
[src/types/route-requests.ts:31](https://github.com/seamapi/seamapi-javascript/blob/main/src/types/route-requests.ts#L31)
Loading