@@ -25,8 +25,7 @@ class Databases(client: Client) : Service(client) {
2525 */
2626 @Deprecated(
2727 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.listRows` instead." ,
28- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.listRows" ),
29- since = " 1.8.0"
28+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.listRows" )
3029 )
3130 @JvmOverloads
3231 suspend fun <T > listDocuments (
@@ -68,8 +67,7 @@ class Databases(client: Client) : Service(client) {
6867 */
6968 @Deprecated(
7069 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.listRows` instead." ,
71- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.listRows" ),
72- since = " 1.8.0"
70+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.listRows" )
7371 )
7472 @JvmOverloads
7573 @Throws(AppwriteException ::class )
@@ -96,8 +94,7 @@ class Databases(client: Client) : Service(client) {
9694 */
9795 @Deprecated(
9896 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.createRow` instead." ,
99- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.createRow" ),
100- since = " 1.8.0"
97+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.createRow" )
10198 )
10299 @JvmOverloads
103100 suspend fun <T > createDocument (
@@ -146,8 +143,7 @@ class Databases(client: Client) : Service(client) {
146143 */
147144 @Deprecated(
148145 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.createRow` instead." ,
149- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.createRow" ),
150- since = " 1.8.0"
146+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.createRow" )
151147 )
152148 @JvmOverloads
153149 @Throws(AppwriteException ::class )
@@ -177,8 +173,7 @@ class Databases(client: Client) : Service(client) {
177173 */
178174 @Deprecated(
179175 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.getRow` instead." ,
180- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.getRow" ),
181- since = " 1.8.0"
176+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.getRow" )
182177 )
183178 @JvmOverloads
184179 suspend fun <T > getDocument (
@@ -223,8 +218,7 @@ class Databases(client: Client) : Service(client) {
223218 */
224219 @Deprecated(
225220 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.getRow` instead." ,
226- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.getRow" ),
227- since = " 1.8.0"
221+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.getRow" )
228222 )
229223 @JvmOverloads
230224 @Throws(AppwriteException ::class )
@@ -253,8 +247,7 @@ class Databases(client: Client) : Service(client) {
253247 */
254248 @Deprecated(
255249 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.upsertRow` instead." ,
256- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.upsertRow" ),
257- since = " 1.8.0"
250+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.upsertRow" )
258251 )
259252 @JvmOverloads
260253 suspend fun <T > upsertDocument (
@@ -303,8 +296,7 @@ class Databases(client: Client) : Service(client) {
303296 */
304297 @Deprecated(
305298 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.upsertRow` instead." ,
306- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.upsertRow" ),
307- since = " 1.8.0"
299+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.upsertRow" )
308300 )
309301 @JvmOverloads
310302 @Throws(AppwriteException ::class )
@@ -335,8 +327,7 @@ class Databases(client: Client) : Service(client) {
335327 */
336328 @Deprecated(
337329 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.updateRow` instead." ,
338- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.updateRow" ),
339- since = " 1.8.0"
330+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.updateRow" )
340331 )
341332 @JvmOverloads
342333 suspend fun <T > updateDocument (
@@ -385,8 +376,7 @@ class Databases(client: Client) : Service(client) {
385376 */
386377 @Deprecated(
387378 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.updateRow` instead." ,
388- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.updateRow" ),
389- since = " 1.8.0"
379+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.updateRow" )
390380 )
391381 @JvmOverloads
392382 @Throws(AppwriteException ::class )
@@ -415,8 +405,7 @@ class Databases(client: Client) : Service(client) {
415405 */
416406 @Deprecated(
417407 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.deleteRow` instead." ,
418- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.deleteRow" ),
419- since = " 1.8.0"
408+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.deleteRow" )
420409 )
421410 suspend fun deleteDocument (
422411 databaseId : String ,
@@ -456,8 +445,7 @@ class Databases(client: Client) : Service(client) {
456445 */
457446 @Deprecated(
458447 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.decrementRowColumn` instead." ,
459- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.decrementRowColumn" ),
460- since = " 1.8.0"
448+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.decrementRowColumn" )
461449 )
462450 @JvmOverloads
463451 suspend fun <T > decrementDocumentAttribute (
@@ -509,8 +497,7 @@ class Databases(client: Client) : Service(client) {
509497 */
510498 @Deprecated(
511499 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.decrementRowColumn` instead." ,
512- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.decrementRowColumn" ),
513- since = " 1.8.0"
500+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.decrementRowColumn" )
514501 )
515502 @JvmOverloads
516503 @Throws(AppwriteException ::class )
@@ -544,8 +531,7 @@ class Databases(client: Client) : Service(client) {
544531 */
545532 @Deprecated(
546533 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.incrementRowColumn` instead." ,
547- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.incrementRowColumn" ),
548- since = " 1.8.0"
534+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.incrementRowColumn" )
549535 )
550536 @JvmOverloads
551537 suspend fun <T > incrementDocumentAttribute (
@@ -597,8 +583,7 @@ class Databases(client: Client) : Service(client) {
597583 */
598584 @Deprecated(
599585 message = " This API has been deprecated since 1.8.0. Please use `TablesDB.incrementRowColumn` instead." ,
600- replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.incrementRowColumn" ),
601- since = " 1.8.0"
586+ replaceWith = ReplaceWith (" io.appwrite.services.TablesDB.incrementRowColumn" )
602587 )
603588 @JvmOverloads
604589 @Throws(AppwriteException ::class )
0 commit comments