Skip to content

Commit 029d159

Browse files
docs: update js sdk docs (2.91.0) (supabase#42013)
Co-authored-by: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com>
1 parent f977616 commit 029d159

14 files changed

+9532
-9496
lines changed

apps/docs/features/docs/__snapshots__/Reference.typeSpec.test.ts.snap

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
22912291
},
22922292
"isOptional": true,
22932293
"comment": {
2294-
"shortText": "Confirms the user's email address if set to true.\\n\\nOnly a service role can modify."
2294+
"shortText": "Sets the user's email as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
22952295
}
22962296
},
22972297
{
@@ -2357,7 +2357,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
23572357
},
23582358
"isOptional": true,
23592359
"comment": {
2360-
"shortText": "Confirms the user's phone number if set to true.\\n\\nOnly a service role can modify."
2360+
"shortText": "Sets the user's phone as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
23612361
}
23622362
},
23632363
{
@@ -5788,7 +5788,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
57885788
},
57895789
"isOptional": true,
57905790
"comment": {
5791-
"shortText": "Confirms the user's email address if set to true.\\n\\nOnly a service role can modify."
5791+
"shortText": "Sets the user's email as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
57925792
}
57935793
},
57945794
{
@@ -5854,7 +5854,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
58545854
},
58555855
"isOptional": true,
58565856
"comment": {
5857-
"shortText": "Confirms the user's phone number if set to true.\\n\\nOnly a service role can modify."
5857+
"shortText": "Sets the user's phone as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
58585858
}
58595859
},
58605860
{
@@ -6452,7 +6452,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
64526452
}
64536453
},
64546454
"comment": {
6455-
"shortText": "Updates the user data."
6455+
"shortText": "Updates the user data. Changes are applied directly without confirmation flows."
64566456
}
64576457
},
64586458
"@supabase/supabase-js.GoTrueClient.constructor": {
@@ -43034,7 +43034,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
4303443034
},
4303543035
"isOptional": true,
4303643036
"comment": {
43037-
"shortText": "Confirms the user's email address if set to true.\\n\\nOnly a service role can modify."
43037+
"shortText": "Sets the user's email as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
4303843038
}
4303943039
},
4304043040
{
@@ -43100,7 +43100,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
4310043100
},
4310143101
"isOptional": true,
4310243102
"comment": {
43103-
"shortText": "Confirms the user's phone number if set to true.\\n\\nOnly a service role can modify."
43103+
"shortText": "Sets the user's phone as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
4310443104
}
4310543105
},
4310643106
{
@@ -46528,7 +46528,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
4652846528
},
4652946529
"isOptional": true,
4653046530
"comment": {
46531-
"shortText": "Confirms the user's email address if set to true.\\n\\nOnly a service role can modify."
46531+
"shortText": "Sets the user's email as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
4653246532
}
4653346533
},
4653446534
{
@@ -46594,7 +46594,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
4659446594
},
4659546595
"isOptional": true,
4659646596
"comment": {
46597-
"shortText": "Confirms the user's phone number if set to true.\\n\\nOnly a service role can modify."
46597+
"shortText": "Sets the user's phone as confirmed when true, or unconfirmed when false.\\n\\nOnly a service role can modify."
4659846598
}
4659946599
},
4660046600
{
@@ -47192,7 +47192,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
4719247192
}
4719347193
},
4719447194
"comment": {
47195-
"shortText": "Updates the user data."
47195+
"shortText": "Updates the user data. Changes are applied directly without confirmation flows."
4719647196
}
4719747197
},
4719847198
"@supabase/auth-js.GoTrueClient.constructor": {

0 commit comments

Comments
 (0)