@seamapi/types 1.135.0 → 1.136.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18685,6 +18685,7 @@ interface Routes {
18685
18685
  client_session_id: string;
18686
18686
  user_identifier_key: string | null;
18687
18687
  created_at: string;
18688
+ token: string;
18688
18689
  device_count: number;
18689
18690
  connected_account_ids: string[];
18690
18691
  connect_webview_ids: string[];
@@ -1659,6 +1659,7 @@ export interface Routes {
1659
1659
  client_session_id: string;
1660
1660
  user_identifier_key: string | null;
1661
1661
  created_at: string;
1662
+ token: string;
1662
1663
  device_count: number;
1663
1664
  connected_account_ids: string[];
1664
1665
  connect_webview_ids: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.135.0",
3
+ "version": "1.136.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1855,6 +1855,7 @@ export interface Routes {
1855
1855
  client_session_id: string
1856
1856
  user_identifier_key: string | null
1857
1857
  created_at: string
1858
+ token: string
1858
1859
  device_count: number
1859
1860
  connected_account_ids: string[]
1860
1861
  connect_webview_ids: string[]