Skip to content

Commit e14e874

Browse files
chore: generate
1 parent 544315d commit e14e874

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,9 @@ export type Config = {
13431343
ignore?: Array<string>
13441344
}
13451345
plugin?: Array<string>
1346+
/**
1347+
* Enable or disable snapshot tracking. When false, filesystem snapshots are not recorded and undoing or reverting will not undo/redo file changes. Defaults to true.
1348+
*/
13461349
snapshot?: boolean
13471350
/**
13481351
* Control sharing behavior:'manual' allows manual sharing via commands, 'auto' enables automatic sharing, 'disabled' disables all sharing

packages/sdk/openapi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10405,6 +10405,7 @@
1040510405
}
1040610406
},
1040710407
"snapshot": {
10408+
"description": "Enable or disable snapshot tracking. When false, filesystem snapshots are not recorded and undoing or reverting will not undo/redo file changes. Defaults to true.",
1040810409
"type": "boolean"
1040910410
},
1041010411
"share": {

0 commit comments

Comments
 (0)