@@ -842,6 +842,9 @@ public System.Collections.Generic.IDictionary<string, object> AdditionalProperti
842842 [ System . CodeDom . Compiler . GeneratedCode ( "NJsonSchema" , "10.1.24.0 (Newtonsoft.Json v12.0.0.0)" ) ]
843843 public partial class ModifyWorkspaceAction : Action
844844 {
845+ [ Newtonsoft . Json . JsonProperty ( "close_database" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
846+ public string Close_database { get ; set ; }
847+
845848 [ Newtonsoft . Json . JsonProperty ( "delete_edb" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
846849 public string Delete_edb { get ; set ; }
847850
@@ -1838,9 +1841,6 @@ public partial class Transaction
18381841 [ Newtonsoft . Json . JsonProperty ( "source_dbname" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
18391842 public string Source_dbname { get ; set ; }
18401843
1841- [ Newtonsoft . Json . JsonProperty ( "version" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1842- public int ? Version { get ; set ; }
1843-
18441844 [ Newtonsoft . Json . JsonProperty ( "type" , Required = Newtonsoft . Json . Required . Always ) ]
18451845 [ System . ComponentModel . DataAnnotations . Required ( AllowEmptyStrings = true ) ]
18461846 [ Newtonsoft . Json . JsonConverter ( typeof ( Newtonsoft . Json . Converters . StringEnumConverter ) ) ]
@@ -1904,9 +1904,6 @@ public partial class TransactionResult
19041904 [ Newtonsoft . Json . JsonProperty ( "problems" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
19051905 public System . Collections . Generic . ICollection < AbstractProblem > Problems { get ; set ; }
19061906
1907- [ Newtonsoft . Json . JsonProperty ( "version" , Required = Newtonsoft . Json . Required . Default , NullValueHandling = Newtonsoft . Json . NullValueHandling . Ignore ) ]
1908- public int ? Version { get ; set ; }
1909-
19101907 [ Newtonsoft . Json . JsonProperty ( "type" , Required = Newtonsoft . Json . Required . Always ) ]
19111908 [ System . ComponentModel . DataAnnotations . Required ( AllowEmptyStrings = true ) ]
19121909 [ Newtonsoft . Json . JsonConverter ( typeof ( Newtonsoft . Json . Converters . StringEnumConverter ) ) ]
0 commit comments