@@ -345,8 +345,7 @@ class Account(client: Client) : Service(client) {
345
345
*/
346
346
@Deprecated(
347
347
message = " This API has been deprecated since 1.8.0. Please use `Account.createMFAAuthenticator` instead." ,
348
- replaceWith = ReplaceWith (" io.appwrite.services.Account.createMFAAuthenticator" ),
349
- since = " 1.8.0"
348
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.createMFAAuthenticator" )
350
349
)
351
350
@Throws(AppwriteException ::class )
352
351
suspend fun createMfaAuthenticator (
@@ -413,8 +412,7 @@ class Account(client: Client) : Service(client) {
413
412
*/
414
413
@Deprecated(
415
414
message = " This API has been deprecated since 1.8.0. Please use `Account.updateMFAAuthenticator` instead." ,
416
- replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFAAuthenticator" ),
417
- since = " 1.8.0"
415
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFAAuthenticator" )
418
416
)
419
417
@Throws(AppwriteException ::class )
420
418
suspend fun <T > updateMfaAuthenticator (
@@ -453,8 +451,7 @@ class Account(client: Client) : Service(client) {
453
451
*/
454
452
@Deprecated(
455
453
message = " This API has been deprecated since 1.8.0. Please use `Account.updateMFAAuthenticator` instead." ,
456
- replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFAAuthenticator" ),
457
- since = " 1.8.0"
454
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFAAuthenticator" )
458
455
)
459
456
@Throws(AppwriteException ::class )
460
457
suspend fun updateMfaAuthenticator (
@@ -526,8 +523,7 @@ class Account(client: Client) : Service(client) {
526
523
*/
527
524
@Deprecated(
528
525
message = " This API has been deprecated since 1.8.0. Please use `Account.deleteMFAAuthenticator` instead." ,
529
- replaceWith = ReplaceWith (" io.appwrite.services.Account.deleteMFAAuthenticator" ),
530
- since = " 1.8.0"
526
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.deleteMFAAuthenticator" )
531
527
)
532
528
@Throws(AppwriteException ::class )
533
529
suspend fun deleteMfaAuthenticator (
@@ -585,8 +581,7 @@ class Account(client: Client) : Service(client) {
585
581
*/
586
582
@Deprecated(
587
583
message = " This API has been deprecated since 1.8.0. Please use `Account.createMFAChallenge` instead." ,
588
- replaceWith = ReplaceWith (" io.appwrite.services.Account.createMFAChallenge" ),
589
- since = " 1.8.0"
584
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.createMFAChallenge" )
590
585
)
591
586
@Throws(AppwriteException ::class )
592
587
suspend fun createMfaChallenge (
@@ -653,8 +648,7 @@ class Account(client: Client) : Service(client) {
653
648
*/
654
649
@Deprecated(
655
650
message = " This API has been deprecated since 1.8.0. Please use `Account.updateMFAChallenge` instead." ,
656
- replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFAChallenge" ),
657
- since = " 1.8.0"
651
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFAChallenge" )
658
652
)
659
653
@Throws(AppwriteException ::class )
660
654
suspend fun updateMfaChallenge (
@@ -724,8 +718,7 @@ class Account(client: Client) : Service(client) {
724
718
*/
725
719
@Deprecated(
726
720
message = " This API has been deprecated since 1.8.0. Please use `Account.listMFAFactors` instead." ,
727
- replaceWith = ReplaceWith (" io.appwrite.services.Account.listMFAFactors" ),
728
- since = " 1.8.0"
721
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.listMFAFactors" )
729
722
)
730
723
@Throws(AppwriteException ::class )
731
724
suspend fun listMfaFactors (
@@ -783,8 +776,7 @@ class Account(client: Client) : Service(client) {
783
776
*/
784
777
@Deprecated(
785
778
message = " This API has been deprecated since 1.8.0. Please use `Account.getMFARecoveryCodes` instead." ,
786
- replaceWith = ReplaceWith (" io.appwrite.services.Account.getMFARecoveryCodes" ),
787
- since = " 1.8.0"
779
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.getMFARecoveryCodes" )
788
780
)
789
781
@Throws(AppwriteException ::class )
790
782
suspend fun getMfaRecoveryCodes (
@@ -842,8 +834,7 @@ class Account(client: Client) : Service(client) {
842
834
*/
843
835
@Deprecated(
844
836
message = " This API has been deprecated since 1.8.0. Please use `Account.createMFARecoveryCodes` instead." ,
845
- replaceWith = ReplaceWith (" io.appwrite.services.Account.createMFARecoveryCodes" ),
846
- since = " 1.8.0"
837
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.createMFARecoveryCodes" )
847
838
)
848
839
@Throws(AppwriteException ::class )
849
840
suspend fun createMfaRecoveryCodes (
@@ -903,8 +894,7 @@ class Account(client: Client) : Service(client) {
903
894
*/
904
895
@Deprecated(
905
896
message = " This API has been deprecated since 1.8.0. Please use `Account.updateMFARecoveryCodes` instead." ,
906
- replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFARecoveryCodes" ),
907
- since = " 1.8.0"
897
+ replaceWith = ReplaceWith (" io.appwrite.services.Account.updateMFARecoveryCodes" )
908
898
)
909
899
@Throws(AppwriteException ::class )
910
900
suspend fun updateMfaRecoveryCodes (
0 commit comments