Skip to content

Commit 33b21f4

Browse files
committed
fix: add cacheInvalidated field to Session type
1 parent 2a44ecc commit 33b21f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ export type Session = {
750750
snapshot?: string
751751
diff?: string
752752
}
753+
cacheInvalidated?: boolean
753754
}
754755

755756
export type EventSessionCreated = {

0 commit comments

Comments
 (0)