@@ -345,8 +345,7 @@ class Account(client: Client) : Service(client) {
345345 */
346346 @Deprecated(
347347 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" )
350349 )
351350 @Throws(AppwriteException ::class )
352351 suspend fun createMfaAuthenticator (
@@ -413,8 +412,7 @@ class Account(client: Client) : Service(client) {
413412 */
414413 @Deprecated(
415414 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" )
418416 )
419417 @Throws(AppwriteException ::class )
420418 suspend fun <T > updateMfaAuthenticator (
@@ -453,8 +451,7 @@ class Account(client: Client) : Service(client) {
453451 */
454452 @Deprecated(
455453 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" )
458455 )
459456 @Throws(AppwriteException ::class )
460457 suspend fun updateMfaAuthenticator (
@@ -526,8 +523,7 @@ class Account(client: Client) : Service(client) {
526523 */
527524 @Deprecated(
528525 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" )
531527 )
532528 @Throws(AppwriteException ::class )
533529 suspend fun deleteMfaAuthenticator (
@@ -585,8 +581,7 @@ class Account(client: Client) : Service(client) {
585581 */
586582 @Deprecated(
587583 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" )
590585 )
591586 @Throws(AppwriteException ::class )
592587 suspend fun createMfaChallenge (
@@ -653,8 +648,7 @@ class Account(client: Client) : Service(client) {
653648 */
654649 @Deprecated(
655650 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" )
658652 )
659653 @Throws(AppwriteException ::class )
660654 suspend fun updateMfaChallenge (
@@ -724,8 +718,7 @@ class Account(client: Client) : Service(client) {
724718 */
725719 @Deprecated(
726720 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" )
729722 )
730723 @Throws(AppwriteException ::class )
731724 suspend fun listMfaFactors (
@@ -783,8 +776,7 @@ class Account(client: Client) : Service(client) {
783776 */
784777 @Deprecated(
785778 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" )
788780 )
789781 @Throws(AppwriteException ::class )
790782 suspend fun getMfaRecoveryCodes (
@@ -842,8 +834,7 @@ class Account(client: Client) : Service(client) {
842834 */
843835 @Deprecated(
844836 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" )
847838 )
848839 @Throws(AppwriteException ::class )
849840 suspend fun createMfaRecoveryCodes (
@@ -903,8 +894,7 @@ class Account(client: Client) : Service(client) {
903894 */
904895 @Deprecated(
905896 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" )
908898 )
909899 @Throws(AppwriteException ::class )
910900 suspend fun updateMfaRecoveryCodes (
0 commit comments