seamapi-types
Advanced tools
Comparing version 1.18.0 to 1.19.0
@@ -11,2 +11,3 @@ import { Except } from 'type-fest'; | ||
created_at: string; | ||
occurred_at: string; | ||
} | ||
@@ -73,2 +74,3 @@ declare type DeviceDisconnectEventPayload = { | ||
created_at: string; | ||
occurred_at: string; | ||
} | ||
@@ -75,0 +77,0 @@ declare type ConnectedAccountConnected = CommonConnectedAccountEvent<"connected_account.connected", { |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.18.0", | ||
"version": "1.19.0", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -12,2 +12,3 @@ export interface CommonDeviceEvent< | ||
created_at: string | ||
occurred_at: string | ||
} | ||
@@ -137,2 +138,3 @@ | ||
created_at: string | ||
occurred_at: string | ||
} | ||
@@ -139,0 +141,0 @@ |
36438
683