@@ -235,9 +235,18 @@ features:
235235 status : implemented
236236 symbols :
237237 - GoTrueClient.signInWithPasskey
238- auth.passkey.delete_passkey : not_implemented
239- auth.passkey.list_passkeys : not_implemented
240- auth.passkey.update_passkey : not_implemented
238+ auth.passkey.delete_passkey :
239+ status : implemented
240+ symbols :
241+ - AuthPasskeyApi.delete
242+ auth.passkey.list_passkeys :
243+ status : implemented
244+ symbols :
245+ - AuthPasskeyApi.list
246+ auth.passkey.update_passkey :
247+ status : implemented
248+ symbols :
249+ - AuthPasskeyApi.update
241250 auth.passkey_admin.delete_passkey :
242251 status : implemented
243252 symbols :
@@ -337,7 +346,10 @@ features:
337346 status : implemented
338347 symbols :
339348 - GoTrueClient.verifyOtp
340- auth.sign_in.concurrent_pkce_flows : not_implemented
349+ auth.sign_in.concurrent_pkce_flows :
350+ status : implemented
351+ symbols :
352+ - GoTrueClient.exchangeCodeForSession
341353
342354 # database
343355 database.configuration.auto_retry :
@@ -643,7 +655,12 @@ features:
643655 - default.from
644656 storage.analytics.update_namespace_properties :
645657 status : not_implemented
646- storage.analytics.access_catalog : not_implemented
658+ storage.analytics.access_catalog :
659+ status : implemented
660+ symbols :
661+ - default.from
662+ storage.configuration.auto_retry :
663+ status : not_implemented
647664 storage.errors.error_codes :
648665 status : implemented
649666 symbols :
@@ -867,7 +884,11 @@ features:
867884 - default.createSignedUrl
868885 - default.createSignedUrls
869886 - default.getPublicUrl
870- storage.file_buckets.request_cancellation : not_implemented
887+ storage.file_buckets.request_cancellation :
888+ status : implemented
889+ symbols :
890+ - default.download
891+ - FetchParameters.signal
871892 storage.vector_buckets.access_vector_index :
872893 status : implemented
873894 symbols :
@@ -1128,9 +1149,6 @@ features:
11281149 symbols :
11291150 - FunctionsClient.invoke
11301151 - FunctionInvokeOptions
1131- # Newly synced from the canonical spec; no local group yet, place manually.
1132- storage.configuration.auto_retry : not_implemented
1133-
11341152# Shared across auth.mfa_recovery_codes.{generate,get_status,regenerate,unenroll,verify}.
11351153supporting_symbols :
11361154 - AuthMFARecoveryCodesApi
0 commit comments