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 {
579
579
batch_replace : 0 ,
580
580
batch_delete : 0 ,
581
581
batch_delete_items_in_path_query : 0 ,
582
+ batch_move_items_in_path_query : 0 ,
582
583
batch_remove_raw : 0 ,
583
584
batch_delete_up_tree_while_empty : 0 ,
584
585
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 {
579
579
batch_replace : 0 ,
580
580
batch_delete : 0 ,
581
581
batch_delete_items_in_path_query : 0 ,
582
+ batch_move_items_in_path_query : 0 ,
582
583
batch_remove_raw : 0 ,
583
584
batch_delete_up_tree_while_empty : 0 ,
584
585
batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ pub const PLATFORM_V1: PlatformVersion = PlatformVersion {
578
578
batch_replace : 0 ,
579
579
batch_delete : 0 ,
580
580
batch_delete_items_in_path_query : 0 ,
581
+ batch_move_items_in_path_query : 0 ,
581
582
batch_remove_raw : 0 ,
582
583
batch_delete_up_tree_while_empty : 0 ,
583
584
batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ pub const PLATFORM_V2: PlatformVersion = PlatformVersion {
578
578
batch_replace : 0 ,
579
579
batch_delete : 0 ,
580
580
batch_delete_items_in_path_query : 0 ,
581
+ batch_move_items_in_path_query : 0 ,
581
582
batch_remove_raw : 0 ,
582
583
batch_delete_up_tree_while_empty : 0 ,
583
584
batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -585,6 +585,7 @@ pub const PLATFORM_V3: PlatformVersion = PlatformVersion {
585
585
batch_replace : 0 ,
586
586
batch_delete : 0 ,
587
587
batch_delete_items_in_path_query : 0 ,
588
+ batch_move_items_in_path_query : 0 ,
588
589
batch_remove_raw : 0 ,
589
590
batch_delete_up_tree_while_empty : 0 ,
590
591
batch_refresh_reference : 0 ,
Original file line number Diff line number Diff line change @@ -580,6 +580,7 @@ pub const PLATFORM_V4: PlatformVersion = PlatformVersion {
580
580
batch_replace : 0 ,
581
581
batch_delete : 0 ,
582
582
batch_delete_items_in_path_query : 0 ,
583
+ batch_move_items_in_path_query : 0 ,
583
584
batch_remove_raw : 0 ,
584
585
batch_delete_up_tree_while_empty : 0 ,
585
586
batch_refresh_reference : 0 ,
You can’t perform that action at this time.
0 commit comments