@@ -25,8 +25,7 @@ class Databases(client: Client) : Service(client) {
25
25
*/
26
26
@Deprecated(
27
27
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" )
30
29
)
31
30
@JvmOverloads
32
31
suspend fun <T > listDocuments (
@@ -68,8 +67,7 @@ class Databases(client: Client) : Service(client) {
68
67
*/
69
68
@Deprecated(
70
69
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" )
73
71
)
74
72
@JvmOverloads
75
73
@Throws(AppwriteException ::class )
@@ -96,8 +94,7 @@ class Databases(client: Client) : Service(client) {
96
94
*/
97
95
@Deprecated(
98
96
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" )
101
98
)
102
99
@JvmOverloads
103
100
suspend fun <T > createDocument (
@@ -146,8 +143,7 @@ class Databases(client: Client) : Service(client) {
146
143
*/
147
144
@Deprecated(
148
145
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" )
151
147
)
152
148
@JvmOverloads
153
149
@Throws(AppwriteException ::class )
@@ -177,8 +173,7 @@ class Databases(client: Client) : Service(client) {
177
173
*/
178
174
@Deprecated(
179
175
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" )
182
177
)
183
178
@JvmOverloads
184
179
suspend fun <T > getDocument (
@@ -223,8 +218,7 @@ class Databases(client: Client) : Service(client) {
223
218
*/
224
219
@Deprecated(
225
220
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" )
228
222
)
229
223
@JvmOverloads
230
224
@Throws(AppwriteException ::class )
@@ -253,8 +247,7 @@ class Databases(client: Client) : Service(client) {
253
247
*/
254
248
@Deprecated(
255
249
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" )
258
251
)
259
252
@JvmOverloads
260
253
suspend fun <T > upsertDocument (
@@ -303,8 +296,7 @@ class Databases(client: Client) : Service(client) {
303
296
*/
304
297
@Deprecated(
305
298
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" )
308
300
)
309
301
@JvmOverloads
310
302
@Throws(AppwriteException ::class )
@@ -335,8 +327,7 @@ class Databases(client: Client) : Service(client) {
335
327
*/
336
328
@Deprecated(
337
329
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" )
340
331
)
341
332
@JvmOverloads
342
333
suspend fun <T > updateDocument (
@@ -385,8 +376,7 @@ class Databases(client: Client) : Service(client) {
385
376
*/
386
377
@Deprecated(
387
378
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" )
390
380
)
391
381
@JvmOverloads
392
382
@Throws(AppwriteException ::class )
@@ -415,8 +405,7 @@ class Databases(client: Client) : Service(client) {
415
405
*/
416
406
@Deprecated(
417
407
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" )
420
409
)
421
410
suspend fun deleteDocument (
422
411
databaseId : String ,
@@ -456,8 +445,7 @@ class Databases(client: Client) : Service(client) {
456
445
*/
457
446
@Deprecated(
458
447
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" )
461
449
)
462
450
@JvmOverloads
463
451
suspend fun <T > decrementDocumentAttribute (
@@ -509,8 +497,7 @@ class Databases(client: Client) : Service(client) {
509
497
*/
510
498
@Deprecated(
511
499
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" )
514
501
)
515
502
@JvmOverloads
516
503
@Throws(AppwriteException ::class )
@@ -544,8 +531,7 @@ class Databases(client: Client) : Service(client) {
544
531
*/
545
532
@Deprecated(
546
533
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" )
549
535
)
550
536
@JvmOverloads
551
537
suspend fun <T > incrementDocumentAttribute (
@@ -597,8 +583,7 @@ class Databases(client: Client) : Service(client) {
597
583
*/
598
584
@Deprecated(
599
585
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" )
602
587
)
603
588
@JvmOverloads
604
589
@Throws(AppwriteException ::class )
0 commit comments