@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.
package/dist/connect.d.cts
CHANGED
|
@@ -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[];
|
package/package.json
CHANGED