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

Commit ea9bda2

Browse files
authored
feat: Add new API params (#85)
1 parent d619713 commit ea9bda2

29 files changed

+115
-90
lines changed

docs/classes/Seam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ___
115115

116116
| Name | Type |
117117
| :------ | :------ |
118-
| `create` | (`params`: [`ConnectWebviewCreateRequest`](../interfaces/ConnectWebviewCreateRequest.md)) => `Promise`<`Omit`<[`ConnectWebview`](../interfaces/ConnectWebview.md), ``"connected_account_id"``\> & { `custom_redirect_url`: ``null`` \| `string` }\> |
118+
| `create` | (`params`: [`ConnectWebviewCreateRequest`](../interfaces/ConnectWebviewCreateRequest.md)) => `Promise`<`Omit`<[`ConnectWebview`](../interfaces/ConnectWebview.md), ``"connected_account_id"``\> & { `custom_redirect_failure_url`: ``null`` \| `string` ; `custom_redirect_url`: ``null`` \| `string` }\> |
119119
| `delete` | (`params`: [`ConnectWebviewDeleteRequest`](../interfaces/ConnectWebviewDeleteRequest.md)) => `Promise`<{ `ok`: ``true`` }\> |
120120
| `get` | (`connectWebviewId`: `string`) => `Promise`<[`ConnectWebview`](../interfaces/ConnectWebview.md)\> |
121121
| `list` | () => `Promise`<[`ConnectWebview`](../interfaces/ConnectWebview.md)[]\> |

docs/classes/SeamOS.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
#### Defined in
6868

69-
[src/seam-os/client.ts:160](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L160)
69+
[src/seam-os/client.ts:164](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L164)
7070

7171
___
7272

@@ -86,7 +86,7 @@ ___
8686

8787
#### Defined in
8888

89-
[src/seam-os/client.ts:168](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L168)
89+
[src/seam-os/client.ts:172](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L172)
9090

9191
___
9292

@@ -118,7 +118,7 @@ ___
118118

119119
#### Defined in
120120

121-
[src/seam-os/client.ts:176](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L176)
121+
[src/seam-os/client.ts:180](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L180)
122122

123123
___
124124

@@ -139,7 +139,7 @@ ___
139139

140140
#### Defined in
141141

142-
[src/seam-os/client.ts:186](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L186)
142+
[src/seam-os/client.ts:190](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L190)
143143

144144
___
145145

@@ -158,7 +158,7 @@ ___
158158

159159
#### Defined in
160160

161-
[src/seam-os/client.ts:197](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L197)
161+
[src/seam-os/client.ts:201](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L201)
162162

163163
___
164164

@@ -176,7 +176,7 @@ ___
176176

177177
#### Defined in
178178

179-
[src/seam-os/client.ts:204](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L204)
179+
[src/seam-os/client.ts:208](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L208)
180180

181181
___
182182

@@ -196,7 +196,7 @@ ___
196196

197197
#### Defined in
198198

199-
[src/seam-os/client.ts:150](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L150)
199+
[src/seam-os/client.ts:154](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L154)
200200

201201
___
202202

@@ -216,7 +216,7 @@ ___
216216

217217
#### Defined in
218218

219-
[src/seam-os/client.ts:210](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L210)
219+
[src/seam-os/client.ts:214](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L214)
220220

221221
___
222222

@@ -235,7 +235,7 @@ ___
235235

236236
#### Defined in
237237

238-
[src/seam-os/client.ts:218](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L218)
238+
[src/seam-os/client.ts:222](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L222)
239239

240240
## Methods
241241

@@ -273,7 +273,7 @@ ___
273273

274274
#### Defined in
275275

276-
[src/seam-os/client.ts:142](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L142)
276+
[src/seam-os/client.ts:146](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L146)
277277

278278
___
279279

@@ -311,7 +311,7 @@ ___
311311

312312
#### Defined in
313313

314-
[src/seam-os/client.ts:104](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L104)
314+
[src/seam-os/client.ts:108](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L108)
315315

316316
___
317317

@@ -351,7 +351,7 @@ ___
351351

352352
#### Defined in
353353

354-
[src/seam-os/client.ts:127](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L127)
354+
[src/seam-os/client.ts:131](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L131)
355355

356356
___
357357

@@ -391,7 +391,7 @@ ___
391391

392392
#### Defined in
393393

394-
[src/seam-os/client.ts:112](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L112)
394+
[src/seam-os/client.ts:116](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L116)
395395

396396
___
397397

@@ -418,7 +418,7 @@ ___
418418

419419
#### Defined in
420420

421-
[src/seam-os/client.ts:89](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L89)
421+
[src/seam-os/client.ts:93](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L93)
422422

423423
___
424424

@@ -444,7 +444,7 @@ ___
444444

445445
#### Defined in
446446

447-
[src/seam-os/client.ts:158](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L158)
447+
[src/seam-os/client.ts:162](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L162)
448448

449449
___
450450

@@ -499,4 +499,4 @@ ___
499499

500500
#### Defined in
501501

502-
[src/seam-os/client.ts:96](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L96)
502+
[src/seam-os/client.ts:100](https://github.com/seamapi/javascript/blob/main/src/seam-os/client.ts#L100)

docs/interfaces/AccessCodeBase.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#### Defined in
2929

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

3232
___
3333

@@ -37,7 +37,7 @@ ___
3737

3838
#### Defined in
3939

40-
[src/types/models.ts:143](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L143)
40+
[src/types/models.ts:144](https://github.com/seamapi/javascript/blob/main/src/types/models.ts#L144)
4141

4242
___
4343

@@ -47,7 +47,7 @@ ___
4747

4848
#### Defined in
4949

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

5252
___
5353

@@ -57,4 +57,4 @@ ___
5757

5858
#### Defined in
5959

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

docs/interfaces/AccessCodeCreateBaseRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#### Defined in
2828

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

3131
___
3232

@@ -36,7 +36,7 @@ ___
3636

3737
#### Defined in
3838

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

4141
___
4242

@@ -46,4 +46,4 @@ ___
4646

4747
#### Defined in
4848

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

docs/interfaces/AccessCodeCreateOngoingRequest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#### Defined in
3030

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

3333
___
3434

@@ -42,7 +42,7 @@ ___
4242

4343
#### Defined in
4444

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

4747
___
4848

@@ -56,4 +56,4 @@ ___
5656

5757
#### Defined in
5858

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

docs/interfaces/AccessCodeCreateScheduledRequest.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#### Defined in
3232

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

3535
___
3636

@@ -44,7 +44,7 @@ ___
4444

4545
#### Defined in
4646

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

4949
___
5050

@@ -54,7 +54,7 @@ ___
5454

5555
#### Defined in
5656

57-
[src/types/route-requests.ts:41](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L41)
57+
[src/types/route-requests.ts:42](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L42)
5858

5959
___
6060

@@ -68,7 +68,7 @@ ___
6868

6969
#### Defined in
7070

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

7373
___
7474

@@ -78,4 +78,4 @@ ___
7878

7979
#### Defined in
8080

81-
[src/types/route-requests.ts:40](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L40)
81+
[src/types/route-requests.ts:41](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L41)

docs/interfaces/AccessCodeGetResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#### Defined in
1818

19-
[src/types/route-responses.ts:63](https://github.com/seamapi/javascript/blob/main/src/types/route-responses.ts#L63)
19+
[src/types/route-responses.ts:64](https://github.com/seamapi/javascript/blob/main/src/types/route-responses.ts#L64)

docs/interfaces/AccessCodeUpdateBaseRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#### Defined in
1919

20-
[src/types/route-requests.ts:50](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L50)
20+
[src/types/route-requests.ts:51](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L51)
2121

2222
___
2323

@@ -27,4 +27,4 @@ ___
2727

2828
#### Defined in
2929

30-
[src/types/route-requests.ts:49](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L49)
30+
[src/types/route-requests.ts:50](https://github.com/seamapi/javascript/blob/main/src/types/route-requests.ts#L50)

docs/interfaces/AccessCodesListResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#### Defined in
1818

19-
[src/types/route-responses.ts:60](https://github.com/seamapi/javascript/blob/main/src/types/route-responses.ts#L60)
19+
[src/types/route-responses.ts:61](https://github.com/seamapi/javascript/blob/main/src/types/route-responses.ts#L61)

docs/interfaces/ActionAttemptCreateResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
#### Defined in
2424

25-
[src/types/route-responses.ts:88](https://github.com/seamapi/javascript/blob/main/src/types/route-responses.ts#L88)
25+
[src/types/route-responses.ts:89](https://github.com/seamapi/javascript/blob/main/src/types/route-responses.ts#L89)

0 commit comments

Comments
 (0)