Skip to content

Commit ea25aa5

Browse files
github-actions[bot]supabase-releaser[bot]charislam
authored
docs: update js client libraries (v2.75.1) (supabase#39620)
Co-authored-by: supabase-releaser[bot] <223506987+supabase-releaser[bot]@users.noreply.github.com> Co-authored-by: Charis <[email protected]>
1 parent 5df4e2e commit ea25aa5

17 files changed

+24554
-21269
lines changed

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

Lines changed: 198 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
455455
"name": "args",
456456
"type": {
457457
"type": "nameOnly",
458-
"name": "Fn['Args']"
458+
"name": "Args"
459459
},
460460
"comment": {
461461
"shortText": "The arguments to pass to the function call"
@@ -31634,7 +31634,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
3163431634
"name": "args",
3163531635
"type": {
3163631636
"type": "nameOnly",
31637-
"name": "Fn['Args']"
31637+
"name": "Args"
3163831638
},
3163931639
"comment": {
3164031640
"shortText": "The arguments to pass to the function call"
@@ -34050,7 +34050,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
3405034050
"ret": {
3405134051
"type": {
3405234052
"type": "nameOnly",
34053-
"name": "PostgrestTransformBuilder"
34053+
"name": "PostgrestFilterBuilder"
3405434054
}
3405534055
},
3405634056
"comment": {
@@ -35667,7 +35667,7 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
3566735667
"ret": {
3566835668
"type": {
3566935669
"type": "nameOnly",
35670-
"name": "PostgrestTransformBuilder"
35670+
"name": "PostgrestFilterBuilder"
3567135671
}
3567235672
},
3567335673
"comment": {
@@ -39399,6 +39399,200 @@ exports[`TS type spec parsing > matches snapshot 1`] = `
3939939399
}
3940039400
}
3940139401
},
39402+
"@supabase/storage-js.packages/BlobDownloadBuilder.default.catch": {
39403+
"name": "@supabase/storage-js.packages/BlobDownloadBuilder.default.catch",
39404+
"params": [
39405+
{
39406+
"name": "onrejected",
39407+
"type": {
39408+
"type": "union",
39409+
"subTypes": [
39410+
{
39411+
"type": "literal",
39412+
"value": null
39413+
},
39414+
{
39415+
"type": "function",
39416+
"params": [
39417+
{
39418+
"name": "reason",
39419+
"type": {
39420+
"type": "intrinsic",
39421+
"name": "any"
39422+
}
39423+
}
39424+
],
39425+
"ret": {
39426+
"type": {
39427+
"type": "union",
39428+
"subTypes": [
39429+
{
39430+
"type": "nameOnly",
39431+
"name": "TResult"
39432+
},
39433+
{
39434+
"type": "nameOnly",
39435+
"name": "PromiseLike"
39436+
}
39437+
]
39438+
}
39439+
}
39440+
}
39441+
]
39442+
},
39443+
"isOptional": true,
39444+
"comment": {
39445+
"shortText": "The callback to execute when the Promise is rejected."
39446+
}
39447+
}
39448+
],
39449+
"ret": {
39450+
"type": {
39451+
"type": "promise",
39452+
"name": "Promise",
39453+
"awaited": {
39454+
"type": "union",
39455+
"subTypes": [
39456+
{
39457+
"type": "union",
39458+
"name": "DownloadResult",
39459+
"subTypes": [
39460+
{
39461+
"type": "object",
39462+
"properties": [
39463+
{
39464+
"name": "data",
39465+
"type": {
39466+
"type": "nameOnly",
39467+
"name": "T"
39468+
}
39469+
},
39470+
{
39471+
"name": "error",
39472+
"type": {
39473+
"type": "literal",
39474+
"value": null
39475+
}
39476+
}
39477+
]
39478+
},
39479+
{
39480+
"type": "object",
39481+
"properties": [
39482+
{
39483+
"name": "data",
39484+
"type": {
39485+
"type": "literal",
39486+
"value": null
39487+
}
39488+
},
39489+
{
39490+
"name": "error",
39491+
"type": {
39492+
"type": "nameOnly",
39493+
"name": "StorageError"
39494+
}
39495+
}
39496+
]
39497+
}
39498+
]
39499+
},
39500+
{
39501+
"type": "nameOnly",
39502+
"name": "TResult"
39503+
}
39504+
]
39505+
}
39506+
}
39507+
},
39508+
"comment": {
39509+
"shortText": "Attaches a callback for only the rejection of the Promise."
39510+
}
39511+
},
39512+
"@supabase/storage-js.packages/BlobDownloadBuilder.default.finally": {
39513+
"name": "@supabase/storage-js.packages/BlobDownloadBuilder.default.finally",
39514+
"params": [
39515+
{
39516+
"name": "onfinally",
39517+
"type": {
39518+
"type": "union",
39519+
"subTypes": [
39520+
{
39521+
"type": "literal",
39522+
"value": null
39523+
},
39524+
{
39525+
"type": "function",
39526+
"params": [],
39527+
"ret": {
39528+
"type": {
39529+
"type": "intrinsic",
39530+
"name": "void"
39531+
}
39532+
}
39533+
}
39534+
]
39535+
},
39536+
"isOptional": true,
39537+
"comment": {
39538+
"shortText": "The callback to execute when the Promise is settled (fulfilled or rejected)."
39539+
}
39540+
}
39541+
],
39542+
"ret": {
39543+
"type": {
39544+
"type": "promise",
39545+
"name": "Promise",
39546+
"awaited": {
39547+
"type": "union",
39548+
"name": "DownloadResult",
39549+
"subTypes": [
39550+
{
39551+
"type": "object",
39552+
"properties": [
39553+
{
39554+
"name": "data",
39555+
"type": {
39556+
"type": "nameOnly",
39557+
"name": "T"
39558+
}
39559+
},
39560+
{
39561+
"name": "error",
39562+
"type": {
39563+
"type": "literal",
39564+
"value": null
39565+
}
39566+
}
39567+
]
39568+
},
39569+
{
39570+
"type": "object",
39571+
"properties": [
39572+
{
39573+
"name": "data",
39574+
"type": {
39575+
"type": "literal",
39576+
"value": null
39577+
}
39578+
},
39579+
{
39580+
"name": "error",
39581+
"type": {
39582+
"type": "nameOnly",
39583+
"name": "StorageError"
39584+
}
39585+
}
39586+
]
39587+
}
39588+
]
39589+
}
39590+
}
39591+
},
39592+
"comment": {
39593+
"shortText": "Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The\\nresolved value cannot be modified from the callback."
39594+
}
39595+
},
3940239596
"@supabase/storage-js.packages/BlobDownloadBuilder.default.then": {
3940339597
"name": "@supabase/storage-js.packages/BlobDownloadBuilder.default.then",
3940439598
"params": [

0 commit comments

Comments
 (0)