From 49e3ddc83d80b78ce41a41db2ca30f33ba46e327 Mon Sep 17 00:00:00 2001 From: Murali Date: Fri, 13 Dec 2024 11:01:20 +0530 Subject: [PATCH] fix: add sync verb params constants --- packages/at_commons/lib/src/at_constants.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/at_commons/lib/src/at_constants.dart b/packages/at_commons/lib/src/at_constants.dart index 00a15323..d80ab030 100644 --- a/packages/at_commons/lib/src/at_constants.dart +++ b/packages/at_commons/lib/src/at_constants.dart @@ -28,6 +28,8 @@ class AtConstants { static const String ttr = 'ttr'; static const String ttlNotification = 'ttln'; static const String fromCommitSequence = 'from_commit_seq'; + static const String syncLimit = 'limit'; + static const String skipDeletesUntil = 'skipDeletesUntil'; static const String atValueReference = 'atsign://'; static const String regex = 'regex'; static const String configNew = 'configNew';