@seamapi/types
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@seamapi/types", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "TypeScript types for the Seam API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -720,4 +720,6 @@ export interface Routes { | ||
route: '/connected_accounts/get' | ||
method: 'GET' | ||
queryParams: | ||
method: 'GET' | 'POST' | ||
queryParams: {} | ||
jsonBody: {} | ||
commonParams: | ||
| { | ||
@@ -729,4 +731,2 @@ connected_account_id: string | ||
} | ||
jsonBody: {} | ||
commonParams: {} | ||
formData: {} | ||
@@ -757,3 +757,3 @@ jsonResponse: { | ||
route: '/connected_accounts/list' | ||
method: 'GET' | ||
method: 'GET' | 'POST' | ||
queryParams: {} | ||
@@ -760,0 +760,0 @@ jsonBody: {} |
Sorry, the diff of this file is too big to display
149345