Skip to content

Commit 202a32a

Browse files
fix
1 parent 8d55bf6 commit 202a32a

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

packages/rs-platform-version/src/version/mocks/v2_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/rs-platform-version/src/version/mocks/v3_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/rs-platform-version/src/version/v1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/rs-platform-version/src/version/v2.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/rs-platform-version/src/version/v3.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/rs-platform-version/src/version/v4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)