File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
packages/rs-platform-version/src/version Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -579,6 +579,7 @@ pub const TEST_PLATFORM_V2: PlatformVersion = PlatformVersion {
579579 batch_replace : 0 ,
580580 batch_delete : 0 ,
581581 batch_delete_items_in_path_query : 0 ,
582+ batch_move_items_in_path_query : 0 ,
582583 batch_remove_raw : 0 ,
583584 batch_delete_up_tree_while_empty : 0 ,
584585 batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -579,6 +579,7 @@ pub const TEST_PLATFORM_V3: PlatformVersion = PlatformVersion {
579579 batch_replace : 0 ,
580580 batch_delete : 0 ,
581581 batch_delete_items_in_path_query : 0 ,
582+ batch_move_items_in_path_query : 0 ,
582583 batch_remove_raw : 0 ,
583584 batch_delete_up_tree_while_empty : 0 ,
584585 batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ pub const PLATFORM_V1: PlatformVersion = PlatformVersion {
578578 batch_replace : 0 ,
579579 batch_delete : 0 ,
580580 batch_delete_items_in_path_query : 0 ,
581+ batch_move_items_in_path_query : 0 ,
581582 batch_remove_raw : 0 ,
582583 batch_delete_up_tree_while_empty : 0 ,
583584 batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ pub const PLATFORM_V2: PlatformVersion = PlatformVersion {
578578 batch_replace : 0 ,
579579 batch_delete : 0 ,
580580 batch_delete_items_in_path_query : 0 ,
581+ batch_move_items_in_path_query : 0 ,
581582 batch_remove_raw : 0 ,
582583 batch_delete_up_tree_while_empty : 0 ,
583584 batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -585,6 +585,7 @@ pub const PLATFORM_V3: PlatformVersion = PlatformVersion {
585585 batch_replace : 0 ,
586586 batch_delete : 0 ,
587587 batch_delete_items_in_path_query : 0 ,
588+ batch_move_items_in_path_query : 0 ,
588589 batch_remove_raw : 0 ,
589590 batch_delete_up_tree_while_empty : 0 ,
590591 batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -580,6 +580,7 @@ pub const PLATFORM_V4: PlatformVersion = PlatformVersion {
580580 batch_replace : 0 ,
581581 batch_delete : 0 ,
582582 batch_delete_items_in_path_query : 0 ,
583+ batch_move_items_in_path_query : 0 ,
583584 batch_remove_raw : 0 ,
584585 batch_delete_up_tree_while_empty : 0 ,
585586 batch_refresh_reference : 0 ,
You can’t perform that action at this time.
0 commit comments